summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-15SL-13705 - single output file with one tab per translation languageBrad Payne (Vir Linden)
2020-09-14SL-13705 - lock all columns except C in the excel file (apparently google ↵Brad Payne (Vir Linden)
sheets does not respect this setting on import)
2020-09-12Merged in SL-13768_remove_moon_glow (pull request #297)Michael Pohoreski
SL-13768 Remove glow from moon when sun is down due to it using the sun glow setting
2020-09-12Merged in SL-13465_B (pull request #296)Michael Pohoreski
SL-13465 B
2020-09-11SL-13465 Restore Pre-EEP haze effecting moonPtolemy
2020-09-11SL-13465 Remove hack offset of moon when AS is ON to match when AS is OFF.Ptolemy
2020-09-11SL-13768 Remove glow from moon when sun is down due to it using the sun glow ↵Ptolemy
setting
2020-09-11Updated apr_suite to codeticket build 548882Andrey Lihatskiy
2020-09-11SL-13705 - Additional cell/column properties specified in excel outputBrad Payne (Vir Linden)
2020-09-11SL-13830 Remade vivox shutdown to terminate when it is told to shutdown ↵Andrey Kleshchev
instead of when viewer is quiting
2020-09-11SL-13705 - quieter outputBrad Payne (Vir Linden)
2020-09-11Revert SL-13927 commit 8c8eac256bdb51fdf9e6e297280b2017d26c3588.Andrey Kleshchev
Got into D503 by accident
2020-09-11SL-13830 Don't crash if quiting during startupAndrey Kleshchev
2020-09-11SL-13927 Turn SSL verification On for all SL services in viewerAndrey Kleshchev
2020-09-10SL-13705 - fixes and spreadsheet format changesBrad Payne (Vir Linden)
2020-09-10SL-13705 - support multiple or all languages. more logic for excluding ↵Brad Payne (Vir Linden)
irrelevant fields
2020-09-09SL-13919 SSL verification should take mVerifyPeer flag into accountAndrey Kleshchev
2020-09-09SL-13921 Only one of extended key usages is neededAndrey Kleshchev
LN (EKU_TLS) is more likely to be present thus should be checked first
2020-09-09Revert "SL-12475 add Inventory Favorites tab"Andrey Lihatskiy
This reverts commit 92499ce1b43fd60ce7aad71d12f9eef0cef04f7f. # Conflicts: # indra/newview/llinventorybridge.cpp # indra/newview/llinventorypanel.cpp # indra/newview/llinventorypanel.h
2020-09-09Revert "SL-12475 Mac buildfix"Andrey Lihatskiy
This reverts commit 25fd4c2ba7bc00a0603bf58f5897ac550ff02446.
2020-09-05Merge branch 'marchcat/SL-13910' into DRTVWR-503-maintAndrey Lihatskiy
2020-09-05SL-13910 Moved the LLCertException constructor to .cppAndrey Lihatskiy
2020-09-04SL-13910 Added the TLS Web Server Authentication certificate checkAndrey Lihatskiy
2020-09-03Updated LLCA to codeticket build 548269Andrey Lihatskiy
2020-09-02Merged in euclid-12978 (pull request #286)Dave Houlton
SL-12978 Refactor sun intensity calculation for smooth transitions. Approved-by: Michael Pohoreski
2020-09-02SL-12978 & SL-13743. Remove abrupt changes in sun intensity calc, preserve ↵Dave Houlton
original fall-off. Had to find a balance in the sunlight intensity calculation that behaves correctly for both these issues.
2020-09-02SL-12978 clang-format shader file (whitespace)Dave Houlton
2020-09-02SL-12978 de-obfuscate, banish the tempsDave Houlton
2020-09-02SL-12978 refactor sunlight intensity calculationDave Houlton
2020-09-02SL-13891 Coroutine creation was requested on exitAndrey Kleshchev
2020-09-02SL-13894 Abuse Report Screenshot should always include UIAndrey Kleshchev
2020-09-01Updated LLCA to codeticket build 548269Andrey Lihatskiy
2020-09-01SL-13830 Don't crash if quiting during startupAndrey Kleshchev
2020-08-31Merged in euclid-13768 (pull request #276)Dave Houlton
SL-13768, remove moon glow from sky and clouds Approved-by: Michael Pohoreski
2020-08-28SL-13566 'Use Joint Positions' Option causes collapsed Joints for some filesAndrey Kleshchev
2020-08-28SL-13768 clang-format shader files (whitespace)Dave Houlton
2020-08-28SL-13768 de-obfuscate cloud/sky vertex shadersDave Houlton
2020-08-28SL-13768 remove moon glow from sky and cloudsDave Houlton
2020-08-28SL-13555 'Second Life quit unexpectedly' error messageAndrey Kleshchev
2020-08-28SL-13811 Crash on coroprocedureAndrey Kleshchev
2020-08-27Merged in SL-13721 (pull request #271)Michael Pohoreski
SL-13721 Fix incorrect water reflection Approved-by: Dave Houlton
2020-08-27SL-13721 Cleanup saved matrix namesPtolemy
2020-08-27SL-13835 TypoAndrey Kleshchev
2020-08-27SL-13835 Fixed warning for certificateAndrey Kleshchev
2020-08-27SL-13873 FIXED Mac SL viewer about box shows copyright 2019Mnikolenko ProductEngine
2020-08-26SL-13721 Fix incorrect water reflectionPtolemy
2020-08-26SL-10326 Fixed avatar rotation of selected avatars and selected selfAndrey Kleshchev
2020-08-25SL-13498 Crash at ~LLPersistentNotificationChannelAndrey Kleshchev
Callstack is clearly broken since it points to LLNotifications::instance().clear(); after 'Goodbye!', my suspicion is that something reinitialized singleton so I fixed cleanup and added some logging to see if there is a dupplicate init
2020-08-25SL-13858 FIXED Group chat transcripts named with double (group) (group).txt ↵Mnikolenko Productengine
after opening chat history.
2020-08-24DRTVWR-497 restore parallel builds for x64 VS2017Dave Houlton