Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-23 | SL-13814 Clarify dialog for insufficient L$ balance | Mnikolenko Productengine | |
2020-09-23 | SL-11867 Show “Unable to buy” message via notification | maxim_productengine | |
2020-09-23 | SL-13852 Show menu below the button | Mnikolenko Productengine | |
2020-09-23 | SL-13852 Add visibility options to inventory search results | Mnikolenko Productengine | |
2020-09-23 | SL-13824 Remove notification when both joining a group and leaving a group | Mnikolenko Productengine | |
2020-09-23 | SL-13824 Remove notification when joining a group | Mnikolenko Productengine | |
2020-09-23 | SL-13823 FIXED "Settings" are not shown in Inventory filter message | Mnikolenko Productengine | |
2020-09-22 | Merge branch 'master' v6.4.9 into DRTVWR-497 | Dave Houlton | |
2020-09-22 | follow-up build fix | Andrey Lihatskiy | |
2020-09-22 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterconversationpreview.cpp # indra/newview/llinventorypanel.h # indra/newview/llmeshrepository.h # indra/newview/llvoicevivox.cpp | |||
2020-09-22 | Merged master (DRTVWR-503) into DRTVWR-482 | Andrey Kleshchev | |
2020-09-22 | Increment viewer version to 6.4.9 | Nat Goodspeed | |
following promotion of DRTVWR-503 | |||
2020-09-21 | SL-13522 remove injected character lights to improve alpha blend | Dave 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-22 | SL-13978 Logout crash at LLParamSingleton<LLUI> | Andrey Kleshchev | |
Notifications were cleaned up by this point and were pulling in LLUI | |||
2020-09-21 | SL-13697 Items I am wearing continue to go to lost and found | Andrey Kleshchev | |
Contribution from Ansariel Hiller | |||
2020-09-18 | SL-13733 Crash: Do not unassign event handler before handling WM_DESTROY | Andrey Kleshchev | |
2020-09-16 | DRTVWR-4976 Misc shader cleanup. | Dave Houlton | |
Removed some potential div-by-0 NaNs and a mangled clamp. | |||
2020-09-16 | SL-13768 clang-format class2 deferred skyF.glsl (whitespace) | Dave Houlton | |
2020-09-16 | SL-13768 de-obfuscate the ALM version of skyF.glsl | Dave Houlton | |
2020-09-15 | SL-13768 remove moon glow from ALM deferred path as well | Dave Houlton | |
2020-09-15 | Revert "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-12 | Merged 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-11 | SL-13465 Restore Pre-EEP haze effecting moon | Ptolemy | |
2020-09-11 | SL-13465 Remove hack offset of moon when AS is ON to match when AS is OFF. | Ptolemy | |
2020-09-11 | SL-13768 Remove glow from moon when sun is down due to it using the sun glow ↵ | Ptolemy | |
setting | |||
2020-09-11 | SL-13830 Remade vivox shutdown to terminate when it is told to shutdown ↵ | Andrey Kleshchev | |
instead of when viewer is quiting | |||
2020-09-11 | Revert SL-13927 commit 8c8eac256bdb51fdf9e6e297280b2017d26c3588. | Andrey Kleshchev | |
Got into D503 by accident | |||
2020-09-11 | SL-13830 Don't crash if quiting during startup | Andrey Kleshchev | |
2020-09-11 | SL-13927 Turn SSL verification On for all SL services in viewer | Andrey Kleshchev | |
2020-09-09 | SL-13921 Only one of extended key usages is needed | Andrey Kleshchev | |
LN (EKU_TLS) is more likely to be present thus should be checked first | |||
2020-09-09 | Revert "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-09 | Revert "SL-12475 Mac buildfix" | Andrey Lihatskiy | |
This reverts commit 25fd4c2ba7bc00a0603bf58f5897ac550ff02446. | |||
2020-09-09 | SL-12475 Mac buildfix | Andrey Lihatskiy | |
2020-09-09 | SL-12475 add Inventory Favorites tab | maxim_productengine | |
# Conflicts: # indra/newview/llinventorybridge.cpp # indra/newview/llinventorypanel.cpp | |||
2020-09-05 | Merge branch 'marchcat/SL-13910' into DRTVWR-503-maint | Andrey Lihatskiy | |
2020-09-05 | SL-13910 Moved the LLCertException constructor to .cpp | Andrey Lihatskiy | |
2020-09-04 | SL-13910 Added the TLS Web Server Authentication certificate check | Andrey Lihatskiy | |
2020-09-02 | SL-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-02 | SL-12978 clang-format shader file (whitespace) | Dave Houlton | |
2020-09-02 | SL-12978 de-obfuscate, banish the temps | Dave Houlton | |
2020-09-02 | SL-12978 refactor sunlight intensity calculation | Dave Houlton | |
2020-09-02 | SL-13891 Coroutine creation was requested on exit | Andrey Kleshchev | |
2020-09-02 | SL-13894 Abuse Report Screenshot should always include UI | Andrey Kleshchev | |
2020-09-01 | SL-13830 Don't crash if quiting during startup | Andrey Kleshchev | |
2020-08-28 | SL-13768 clang-format shader files (whitespace) | Dave Houlton | |
2020-08-28 | SL-13768 de-obfuscate cloud/sky vertex shaders | Dave Houlton | |
2020-08-28 | SL-13768 remove moon glow from sky and clouds | Dave Houlton | |
2020-08-28 | SL-13555 'Second Life quit unexpectedly' error message | Andrey Kleshchev | |
2020-08-27 | SL-13721 Cleanup saved matrix names | Ptolemy | |
2020-08-27 | SL-13835 Typo | Andrey Kleshchev | |