Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-18 | SL-16886 Fix for bad batching parameters for some rigged meshes. | Dave Parks | |
2022-02-17 | SL-16815 Remove frame stalls from occlusion queries, bumpmap updates, and ↵ | Dave Parks | |
querying for available video memory. | |||
2022-02-17 | SL-16861 Animesh and avatar color change fix | Andrey Kleshchev | |
2022-02-15 | SL-16564 'Click to' action 'None' doesn't work as intended #2 | Andrey Kleshchev | |
2022-02-15 | SL-16564 'Click to' action 'None' doesn't work as intended | Andrey Kleshchev | |
There shouldn't be any differences for 'None' between normal objects and attachments | |||
2022-02-14 | SL-16418 Media texture update stall fix. Make media texture updates use ↵ | Dave Parks | |
LLImageGL thread to update, fix AMD sync issue on ImageGL thread and install debug callbacks on LLImageGL thread when debug gl enabled. | |||
2022-02-08 | Merge branch 'DRTVWR-555' into DRTVWR-553+555 | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/llappviewer.cpp # indra/newview/viewer_manifest.py | |||
2022-02-03 | DRTVWR-555 Sign SLVersionChecker with the hardened runtime | Andrey Lihatskiy | |
2022-02-02 | SL-16630 Notarization script update | Andrey Lihatskiy | |
(cherry picked from commit 5fcb811aa2b455cebf18830cf0cdef14025dacdb) | |||
2022-02-02 | SL-14769 Allow to log-in, even if there's an inventory error | Mnikolenko Productengine | |
2022-02-01 | Revert "Merged in euclid-16418 (pull request #846)" | Dave Houlton | |
This reverts commit 40fe5277e1390c975d9a3184ff8fc46d69dfb450, reversing changes made to af830e5fc5840194be95140f644a27011b9b7e06. | |||
2022-02-01 | Revert "Merged in euclid-16418-a (pull request #852)" | Dave Houlton | |
This reverts commit dcf8f695367a1bcc9c495ea93a89927dd83802af, reversing changes made to 594910a8408f67f1af7c66d5a4dfde3626669245. | |||
2022-02-01 | SL-16714 and SL-16750 Break rigged alpha into its own pass (restore release ↵ | Dave Parks | |
like behavior) and fix rigged alpha emissive not rendering. | |||
2022-02-01 | SL-13792: Cannot mix print statement and print function. | Nat Goodspeed | |
'from __future__ import print_function' not only makes the print() function available, it also makes the Python 2 print statement invalid syntax. Until we merge with the Python 3 branch (soon!), don't import print_function: instead revert to 'print >> sys.stderr' statements. | |||
2022-02-01 | SL-13792: _greenlet.so is no longer exposed in Mac viewer app bundle. | Nat Goodspeed | |
Instead we have a new bundled executable SLVersionChecker, so that must be signed instead of _greenlet.so. | |||
2022-02-01 | SL-16752 FIXED [Mac] Enabling or disabling vsync does not take effect until ↵ | Mnikolenko ProductEngine | |
the next session. | |||
2022-01-31 | SL-16418 add tear-down lock | Dave Houlton | |
2022-01-31 | SL-13792: Use new Python 3 SLVersionChecker. | Nat Goodspeed | |
On Mac, execute the packaged SLVersionChecker directly rather than invoking system Python on our manually-bundled scripts. | |||
2022-01-31 | SL-16681 Better handling of locked files by NSIS Installer | Andrey Kleshchev | |
1. When SL window closes it doesn't mean that process died so gave it a bit more time to terminate 2. Added a retry logic in case first run happened too early for some reason 3. Replaced ok/cancel on locked file with abort/retry/ignorei | |||
2022-01-31 | SL-16729 FIXED Keyframes preview does not work in automatic mode | Mnikolenko Productengine | |
2022-01-28 | SL-16722 Fix void water not being rendered due to PR 782 skipping second ↵ | Ptolemy | |
pass of water rendering | |||
2022-01-28 | SL-16696 Hacky fix for disappearing underwater objects. | Runitai Linden | |
2022-01-28 | SL-16715 - viewerstats, added more detail about failure cases in inventory | Brad Payne (Vir Linden) | |
2022-01-27 | SL-16418 remove duplicated ref() | Dave Houlton | |
2022-01-27 | SL-16418 restore tracy macros stomped in merge | Dave Houlton | |
2022-01-27 | SL-16418 rename media tex image per-update to avoid contention stall | Dave Houlton | |
2022-01-27 | SL-16418 bg thread for media texture updates | Dave Houlton | |
2022-01-27 | SL-16418 optimize imageraw clear | Dave Houlton | |
2022-01-28 | SL-16721 Crash at LLVOAvatar::idleUpdateMisc | Andrey Kleshchev | |
bridge in state 24 (dead) | |||
2022-01-27 | SL-16717 Rename RenderGLCoreProfile to prevent compatibility issues | Andrey Kleshchev | |
2022-01-27 | SL-16056 Avatar gas cloud adaptive delay #2 | Andrey Kleshchev | |
Reset avatar 'loaded' timer after getting new mesh data | |||
2022-01-24 | SL-16594 Fix for occasional single-frame culling of rigged attachments | Runitai Linden | |
2022-01-21 | Revert "SL-14717 Ability to trigger left clicks (and more) on animesh objects" | Andrey Lihatskiy | |
This reverts commit 8215fff0c2a1c895ef916837847cf7526ae61ef9. # Conflicts: # indra/newview/lltoolpie.cpp | |||
2022-01-20 | SL-16672 Fix object's inventory not sorting content | Andrey Kleshchev | |
2022-01-19 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Runitai Linden | |
DRTVWR-546 | |||
2022-01-19 | SL-16653 Fix for some textures having incorrect texel colors after the first ↵ | Runitai Linden | |
row (and add more paranoia checks on texture data). | |||
2022-01-19 | SL-16630 Notarization script update | Andrey Lihatskiy | |
2022-01-19 | SL-15225 llSetAgentEnvironment cloud density transition doesn't work | Andrey Kleshchev | |
2022-01-14 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Runitai Linden | |
DRTVWR-546 | |||
2022-01-14 | SL-16544 Fix for small rigged meshes disappearing at short distances (for ↵ | Runitai Linden | |
real this time). | |||
2022-01-14 | Fix merge conflict | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category VOLUME | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category UI | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category TEXTURE | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category SPATIAL | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category SHADER | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category PIPELINE | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category OCTREE | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category NETWORK | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category MEDIA | Ptolemy | |