Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-27 | Fix for meta issue: SL-14211 Determine optimum cache size for VFS ↵ | Callum Prentice | |
replacement cache | |||
2020-10-27 | SL-14182 remove old script asset file after saving changes and allow ↵ | Mnikolenko Productengine | |
renaming files if destination file exists | |||
2020-10-26 | SL-14148 remove redundant zeroing of the file | Mnikolenko Productengine | |
2020-10-14 | Mostly automatic merge with canonical viewer after release | Callum Prentice | |
2020-10-14 | Increment viewer version to 6.4.11 | Nat Goodspeed | |
following promotion of DRTVWR-482 | |||
2020-10-08 | Purge excessive files from disc cache each startup | Mnikolenko Productengine | |
2020-10-07 | Tweak name of cache folder in the Viewer cache directory | Callum Prentice | |
2020-10-07 | remove the static cache files from the viewer and update viewer_manifest.py ↵ | Callum Prentice | |
to not try to copy them into the installer bundle | |||
2020-10-07 | Add in some cache stats for the about box | Callum Prentice | |
2020-10-07 | This changeset hooks up many things that have been in progress and moves ↵ | Callum Prentice | |
things about between llfilesystem and lldiskcache - there is still some bookkeeping work left but this is the first version that appears to work and actively manage the cache | |||
2020-10-06 | Replace references to static writefile with write so we end up with only a ↵ | Callum Prentice | |
single read and a single write function | |||
2020-10-06 | Remove SQLite from project and we are now not going to use it for the cache | Callum Prentice | |
2020-10-06 | Add in the C++ filesystem based cache and clean up some indempotent ↵ | Callum Prentice | |
functions in llfilesystem | |||
2020-09-28 | Merge with tip of Release | Callum Prentice | |
2020-09-28 | Merged master(DRTVWR-497) into DRTVWR-482 | Andrey Kleshchev | |
2020-09-28 | Increment viewer version to 6.4.10 | Nat Goodspeed | |
following promotion of DRTVWR-497 | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-24 | SL-13888 Restore back face culling being accidently removed in SL-12781 | Andrey Kleshchev | |
Due to conflicts picked up ptolemy's fix manually | |||
2020-09-23 | SL-13821 Fixed checkbox not disabling | Andrey Kleshchev | |
2020-09-22 | Add SQLite third package to this viewer and pull in the most recent build (3.33) | Callum Prentice | |
2020-09-22 | Merge branch 'master' v6.4.9 into DRTVWR-497 | Dave Houlton | |
2020-09-22 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
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-17 | Remove references to VFS in the non-English language XML files (already ↵ | Callum Prentice | |
removed from English (en) versions) | |||
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-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 | 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 | Effective rename of DRTVWR-506-simple since there is no way to rename a ↵ | Callum Prentice | |
branch. Cloned canonical viewer into DRTVWR-519, copied over the files that changed from DRTVWR-506-simple and pushed back. Once I am satisfied everything is correct, DRTVWR-506-simple will be removed | |||
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-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. |