summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-23Reverted SL-6109 keybinding changesAndrey Kleshchev
Changes were moved to DRTVWR-514
2020-06-19SL-9632 Fix HUD objects to not use environment lightingPtolemy
2020-06-19SL-9632: Fix most HUD objects incorrectly being effected by the environment ↵Ptolemy
lighting
2020-06-19DRTVWR-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-19SL-13487 File extension checks should ignore caseMnikolenko Productengine
2020-06-19SL-13479 Dedicated top-level menu for avatar editingMnikolenko Productengine
2020-06-18SL-13481 Fixed mouselook teleport not having up to date dataAndrey Kleshchev
2020-06-17SL-13469 Fixed use of wrong clear functionAndrey Kleshchev
2020-06-17SL-13418 Restored original default value for DoubleClickTeleportAndrey Kleshchev
2020-06-17SL-12085 Debug log for show() and PeekMessageAndrey Kleshchev
User's viewer freezes right after setStartupState( STATE_LOGIN_CLEANUP ) and these places are primary suspects
2020-06-16Additional logging for SL-13397Andrey Kleshchev
2020-06-16SL-13463 Add 'Reset scripts' button to Content tab of Build floaterMnikolenko Productengine
2020-06-16SL-13418 Move and view panel now applies changes on the goAndrey Kleshchev
2020-06-15SL-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-15SL-12085 Debug-log window positionAndrey Kleshchev
2020-06-15SL-13418 Added converter from old mouse binding settings to new onesAndrey Kleshchev
2020-06-15SL-13457 FIXED Crash in LLFolderViewGroupedItemBridge::canWearSelectedMnikolenko Productengine
2020-06-13Dummy commit to force TC rebuildAndrey Lihatskiy
2020-06-13SL-13084 Combined commit for the EEP specular color fixDave Houlton
SL-13084: Fix clouds flipped along East/West axis to match texture preview Cloud Image and direction to match Cloud Scroll SL-13804: Fix clouds flipped along East/West axis to match texture preview Cloud Image and direction to match Cloud Scroll SL-13084: Fix inverted cloud scroll with ALM is off SL-13084: Move texture coords section to top in class2/windlight/cloudsV to match class1/deffered/cloudsV SL-13084: Add references to other common files
2020-06-12SL-13421 Separated some sitting-exclusive controlsAndrey Kleshchev
2020-06-12SL-13421 Removed camera control keybindings from mouselookAndrey Kleshchev
2020-06-11SL-13821 shader clean up and formatDave Houlton
2020-06-11SL-13281, add missing srgb->linear conversion for specularDave Houlton
2020-06-11SL-13433 Add tests for new url entryMnikolenko Productengine
2020-06-11SL-13433 Viewer should recognizes ipv6 linksMnikolenko Productengine
2020-06-11SL-13390 Disable Havok icon when Havok is not includedAndrey Kleshchev
2020-06-11SL-13438 Fixed descriptionAndrey Kleshchev
2020-06-10SL-13413 FIXED Camera behaviour changed on ESC in Camera Presets viewerMnikolenko Productengine
2020-06-10SL-13412 Disabled the (default) click to walk in mouselook modeAndrey Lihatskiy
2020-06-09SL-3584 Alpha masked textures occasionally changing to alpha mode noneAndrey Kleshchev
2020-06-09SL-13405 FIXED Preview Asset Types of Content tab in one window no longer worksMnikolenko Productengine
2020-06-08DRTVWR-510 cache vulkan-detect resultDave Houlton
2020-06-08DRTVWR-510 add code to report Vulkan capability in stats (Windows-only)Dave Houlton
2020-06-05SL-13390 Fix Openal BuildsAndrey Kleshchev
2020-06-05SL-12748 Blocked username displays old name after name changeAndrey Kleshchev
2020-06-03SL-863 Fixed missing render maskAndrey Kleshchev
2020-06-03More post-merge cleanupAndrey Lihatskiy
2020-06-03Post-merge buildfixAndrey Lihatskiy
2020-06-02Pull in new version of Dullahan that has a (trivial) fix for SL-13139 chat ↵Callum Prentice
field on Youtube live is empty.
2020-06-02SL-13361: Enable color processing on Windows 10 debug console.Nat Goodspeed
2020-06-02SL-13361: Distill redundant create_console() code to set_stream().Nat Goodspeed
There are separate stanzas in llappviewerwin32.cpp's create_console() function for each of STD_INPUT_HANDLE, STD_OUTPUT_HANDLE and STD_ERROR_HANDLE. SL-13361 wants to add more code to each. Factor out new local set_stream() function and make create_console() call it three times.
2020-06-02Merge branch 'master' into DRTVWR-513-maintAndrey Lihatskiy
2020-06-02Merge branch 'master' into DRTVWR-503-maintAndrey Lihatskiy
# Conflicts: # indra/newview/CMakeLists.txt # indra/newview/viewer_manifest.py
2020-06-02Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-512Callum Prentice
2020-06-02DRTVWR-476: Merge branch 'master' of bitbucket.org:lindenlab/viewer into d476.Nat Goodspeed
2020-06-02Merge branch 'master' into DRTVWR-501-maintAndrey Lihatskiy
2020-06-02Merged master into DRTVWR-482Andrey Kleshchev
2020-06-02Merged master into DRTVWR-497Andrey Kleshchev
2020-06-02Increment viewer version to 6.4.4Nat Goodspeed
following promotion of DRTVWR-508
2020-06-02SL-13362 The worn wearables shouldn't be shareableMnikolenko Productengine