Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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 | 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 | |
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-13919 SSL verification should take mVerifyPeer flag into account | 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-03 | Updated LLCA to codeticket build 548269 | Andrey Lihatskiy | |
2020-09-02 | Merged in euclid-12978 (pull request #286) | Dave Houlton | |
SL-12978 Refactor sun intensity calculation for smooth transitions. Approved-by: Michael Pohoreski | |||
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 | |