summaryrefslogtreecommitdiff
path: root/indra/newview/llenvironment.cpp
AgeCommit message (Collapse)Author
2022-11-28SL-18718 Crash at LLEventPump::listen and connection issuesAndrey Kleshchev
Cleaner reinit and termination.
2022-06-24SL-17663: Pass the water settings to the settings injector when an ↵Rider Linden
experience changes water settings.
2022-04-11SL-17182 FIXED Viewer crashes after changing the environment settingsMnikolenko Productengine
2022-01-19SL-15225 llSetAgentEnvironment cloud density transition doesn't workAndrey Kleshchev
2022-01-14SL-16606: Add profiler category SHADERPtolemy
2022-01-14SL-16606: Add profiler category ENVIRONMENTPtolemy
2021-11-19SL-16202: Instantiate LLSimpleton::sInstance genericallyNat Goodspeed
instead of requiring a separate declaration for each subclass. The previous way produces errors in clang. (cherry picked from commit 8458ad8890cf0a11804996210d7bcfbdaa3eec2e)
2021-11-16DRTVWR-546 merge in master v6.5.1Dave Houlton
2021-11-15Revert "SL-16220: Merge branch 'origin/DRTVWR-546' into glthread"Dave Houlton
This reverts commit 5188a26a8521251dda07ac0140bb129f28417e49, reversing changes made to 819088563e13f1d75e048311fbaf0df4a79b7e19.
2021-11-04SL-16202: Instantiate LLSimpleton::sInstance genericallyNat Goodspeed
instead of requiring a separate declaration for each subclass. The previous way produces errors in clang.
2021-10-28SL-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-10-19SL-16197 Optimize LLEnvironment handling of shader uniforms. Instrument ↵Dave Parks
LLSD. Enable Fast Timers when Tracy is enabled to catch Fast Timer overhead.
2021-07-19Merge branch 'master' into DRTVWR-522-maintAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/llappcorehttp.cpp # indra/newview/llappcorehttp.h
2021-06-25Merge branch 'master' into DRTVWR-522-maintAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/settings.xml
2021-06-25Merge branch 'master' into DRTVWR-516-maintAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llvoicevivox.cpp
2021-05-06SL-15168 Viewer side functionality for guidebook window openingAndrey Kleshchev
2021-04-21SL-15152 Crashfix: Do not update environments when quitingAndrey Kleshchev
2021-03-18SL-14927 Some avatar names not resolvingAndrey Kleshchev
2021-02-25SL-14654 [EEP] Aplying settings locally now is instantAndrey Kleshchev
The 1 second fade makes it harder to compare different settings.
2021-02-19SL-14654 [EEP] Aplying settings locally now takes 1 second insterad of 5Andrey Kleshchev
2021-02-09SL-14675 Position changes shouldn't cause additional blends when environment ↵Andrey Kleshchev
isn't ready
2021-02-09SL-14675 Teleporting to a new region can load the wrong EEP environment layerAndrey Kleshchev
2021-02-01Merge branch 'master' into DRTVWR-522-maintAndrey Lihatskiy
2021-02-01Merge branch 'master' into DRTVWR-516-maintAndrey Lihatskiy
2020-12-13SL-14543 Fix reason in environments 'settings couldn't be applied' errorAndrey Kleshchev
2020-12-08SL-14497 Unblocking does not remove voice blockAndrey Kleshchev
2020-11-13Merge branch 'master' into DRTVWR-516-maintAndrey Lihatskiy
# Conflicts: # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.cpp # indra/newview/llenvironment.cpp
2020-11-11Merge branch 'master' into DRTVWR-513-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llui/llfolderviewmodel.h # indra/newview/lltexturecache.cpp # indra/newview/llviewermenu.h # indra/newview/skins/default/xui/en/menu_wearable_list_item.xml
2020-10-09SL-14078 Validate region id for environmentsAndrey Kleshchev
It is possible for agent to pass multiple region borders fast, resulting in environment updates affecting wrong regions
2020-09-16SL-13923 - EEP sky is wrong after loading water then re-logging with ↵Andrey Kleshchev
EnvironmentPersistAcrossLogin
2020-05-27SL-13327 Crash at LLViewerRegion::getWaterHeightAndrey Kleshchev
2020-05-08SL-12963 Additional environment debug outputAndrey Kleshchev
2020-05-08SL-13161 Fixed notificationAndrey Kleshchev
2020-04-20SL-13040 Fixed crash at EnvironmentPersistAcrossLoginAndrey Kleshchev
2020-04-13SL-13029 Fixed load orderAndrey Kleshchev
2020-04-12SL-13029 Environment update was not applying properlyAndrey Kleshchev
2020-04-03SL-11368, fix missing water uniforms for low shader settingsDave Houlton
2020-03-27SL-12911 Add Debug setting EnvironmentPersistAcrossLoginAndrey Kleshchev
2020-03-27Removed obsolete and misleading variableAndrey Kleshchev
2020-02-27SL-12739 FIXED [EEP] Viewer is crashed after clicking the "Forget" button on ↵maxim_productengine
the Experience Profile after the llSetAgentEnvironment was used
2020-01-15SL-12208 [EEP] The Water Normal Map does not consistently renderandreykproductengine
2019-08-26SL-11705, SL-11706: New flags in llsettings base for tracking by simulator.Rider Linden
2019-07-23SL-11621Graham Linden
Remove all references to unused shader var global_gamma. Remove many unused decls for gamma from shaders. Make post-deferred gamma correction use display_gamma. Make setting display_gamma use the correct RenderDeferredDisplayGamma setting.
2019-06-27SL-11151, SL-11504Graham Linden
Remove update threshold logic causing hiccups and rework sky updates. Make deferred water do double transport again to match non-ALM rendering more closely.
2019-05-28Merged in maxim_productengine/viewer-eep (pull request #406)Graham Madarasz
SL-11279 and SL-11273 fixes
2019-05-28SL-11279 [EEP] Automatically toggle the beacon checkboxesmaxim_productengine
2019-05-24SL-11287 [EEP] Importing certain legacy windlights give upload errorandreykproductengine
2019-04-03SL-10189, SL-10880: Mark the day instance so that it does not try to ↵Rider Linden
reanimate a day cycle when setting a fixed sky. Add new floater for setting the shared environment to local and allowing modifications.
2019-03-15SL-10672 Fixed Sun transitioned to image from previous keyframeandreykproductengine
2019-03-02SL-10664Graham Linden