Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-28 | SL-16040: _aligned_malloc() and _aligned_free() are Microsoft only. | Nat Goodspeed | |
Fortunately we already have platform-independent wrappers in llmemory.h. | |||
2021-09-28 | Merge branch 'SL-15999' of https://bitbucket.org/lindenlab/viewer into SL-15999 | Callum Linden | |
2021-09-28 | SL-16102 Set window title to agent name (child of SL-15999 Support for low ↵ | Callum Linden | |
overhead, non interactive viewer sessions) | |||
2021-09-28 | SL-16040: operator new() must never return nullptr. | Nat Goodspeed | |
2021-09-28 | SL-16040: Honor autobuild_{configure,build}_parameters variables. | Nat Goodspeed | |
The generic build.sh script honors these environment variables to specify parameters to the autobuild configure and autobuild build steps, respectively. Support them in the viewer-specific build.sh too. In the generic build.sh, autobuild_configure_parameters allows specifying command-line switches either for autobuild or, following --, for the underlying tool (in our case, CMake). In order to support that variable the same way here, we insert -- (as before) when autobuild_configure_parameters is unset or empty, since the rest of the switches *we* specify are for CMake. That means that, as with the generic build.sh, a non-empty autobuild_configure_parameters override must precede any switches intended for CMake with the -- separator. | |||
2021-09-28 | SL-15999 - noninteractive sessions disable logging | Brad Payne (Vir Linden) | |
2021-09-28 | SL-15999 - draw no objects when noninteractive | Brad Payne (Vir Linden) | |
2021-09-28 | SL-15999 - noninteractive mode: create minimal objects,load no textures | Brad Payne (Vir Linden) | |
2021-09-28 | DRTVWR-545 New line for the coding policy check | Andrey Lihatskiy | |
2021-09-28 | Revert "Merge branch 'c++17' into DRTVWR-522-maint" | Andrey Lihatskiy | |
This reverts commit 203ea3a70a775a09cbbffb1740ab7c58f1780baa, reversing changes made to 8e3f0778863a5aa337d1148a243ea91d238a8ac5. # Conflicts: # indra/newview/llmachineid.cpp | |||
2021-09-27 | SL-16093 Don't force the console window to be open on developer builds ↵ | Dave Parks | |
because it causes frame stalls while logging. | |||
2021-09-27 | SL-16088 Fix for stall from many calls to glGenBuffers. | Dave Parks | |
2021-09-27 | SL-15999 - noninteractive: debugging run issues, suppress AFK/Away pose | Brad Payne (Vir Linden) | |
2021-09-27 | SL-16087 [D545] New clothes do not have the word 'New' in their names | Andrey Kleshchev | |
2021-09-27 | Merge branch 'SL-15999' of ssh://bitbucket.org/lindenlab/viewer into SL-15999 | Brad Payne (Vir Linden) | |
2021-09-27 | SL-15999 - removed kludgy run disablement, needs better fix | Brad Payne (Vir Linden) | |
2021-09-24 | Ignore build-vc160-64 | Runitai Linden | |
2021-09-24 | SL-15999 (SL-16055) Turn off voice in non-interactive mode | Callum Linden | |
2021-09-23 | DRTVWR-520 Updated dullahan to codeticket build 563968 | Andrey Lihatskiy | |
2021-09-22 | Merge remote-tracking branch 'remotes/origin/DRTVWR-541' into DRTVWR-546 | Runitai Linden | |
2021-09-23 | SL-15903 SLPlugin entitlements fix | Andrey Lihatskiy | |
2021-09-22 | Merged in SL-16014 (pull request #692) | Michael Pohoreski | |
SL-16014 Approved-by: Euclid Linden Approved-by: Dave Parks | |||
2021-09-22 | Fix merge conflict | Ptolemy | |
2021-09-22 | SL-16014: Fix typo | Ptolemy | |
2021-09-22 | Merge remote-tracking branch 'remotes/origin/DRTVWR-541' into DRTVWR-546 | Runitai Linden | |
# Conflicts: # indra/llcommon/linden_common.h | |||
2021-09-22 | SL-16014: Add Tracy markup to doFrame() | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for LLEventFilter | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for LLVolumeFace | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for LLSD | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup to LLViewerObjectList | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup to LLSpatialGroup | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup to LLFace | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy markup for lldrawable | Ptolemy | |
2021-09-22 | SL-16014: Add macros for better markup in Tracy | Ptolemy | |
2021-09-22 | SL-16014: Add Tracy logging to doFrame() | Ptolemy | |
2021-09-22 | SL-16014 Add Tracy logging to lldrawpoolavatar.cpp | Ptolemy | |
2021-09-22 | SL-16031 Add support for VS 2019 (requires autobuild 1.2-alpha) | Dave Parks | |
2021-09-22 | SL-15958 Stop impostored avatars from casting shadows | Mnikolenko Productengine | |
2021-09-22 | Merged in SL-16027_Tracy_OpenGL (pull request #697) | Michael Pohoreski | |
SL-16027: Add Tracy OpenGL support Approved-by: Euclid Linden Approved-by: Dave Parks | |||
2021-09-21 | SL-16027: Only enable Tracy OpengL macros if Tracy is enabled | Ptolemy | |
2021-09-21 | SL-16027: Add Tracy OpenGL support | Ptolemy | |
2021-09-21 | SL-15612 Value fix | Andrey Lihatskiy | |
2021-09-21 | SL-15612 Check for SKIP_NOTARIZATION evn. variable | Andrey Lihatskiy | |
2021-09-21 | Revert "DRTVWR-520 Updated dullahan to codeticket build 562751" | Andrey Lihatskiy | |
This reverts commit adb724564da73a4b2d1ebf7835ce628448048d87. | |||
2021-09-21 | SL-15999 - try to force non-interactive agents to always start out standing | Brad Payne (Vir Linden) | |
2021-09-21 | SL-15903 Restored the lost code | Andrey Lihatskiy | |
2021-09-20 | SL-16043 Fix DisableVerticalSync, default DisableVerticalSync to off, remove ↵ | Dave Parks | |
broken frame limiter code (use vsync if you want to limit framerate). | |||
2021-09-21 | Revert "SL-11841 make ‘Push to talk’ the default setting" | Andrey Kleshchev | |
This reverts commits: 126877bc5ba45ff6b0b31368c55f894a0beaf5bf b661f62a7ad4dad9806eda8f4c8f2c9d64b3efbb ce660c7e7bb6e19a23d634fb6d3249330bf2d74c | |||
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-09-20 | SL-16014: Add Tracy markup to doFrame() | Ptolemy | |