Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-03-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-02-07 | MAINT-8258 Don't show sculpty until it is loaded or load fails | andreykproductengine | |
2018-02-05 | MAINT-8269 Crahes in cacheOptimize() | andreykproductengine | |
2018-02-05 | MAINT-8269 Crahes in cacheOptimize() | andreykproductengine | |
2018-01-17 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-01-03 | MAINT-8022 Make unzip silent yet include failure reason into output | andreykproductengine | |
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-03 | MAINT-7974 Fixed LLProfile crash(error) caused by thread unsafe variable | andreykproductengine | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-09-01 | MAINT-7649 Error with information in case of failed allocation. | andreykproductengine | |
2017-05-04 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64-c-11 | Nat Goodspeed | |
2017-03-06 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-02-23 | DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. | Nat Goodspeed | |
These are mostly things that were in fact erroneous, but accepted by older compilers. This changeset has not yet been built with Visual Studio 2013 or Linux gcc, even with -std=c++11. This changeset has not been built *without* -std=c++11. It should be used in conjunction with a corresponding change to LL_BUILD_DARWIN_BASE_SWITCHES in viewer-build-variables/variables. This is a work in progress. We do not assert that this changeset completes the work needed to turn on -std=c++11, even on the Mac. | |||
2017-02-04 | DRTVWR-418: Merge from v-r makes llmath tests need Boost.Thread. | Nat Goodspeed | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-01-24 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last. | |||
2017-01-25 | MAINT-309 Fixed top and bottom cube faces do not show a selection silhouette | andreykproductengine | |
2016-12-22 | merge changes from project trunk | Oz Linden | |
2016-12-21 | DRTVWR-418: Use ensure_equals() on iffy lerp test to display values. | Nat Goodspeed | |
2016-12-20 | move debugging globals to the "lowest" library they are referenced in | Oz Linden | |
2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-11-16 | DRTVWR-418: Replace preprocessor tests for Windows-specific _M_AMD64 | Nat Goodspeed | |
with tests on ADDRESS_SIZE, which is now set on the compiler command line. | |||
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-10-18 | MAINT-6841 - removed the joint remapping code, since it was designed to ↵ | Brad Payne (Vir Linden) | |
support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code. | |||
2016-09-28 | SL-451 - SSE-optimized matrix multiply, used in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-09-23 | MAINT-6747 eliminating convertion error | andreykproductengine | |
2016-08-23 | SL-274 - disabled test w/non-SSE matrix ops. MAINT-6672 - fixed Reset ↵ | Brad Payne (Vir Linden) | |
Skeleton, no longer crashes. | |||
2016-08-23 | TEST - non-SSE code path for matrix ops used in mesh skinning. | Brad Payne (Vir Linden) | |
2016-07-27 | MAINT-612 FIXED LOD switch distance calculation ignores z-axis scale | andreykproductengine | |
2016-06-03 | SL-220 - handle case that a weighted vertex includes no skin weights | Brad Payne (Vir Linden) | |
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2016-05-06 | merge | Brad Payne (Vir Linden) | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-24 | Code stylistics. | Nicky | |
(transplanted from 570ea799407270069974021eca3a5056d6908f58) | |||
2016-04-22 | x64: Do not use a union of LLColor4U. Especially having the two pointer in ↵ | Nicky | |
there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. (transplanted from 847df86d6b5daa69dcfc428df18876a9c1e8bef6) | |||
2016-04-22 | Windows x64: Cannot use inline assembly. | Nicky | |
(transplanted from 0b621f8a1ee707527325eb70e59ef02c63e2bd10) | |||
2016-04-22 | Windows x64: 64 bit implies SSE2, handle this accordingly when detecting if ↵ | Nicky | |
SSE2 is enabled. (transplanted from 93492b84cb752dc79c74d9667f11edd76ace8f0b) | |||
2016-04-06 | SL-366 - more cases where skinned weights can go awry, and a bunch more ↵ | Brad Payne (Vir Linden) | |
asserts to verify. | |||
2016-04-01 | MAINT-6274 FIXED Mouse pointer incorrectly appears on the edge of the screen ↵ | Mnikolenko ProductEngine | |
after dragging World map | |||
2016-03-31 | SL-352 - another case where legacy content revealed a bug in weight remapping. | Brad Payne (Vir Linden) | |
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-19 | SL-234 WIP - remap skin weights to match included-joint logic | Brad Payne (Vir 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 | |