Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | SL-804, SL-824: Update to bugsplat build 515598 | Nat Goodspeed | |
2018-05-21 | SL-821: Need -fcxx-modules for C++ module support, vs. classic C. | Nat Goodspeed | |
2018-05-21 | Make rendering of sun / moon work with both in the sky (test visibility ↵ | Graham Linden graham@lindenlab.com | |
independently). | |||
2018-05-21 | SL-821: Add -fmodules to llappdelegate-objc.mm compile switches. | Nat Goodspeed | |
The BugsplatMac package is built as a module requiring @import. Using @import requires Objective-C++ module support, which requires the -fmodules switch. | |||
2018-05-21 | SL-821: Use @import, not #import. | Nat Goodspeed | |
2018-05-21 | SL-821: Merge changes for Windows platform | Nat Goodspeed | |
2018-05-21 | SL-821: Introduce macOS BugSplat initialization. | Nat Goodspeed | |
2018-05-21 | SL-821: Reorder CMakeLists.txt includes to resolve interdependencies. | Nat Goodspeed | |
2018-05-21 | Fix broken integration and unit tests. | Graham Linden graham@lindenlab.com | |
Update KDU stubs in integration test. Work around MAINT-8675 stale cert in llsechandler_basic for now. Update stubs for LLTrans::getString in handful of integration tests. | |||
2018-05-30 | Merged in oz_linden/maint-8675 | AndreyL ProductEngine | |
2018-05-21 | SL-857 Remove "Create Auction" functionality from viewer | maxim_productengine | |
2018-05-18 | Remove no longer used var hosing OSX build. | Graham Linden graham@lindenlab.com | |
2018-05-18 | Remove MSVC debug pragmas and comment out code to dump example grids.xml ↵ | Graham Linden graham@lindenlab.com | |
file w/ hard-coded grids. | |||
2018-05-18 | Make nighttime elev constant _SIN, since it uses a sin value. | Graham Linden graham@lindenlab.com | |
Put that constant in sky settings and eliminate dups. Fix up logic around when to use heavenly bodies (fix broken moon in basic sky). Remove unnecessary clip to horizon. Put in temp code to ena/dis sun/moon based on LLEnvironment::getIsDaytime(). | |||
2018-05-18 | Merge | Rider Linden | |
2018-05-18 | Day cycle editor changes for loading settings. (Not complete) | Rider Linden | |
2018-05-18 | MAINT-8344 Day Cycle Editor (part 3) | andreykproductengine | |
2018-05-18 | MAINT-8669 Add callback to show appropriate friendship menu option | maxim_productengine | |
2018-05-18 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-05-18 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-05-18 | MAINT-7626 EOF fix | AndreyL ProductEngine | |
2018-05-18 | Merge | AndreyL ProductEngine | |
2018-05-17 | increment viewer version to 5.1.5 | Nat Goodspeed | |
2018-05-17 | Added tag 5.1.4-release for changeset 7b6b020fd5ad | Nat Goodspeed | |
2018-05-18 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-18 | Fix Mie Config validation in sky settings. | Graham Linden graham@lindenlab.com | |
Start cleanup of heavenly body rendering. | |||
2018-05-18 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-17 | Self contained looping track blender. Will blend over time across an entire ↵ | Rider Linden | |
track in a day cycle. | |||
2018-05-17 | Fix end of cycle trigger for time blender. | Rider Linden | |
2018-05-17 | SL-821: Use classic-C BugSplat callback and static dumb pointer. | Nat Goodspeed | |
BugSplat has no business introducing a new C++ API based on classic-C function pointers without even a generic pass-through user data pointer! | |||
2018-05-17 | MAINT-8649 FIXED CTRL+ALT+T does not make alpha masking textures visible | maxim_productengine | |
2018-05-17 | MAINT-8479 When facing object we should ignore movement distance threshold | Andrey Kleshchev | |
2018-05-17 | SL-821: Convert wstrings to strings of __wchar_t for BugSplat API. | Nat Goodspeed | |
2018-05-17 | MAINT-8344 Prevent multislider from locking in infinit cycle | andreykproductengine | |
2018-05-17 | SL-821: Move Windows BugSplat engagement from llcommon to newview. | Nat Goodspeed | |
Use WSTRINGIZE(), LL_TO_WSTRING(), wstringize() to produce required wide strings. Use a lambda for callback that sends log file; use LLDir, if set, to find the log file. Introduce BUGSPLAT CMake variable to allow suppressing BugSplat. Make BUGSPLAT CMake variable set LL_BUGSPLAT for C++ compilations. Set viewer version macros on llappviewerwin32.cpp, llappviewerlinux.cpp and llappdelegate-objc.mm -- because BugSplat needs the viewer version data, and because the macOS BugSplat hook is engaged in an Objective-C++ function we override in the app delegate. | |||
2018-05-17 | SL-821: Merge LL_TO_WSTRING(), WSTRINGIZE() changes. | Nat Goodspeed | |
2018-05-17 | SL-821: Add WSTRINGIZE() and DEWSTRINGIZE() macros for wide strings. | Nat Goodspeed | |
Streamline convenience overload stringize(std::wstring); make convenience overload wstringize(std::string) symmetrically convert from UTF-8 string. Also eliminate STRINGIZE() et al. dependency on Boost.Phoenix: use lambdas instead. Using lambdas instead of template expansion necessitates reordering some code in wrapllerrs.h. | |||
2018-05-17 | SL-821: Add LL_TO_WSTRING() macro to llpreprocessor.h. | Nat Goodspeed | |
Also use existing LL_TO_STRING() macro to stringize LL_VIEWER_CHANNEL in llversioninfo.cpp and its tests. | |||
2018-05-16 | Merge and disable new sky render. | Graham Linden graham@lindenlab.com | |
2018-05-16 | Merge | Rider Linden | |
2018-05-16 | Splitting the blender up to support manual positioning as well as time. Phase1 | Rider Linden | |
2018-05-16 | MAINT-8344 Day cycle editor (part 2) | andreykproductengine | |
2018-05-16 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-15 | Fix the blend code to record the amount of the blend and to store what is ↵ | Rider Linden | |
being blended towards. | |||
2018-05-15 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-14 | MAINT-8611 Prevent object media updates if media preference is disabled | maxim_productengine | |
2018-05-14 | Merged in ruslantproductengine/viewer-cougar-4cr-2 (pull request #10) | Ruslan Teliuk | |
MAINT-8348 [LOVE ME RENDER] Edit Rotation Rings Occluded by Mesh Objects Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2018-05-14 | MAINT-8689 Diagnostics for coroutine memory crash | andreykproductengine | |
2018-06-13 | network test fixes2 | Mnikolenko ProductEngine | |
2018-06-13 | network test fixes | Mnikolenko ProductEngine | |