Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | DRTVWR-476: On Windows, request 64-bit compiler | Nat Goodspeed | |
to avoid TeamCity build failures due to 32-bit compiler running out of virtual memory for precompiled headers. | |||
2020-06-25 | DRTVWR-476, SL-13512: Make suspendUntilTimeout() notice shutdown. | Nat Goodspeed | |
Specifically, the shutdown crash reported in SL-13512 was due to LLExperienceCache::idleCoro() looping on suspendUntilTimeout(), failing to notice in its slumbers that the viewer was shutting down around it. Make suspendUntilTimeout() internally call suspendUntilEventOnWithTimeout(), which already listens for "LLApp" state-change events and throws Stopping when LLApp enters its shutdown sequence. | |||
2020-06-23 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into d476 | Nat Goodspeed | |
following release of D512. | |||
2020-06-23 | Merge branch 'master' 6.4.5 into DRTVWR-510 | Dave Houlton | |
2020-06-24 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llkeybind.cpp # indra/llcommon/llkeybind.h | |||
2020-06-23 | Merge branch 'master' into DRTVWR-501-maint | Andrey Lihatskiy | |
2020-06-23 | Increment viewer version to 6.4.5 | Nat Goodspeed | |
following promotion of DRTVWR-512 | |||
2020-06-23 | Reverted SL-6109 keybinding changes | Andrey Kleshchev | |
Changes were moved to DRTVWR-514 | |||
2020-06-22 | SL-13416 eliminate sun/moon specular on shadowed surfaces | Dave Houlton | |
2020-06-19 | DRTVWR-476, SL-13467: Make LLTrace::BlockTimerStatHandle keys unique. | Nat Goodspeed | |
There are duplicate LLTrace::BlockTimerStatHandle key strings declared in llsettingsdaycycle.cpp and llsettingswater.cpp -- the only instances of duplicate BlockTimerStatHandle keys in the viewer code base. SL-13467 tracks intentional crashes due to duplicate LLInstanceTracker subclass instances with one of those keys. The simplest experiment to try to eliminate those crashes is to ensure that every BlockTimerStatHandle in the code base is unique. | |||
2020-06-19 | Merge branch 'master' 6.4.4 into DRTVWR-510 | Dave Houlton | |
2020-06-18 | SL-9632 Fix HUD objects to not use environment lighting | Ptolemy | |
2020-06-18 | SL-9632: Fix most HUD objects incorrectly being effected by the environment ↵ | Ptolemy | |
lighting | |||
2020-06-18 | SL-13481 Fixed mouselook teleport not having up to date data | Andrey Kleshchev | |
2020-06-18 | SL-13163 revert 2 more instances of 'new EEP' specular calculation | Dave Houlton | |
2020-06-17 | SL-13469 Fixed use of wrong clear function | Andrey Kleshchev | |
2020-06-16 | SL-13449, fix link errors for class1 soften shaders | Dave Houlton | |
2020-06-17 | SL-13418 Restored original default value for DoubleClickTeleport | Andrey Kleshchev | |
2020-06-17 | SL-12085 Debug log for show() and PeekMessage | Andrey Kleshchev | |
User's viewer freezes right after setStartupState( STATE_LOGIN_CLEANUP ) and these places are primary suspects | |||
2020-06-16 | SL-13418 Move and view panel now applies changes on the go | Andrey Kleshchev | |
2020-06-15 | SL-13418 Restored previously removed 'click on land' controls from 'move & view' | Andrey Kleshchev | |
According to UX UI engineer. Also adapted it to new system, but it needs a better solution. | |||
2020-06-15 | SL-12085 Debug-log window position | Andrey Kleshchev | |
2020-06-15 | SL-13418 Added converter from old mouse binding settings to new ones | Andrey Kleshchev | |
2020-06-12 | SL-13421 Separated some sitting-exclusive controls | Andrey Kleshchev | |
2020-06-12 | SL-13421 Removed camera control keybindings from mouselook | Andrey Kleshchev | |
2020-06-11 | SL-13390 Disable Havok icon when Havok is not included | Andrey Kleshchev | |
2020-06-11 | SL-13438 Fixed description | Andrey Kleshchev | |
2020-06-10 | SL-13412 Disabled the (default) click to walk in mouselook mode | Andrey Lihatskiy | |
2020-06-08 | SL-13821 shader clean up and format | Dave Houlton | |
2020-06-08 | SL-13281, add missing srgb->linear conversion for specular | Dave Houlton | |
2020-06-05 | SL-13084: Add references to other common files | Ptolemy | |
2020-06-05 | SL-13084: Move texture coords section to top in class2/windlight/cloudsV to ↵ | Ptolemy | |
match class1/deffered/cloudsV | |||
2020-06-05 | SL-13084: Fix inverted cloud scroll with ALM is off | Ptolemy | |
2020-06-05 | SL-13804: Fix clouds flipped along East/West axis to match texture preview ↵ | Ptolemy | |
Cloud Image and direction to match Cloud Scroll | |||
2020-06-05 | SL-13084: Fix clouds flipped along East/West axis to match texture preview ↵ | Ptolemy | |
Cloud Image and direction to match Cloud Scroll | |||
2020-06-05 | SL-13390 Fix Openal Builds | Andrey Kleshchev | |
2020-06-03 | More post-merge cleanup | Andrey Lihatskiy | |
2020-06-03 | Post-merge buildfix | Andrey Lihatskiy | |
2020-06-02 | Merge branch 'master' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/CMakeLists.txt # indra/newview/viewer_manifest.py | |||
2020-06-02 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-512 | Callum Prentice | |
2020-06-02 | DRTVWR-476: Merge branch 'master' of bitbucket.org:lindenlab/viewer into d476. | Nat Goodspeed | |
2020-06-02 | Merge branch 'master' into DRTVWR-501-maint | Andrey Lihatskiy | |
2020-06-02 | Increment viewer version to 6.4.4 | Nat Goodspeed | |
following promotion of DRTVWR-508 | |||
2020-05-29 | edit-me-to-trigger-new-build.txt edited online with Bitbucket | Dave Houlton | |
2020-05-28 | SL-13329 Misalligned checkboxes in inventory filters | Andrey Kleshchev | |
2020-05-28 | SL-12607 Bar color to blue | Andrey Kleshchev | |
2020-05-28 | SL-13340 Restored status display for login | Andrey Kleshchev | |
2020-05-28 | SL-12665 Readjusted all logos | Andrey Kleshchev | |
2020-05-28 | SL-12664 readjusted logo #2 | Andrey Kleshchev | |
2020-05-28 | SL-12664 readjusted logo | Andrey Kleshchev | |