Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-10-20 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-19 | Fix use after free in LLWorld::removeRegion | Rye Mutt | |
2022-07-16 | SL-17473 Viewer not clearing all Vertex Buffers #2 | Andrey Kleshchev | |
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2022-04-21 | SL-17040 Crash due to LLWord not existing | Andrey Kleshchev | |
LLWord should persist till the end due to wide usage. | |||
2022-04-18 | Merge branch master (D540) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp | |||
2022-01-14 | SL-16606: Add profiler category PIPELINE | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category NETWORK | Ptolemy | |
2022-01-13 | SL-16637 Better validation of data in LLEstablishAgentCommunication | Andrey Kleshchev | |
Do not set capability when disconnected, it creates new coroutines that will do nothing and region might be invalid resulting in a crash. Do not initilize LLWorld. | |||
2021-11-22 | SL-13565 restore the trampled tracy zones | Dave Houlton | |
2021-11-19 | SL-16202: Instantiate LLSimpleton::sInstance generically | Nat Goodspeed | |
instead of requiring a separate declaration for each subclass. The previous way produces errors in clang. (cherry picked from commit 8458ad8890cf0a11804996210d7bcfbdaa3eec2e) | |||
2021-11-16 | DRTVWR-546 merge in master v6.5.1 | Dave Houlton | |
2021-11-15 | Revert "SL-16220: Merge branch 'origin/DRTVWR-546' into glthread" | Dave Houlton | |
This reverts commit 5188a26a8521251dda07ac0140bb129f28417e49, reversing changes made to 819088563e13f1d75e048311fbaf0df4a79b7e19. | |||
2021-11-04 | SL-16202: Instantiate LLSimpleton::sInstance generically | Nat Goodspeed | |
instead of requiring a separate declaration for each subclass. The previous way produces errors in clang. | |||
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
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-06-15 | SL-15404 Crash at setSeedCapability | Andrey Kleshchev | |
Viewer tried to set capability when quiting. | |||
2020-07-09 | SL-13443 cleanup | Andrey Kleshchev | |
2020-07-09 | SL-13443 Reduced viewer stalls after teleport | Andrey Kleshchev | |
Eliminates stall from saveObjectCache() on region deletion | |||
2019-10-16 | merge | Brad Payne (Vir Linden) | |
2019-07-15 | SL-10908 Safeguards and potential crash fix | andreykproductengine | |
2018-10-09 | SL-9709 | Graham Linden | |
Make VOWater objects avoid culling. | |||
2016-06-01 | GCC compile fix, array initialization needs proper type. | Nicky | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2015-12-04 | MAINT-4260 FIXED Animated agents at high altitudes randomly show up at 0,0,0 | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-11-12 | MAINT-4662 FIXED Packet Loss always shows zero in the statistics floater | Mnikolenko ProductEngine | |
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-14 | MAINT-3724 : LLWorld::addRegion logging is misleading | simon | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-04 | fix for SH-4596: Interesting: MacBook Pro has worse framerate than on Release | Xiaohong Bao | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | add cached object count stat | Richard Linden | |
2013-10-03 | change debug setting name "ObjectCacheViewCullingEnabled" to ↵ | Xiaohong Bao | |
"RequestFullRegionCache" | |||
2013-09-25 | fix for SH-4295: Interesting: Teleporting to previous location leave some ↵ | Xiaohong Bao | |
objects invisible. | |||
2013-09-16 | fix to load neighboring regions faster. | Xiaohong Bao | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-08-12 | merge | Richard Linden | |