Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-23 | Revert "SL-13814 Updated label text" | Mnikolenko Productengine | |
This reverts commit 1557cd8fe2733c32c7788daf752fe23c7190947f. | |||
2020-09-23 | SL-13821 Fixed checkbox not disabling | Andrey Kleshchev | |
2020-09-23 | SL-13335 Friendlier L$ Buy flow when no payment method on file | Mnikolenko Productengine | |
2020-09-23 | SL-13814 Updated label text | Mnikolenko Productengine | |
2020-09-23 | SL-13814 mac build fix | Mnikolenko Productengine | |
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 | Add SQLite third package to this viewer and pull in the most recent build (3.33) | Callum Prentice | |
2020-09-22 | Merged in DV510-merge-6.4.9 (pull request #313) | Dave Houlton | |
Merge master 6.4.9 into DRTVWR-510 | |||
2020-09-22 | Merge branch 'master' 6.4.9 into DRTVWR-510 | Dave Houlton | |
2020-09-22 | Merged in DV497-merge-6.4.9 (pull request #312) | Dave Houlton | |
Merge 6.4.9 into DRTVWR-497 | |||
2020-09-22 | Merge branch 'master' v6.4.9 into DRTVWR-497 | Dave Houlton | |
2020-09-22 | Merged 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-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 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2020-09-22 | Merged master(DRTVWR-503) into DRTVWR-514-keymappings | Andrey Kleshchev | |
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-22 | SL-13971 [Cleanup] Viewer complains about missing VertexShaderEnable | Andrey Kleshchev | |
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-21 | SL-13729 Small fix with some cached settings | Andrey Kleshchev | |
2020-09-18 | SL-13733 Crash: Do not unassign event handler before handling WM_DESTROY | Andrey Kleshchev | |
2020-09-18 | SL-13705 - added --deleted option to collect info on no-longer-needed text ↵ | Brad Payne (Vir Linden) | |
in translated files. Processing needs to be automated as the list is unfeasibly long. | |||
2020-09-18 | SL-13729 Performance of LLUI and LLRender2D #3 | Andrey Kleshchev | |
2020-09-17 | Remove references to VFS in the non-English language XML files (already ↵ | Callum Prentice | |
removed from English (en) versions) | |||
2020-09-17 | Some small changes to replace 'vfs' with 'filesystem' outside of my dev env | Callum Prentice | |
2020-09-17 | SL-13729 Performance of LLUI and LLRender2D #2 | Andrey Kleshchev | |
2020-09-17 | SL-13729 Performance of LLUI and LLRender2D | Andrey Kleshchev | |
2020-09-17 | The folder where the disk cache lives was originally renamed from llvfs to ↵ | Callum Prentice | |
llcache but @henri's suggestion that that doesn't reflect the other files in the same place and it should be llfilesystem is a good one so I changed it over | |||
2020-09-17 | Merged in euclid-misc (pull request #305) | Dave Houlton | |
DRTVWR-4976 Misc shader cleanup. Approved-by: Michael Pohoreski | |||
2020-09-17 | mac build fix | Mnikolenko ProductEngine | |
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2020-09-16 | DRTVWR-4976 Misc shader cleanup. | Dave Houlton | |
Removed some potential div-by-0 NaNs and a mangled clamp. | |||
2020-09-16 | Merged 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-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-16 | Check existence of local files instead of checking VFS | Mnikolenko Productengine | |
2020-09-16 | Merge branch 'SL-13705' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-09-16 | SL-13705 - language list defaults to the standard supported set of FR, ES, ↵ | Brad Payne (Vir Linden) | |
IT, PT, JA, DE. '--lang all' will also use this list | |||
2020-09-16 | SL-13923 - EEP sky is wrong after loading water then re-logging with ↵ | Andrey Kleshchev | |
EnvironmentPersistAcrossLogin | |||
2020-09-15 | SL-13768 remove moon glow from ALM deferred path as well | Dave Houlton | |