summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-11SL-14201 pulled in updated dullahan branch (after merge from D507)Andrey Kleshchev
2020-11-10SL-14209 Saving notecard in object sometimes erases all contentAndrey Kleshchev
2020-11-10SL-14303 Fix LLWearableType to not spam in logsAndrey Kleshchev
2020-11-09SL-13599 Fixed missing zeroAndrey Kleshchev
2020-11-06SL-14276 The L$ balance in viewer is not updated on group creationAndrey Kleshchev
2020-11-04SL-14201 Fix Altgr in CEF #2Andrey Kleshchev
2020-11-02SL-14075 Allow bulk download of textures/picturesMnikolenko Productengine
2020-10-30SL-14201 Fix Altgr in CEFAndrey Kleshchev
2020-10-28SL-14224 RelWithDebInfo viewer stops with 'assert' when disabling ↵Andrey Kleshchev
atmospheric shader
2020-10-28SL-13599 Variable should correspond to typeAndrey Kleshchev
2020-10-28SL-13599 Don't spam into logs when te has no material idsAndrey Kleshchev
2020-10-26SL-13560 Water reflections do not reflect everything when ALM is enabledAndrey Kleshchev
Contribution
2020-10-26SL-13034 removeMarkerFiles() happens in destructorAndrey Kleshchev
Depends onto SL-13979 for proper logging
2020-10-26SL-14004 Coalesce viewer's LLError::Settings and GlobalsAndrey Kleshchev
2020-10-26SL-13979 Crash of logging system at LLError::Settings::getInstance()Andrey Kleshchev
LLSingleton depends onto logging system, having logging system be based on LLSingleton causes crashes and deadlocks
2020-10-23SL-14149 FIXED The text is displayed black after double-clicking on itMnikolenko Productengine
2020-10-20SL-14138 Favorites panel was not responding in some casesAndrey Kleshchev
2020-10-19SL-13599 Missing bounds checks in deserializer codeAndrey Kleshchev
Pulled in and updated Rider's changes
2020-10-16SL-14136 Mistake in llfloaterpreference.cppAndrey Kleshchev
2020-10-14Increment viewer version to 6.4.11Nat Goodspeed
following promotion of DRTVWR-482
2020-09-28Merged master(DRTVWR-497) into DRTVWR-482Andrey Kleshchev
2020-09-28Increment viewer version to 6.4.10Nat Goodspeed
following promotion of DRTVWR-497
2020-09-24SL-13888 Restore back face culling being accidently removed in SL-12781Andrey Kleshchev
Due to conflicts picked up ptolemy's fix manually
2020-09-23SL-13821 Fixed checkbox not disablingAndrey Kleshchev
2020-09-22Merged in DV497-merge-6.4.9 (pull request #312)Dave Houlton
Merge 6.4.9 into DRTVWR-497
2020-09-22Merge branch 'master' v6.4.9 into DRTVWR-497Dave Houlton
2020-09-22Merged in euclid-13522 (pull request #309)Dave Houlton
SL-13522 remove injected character lights to improve alpha lighting in edit mode Approved-by: Michael Pohoreski
2020-09-22Merged master (DRTVWR-503) into DRTVWR-482Andrey Kleshchev
2020-09-22Increment viewer version to 6.4.9Nat Goodspeed
following promotion of DRTVWR-503
2020-09-21SL-13522 remove injected character lights to improve alpha blendDave Houlton
Character lights injected during render pass while in character edit mode (i.e. mSpecialRenderMode == 3) were causing discrepencies between deferred (ALM) and forward alpha blend lighting.
2020-09-17Merged in euclid-misc (pull request #305)Dave Houlton
DRTVWR-4976 Misc shader cleanup. Approved-by: Michael Pohoreski
2020-09-16DRTVWR-4976 Misc shader cleanup.Dave Houlton
Removed some potential div-by-0 NaNs and a mangled clamp.
2020-09-16Merged in euclid-13768-b (pull request #304)Dave Houlton
SL-13768 revisited, remove moon glow from ALM (deferred) path as well Approved-by: Michael Pohoreski
2020-09-16SL-13768 clang-format class2 deferred skyF.glsl (whitespace)Dave Houlton
2020-09-16SL-13768 de-obfuscate the ALM version of skyF.glslDave Houlton
2020-09-15SL-13768 remove moon glow from ALM deferred path as wellDave Houlton
2020-09-15Merged in drtvwr497_revert_PR297 (pull request #301)Dave Houlton
Revert "SL-13768 Remove glow from moon when sun is down due to it using the sun glow setting (pull request #297)"
2020-09-15Revert "SL-13768 Remove glow from moon when sun is down due to it using the ↵Dave Houlton
sun glow setting (pull request #297)"
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-13830 Remade vivox shutdown to terminate when it is told to shutdown ↵Andrey Kleshchev
instead of when viewer is quiting
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-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