Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-23 | MAINT-6747 eliminating convertion error | andreykproductengine | |
2016-07-27 | MAINT-612 FIXED LOD switch distance calculation ignores z-axis scale | andreykproductengine | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-01 | MAINT-6274 FIXED Mouse pointer incorrectly appears on the edge of the screen ↵ | Mnikolenko ProductEngine | |
after dragging World map | |||
2016-03-07 | merge DRTVWR-398 build cleanup fixes | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-13 | merge changes for 3.8.5-release | Oz Linden | |
2015-09-30 | Merge downstream code, version 3.8.5 | AndreyL ProductEngine | |
2015-09-29 | merge changes for 3.8.4-release | Oz Linden | |
2015-09-23 | add comments for MAINT-5660 asserts | Oz Linden | |
2015-09-14 | merge | Brad Payne (Vir Linden) | |
2015-09-14 | SL-133 WIP, SL-134 WIP - more extra joint handling | Brad Payne (Vir Linden) | |
2015-08-20 | MAINT-5532 FIXED upload of duck.dae from MAINT-4483 crashes mac viewer | andreykproductengine | |
2015-07-30 | merge changes for other open sourc contributions | Oz Linden | |
2015-07-17 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-07-14 | MAINT-5364 FIXED Object with invalid sculpt topology type cannot be seen or ↵ | andreykproductengine | |
selected | |||
2015-04-29 | Merge from viewer-release | andreykproductengine | |
2015-04-27 | MAINT-5042 FIXED SL Viewer Closes Unexpectedly in specific area with high ↵ | ruslantproductengine | |
RenderVolumeLODFactor - fix for review - fix in buffer overrun detector | |||
2015-04-14 | Merge with viewer-release and become 3.7.28 | andreykproductengine | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-02-20 | Fix merge error | simon | |
2015-02-19 | Merge downstream code | simon | |
2015-02-14 | MAINT-4329 Backed out changeset: fd3a4d5c2cf5 | ruslantproductengine | |
2015-01-06 | merge changes for STORM-2083 | Oz Linden | |
2014-12-19 | merge changes of 3.7.23-release | maksymsproductengine | |
2014-12-12 | Fix up remaining llround() -> ll_round() issues | callum_linden | |
2014-12-12 | Another round of ll_round() | Nat Goodspeed | |
2014-12-11 | Fix a couple more ll_round() calls | Nat Goodspeed | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-02 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. Patchset #2 | |||
2014-11-28 | MAINT-3494 FIXED Generate Normals checkbox does not control generation of ↵ | ruslantproductengine | |
normals. | |||
2014-11-24 | MAINT-3529 FIXED Certain pathcuts made to a cube cause some faces to not ↵ | ruslantproductengine | |
react to sunlight or local lights | |||
2014-11-14 | Cinder pointed out my fix here for clang pickiness was different from hers ↵ | callum_linden | |
so I investigated and this is the causes of the slowdown - wrongly placed parens | |||
2014-11-14 | Reworked changes to more closely match Cinders' - hers seem more correct | callum_linden | |
2014-11-07 | STORM-2083: LLCalcParser calculates inverse trigonometric functions wrong | Ansariel | |
2014-11-03 | MAINT-3585 FIXED Viewer Crashes when attempting to upload image. | ruslantproductengine | |
The bug was fixed, the reasone of crash is following. The Core Flow view contain another GL context and will not care about restoring a previous. I restore context manually. This path also contain a minor changes in another files. All changes described here. Сhange's for fix current bug. indra/llwindow/llwindow.h indra/llwindow/llwindowheadless.h indra/llwindow/llwindowmacosx.h indra/llwindow/llwindowsdl.h indra/llwindow/llwindowwin32.h indra/newview/lllocalbitmaps.cpp indra/newview/llviewerdisplay.cpp indra/newview/llviewerdisplay.h Twice mUsage initialization (replace to forward initialization). indra/llcharacter/lljointstate.h Looks like condition should be befor memcopy call, otherwise - possible CRASH. indra/llcommon/llmd5.cpp Unused condition and variables. indra/llmath/llsphere.cpp Looks like should be under if otherwise - possible CRASH indra\llprimitive\llmodel.cpp Useless assert's. indra/llrender/llrender.cpp indra/newview/lldaycyclemanager.cpp | |||
2014-10-27 | MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of vertices | ruslantproductengine | |
less than allowed. Changes in all other files relate auxiliary methods for catching similar bugs in future. | |||
2014-10-17 | Update to build on Xcode 6.0: removed bunch of unused consts variables ↵ | callum_linden | |
[-Wunused-const-variable] | |||
2014-10-17 | Update to build on Xcode 6.0: various scoping issues with octree code | callum_linden | |
2014-10-17 | Update to build on Xcode 6.0: clang detecting unsigned int comparison with ↵ | callum_linden | |
>=0 [-Wtautological-compare] - confirmed fix with davep | |||
2014-10-17 | Update to build on Xcode 6.0: collection of similar possibly incorrect ↵ | callum_linden | |
logical comparison grouping [-Wlogical-op-parentheses] fixes for clang | |||
2014-10-17 | Update to build on Xcode 6.0: collection of similar const var not used ↵ | callum_linden | |
warnings/errors [-Wunused-const-variable] | |||
2014-09-25 | MAINT-4329 FIXED scales each image *twice* for no apparent reason : patchset #2 | ruslantproductengine | |
2014-08-18 | MAINT-3511 FIXED When one surface of mesh object is set transparent all ↵ | ruslantproductengine | |
object is invisible : compare rotation quaternions with predefined epsilon | |||
2014-07-31 | Merge viewer-release | Graham Linden | |
2014-07-07 | Merge viewer up to 3.7.12, including fixing missed LL_WARNS etc from last ↵ | Graham Linden | |
release (is that trout you smell on the air? is it?) | |||
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-05-29 | Mergeup to 3.7.9 viewer-release | Graham Linden | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |