Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | SL-14107 fixed crash due to missing animation when avatar hits the ground ↵ | Mnikolenko Productengine | |
after falling down | |||
2020-10-08 | macos build fix | Mnikolenko ProductEngine | |
2020-10-08 | Merged in maxim_productengine/maxim-viewer/DRTVWR-519 (pull request #332) | Maxim Nikolenko | |
Purge excessive files from disc cache each startup Approved-by: Callum Linden <callum@lindenlab.com> | |||
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 | Improve, rationalize and expand comments | Callum Prentice | |
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-24 | Rename lldiskcache.* to llfilesystem.* - i think this is the right name ↵ | Callum Prentice | |
since it's responsible for performing file system operations and (will eventually) delegrate to a separate disk cache component to save/load data and keep track of metadata etc. | |||
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 | 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 | 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 | Some small changes to replace 'vfs' with 'filesystem' outside of my dev env | Callum Prentice | |
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-15 | SL-13768 remove moon glow from ALM deferred path as well | Dave Houlton | |
2020-09-15 | Merged 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-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-12 | Merged in SL-13465_B (pull request #296) | Michael Pohoreski | |
SL-13465 B | |||
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 | Updated apr_suite to codeticket build 548882 | Andrey Lihatskiy | |