summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2018-10-09Backed out SL-9733 - more work needs to be doneandreykproductengine
2018-10-09Merged in graham_linden/viewer-eep-graham (pull request #139)Rider Linden
SL-1289
2018-10-09Remove redundant set of moon default tex id.Graham Linden
2018-10-09SL-1289Graham Linden
add cloud_variance control for randomized perturbance of clouds to break up tiling monotony
2018-10-09Merged in andreykproductengine/maint-eep (pull request #135)Rider Linden
SL-9733 Perfomance trweak. Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2018-10-09Merged in maxim_productengine/viewer-eep (pull request #136)Rider Linden
SL-9817 and SL-9820 Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2018-10-09Merged in graham_linden/viewer-eep-graham (pull request #138)Rider Linden
SL-9751 and SL-9709
2018-10-09SL-1043 Fixed Viewer inventory using unsupported method to relocate folders ↵andreykproductengine
at startup
2018-10-09SL-9820 FIXED [EEP] My Environments finds the parcel's DayCycle unbidden.maxim_productengine
2018-10-09SL-9709Graham Linden
Make VOWater objects avoid culling.
2018-10-08SL-9751Graham Linden
Add optional moon brightness setting
2018-10-08SL-9746 [EEP] Local Texture options should work with EEPandreykproductengine
2018-10-08SL-9805 - optimization for avatar rigging info updatesBrad Payne (Vir Linden)
2018-10-08SL-9817 FIXED [EEP] Switching by Region/Estate tabs reset Day Cycle settingsmaxim_productengine
2018-10-05Merged in graham_linden/viewer-eep-graham (pull request #134)Rider Linden
SL-1925
2018-10-05SL-1925Graham Linden
More settings for rainbow/halo atmospheric effects, final default asset UUIDs, and shader mods.
2018-10-05DRTVWR-474: Add OptionaUpdateReady, PromptOptionalUpdate notifications.Nat Goodspeed
2018-10-05SL-1961 EEP correct disabling of altitude multislider and cleanupandreykproductengine
2018-10-05Merged in andreykproductengine/maint-eep2 (pull request #132)Rider Linden
SL-9822 and SL-9818 Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2018-10-05Merged in maxim_productengine/viewer-eep (pull request #131)Rider Linden
SL-9808, SL-9819 and SL-9821 fixes Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2018-10-05Merged in graham_linden/viewer-eep-graham (pull request #130)Rider Linden
SL-9809
2018-10-05SL-9818 [EEP] Single click on Cloud Scroll number input field doesn't select itandreykproductengine
2018-10-05SL-9822 Minimizing viewer resets day editor's valuesandreykproductengine
2018-10-05SL-9808 [EEP] Don't update environment each time we receive parcel info ↵maxim_productengine
after hovering any parcel
2018-10-05SL-9821 FIXED [EEP] The bottom scrollbar does not work in the ‘Pick: ↵maxim_productengine
Select Settings’ floater
2018-10-05SL-9819 [EEP] Allign Show Empty Folders checkbox to the Environment list.maxim_productengine
2018-10-05SL-9809Graham Linden
Cap glow size at 1.99 to match FS range and fix issue with NaNs when going above that value.
2018-10-04Merged in andreykproductengine/maint-eep2 (pull request #129)Rider Linden
SL-9654 [EEP] Settings Picker reliability Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2018-10-04SL-1727: New icon for moon.Rider Linden
2018-10-04DRTVWR-474: Make "LLNotifications" "requestAdd" propagate "reqid"Nat Goodspeed
from request to response to help with request/response matching protocol.
2018-10-04MergeGraham Linden
2018-10-04DRTVWR-474: Make login coroutine sync with updater process on failure.Nat Goodspeed
Specifically, introduce an LLEventMailDrop("LoginSync"). When the updater detects that an update is required, it will post to that rendezvous point. When login.cgi responds with login failure, make the login coroutine wait (a few seconds) for that ping from the updater. If we receive that ping and if it contains a "reply" key, make the fail.login listener respond to the updater with an indication of whether to proceed with update. If both login.cgi and the updater concur that an update is required, produce a new confirmation message for the user and then (once user responds) tell the updater to proceed. Otherwise, produce the usual login-failure message and tell the updater never mind. Introduce LLCoro::OverrideConsuming to provide temporary save/restore of the set_consuming() / get_consuming() flag. It's a good idea to set the consuming flag when retrieving data from an LLEventMailDrop.
2018-10-04SL-9654 [EEP] Settings Picker reliabilityandreykproductengine
2018-10-04SL-9809 [EEP] Environment becomes dark after setting "Glow Size" to the ↵andreykproductengine
maximum value
2018-10-03SL-966 - added scale constraints for animated object attachmentsBrad Payne (Vir Linden)
2018-10-03DRTVWR-474: Do NOT autokill updater process on viewer termination.Nat Goodspeed
The updater is required to survive beyond termination of the viewer that launched it so it can launch the next installer, or a replacement viewer. Having the old viewer forcibly terminate it on shutdown would be counter- productive. Introduce a third LLLeap::create() overload taking LLProcess::Params, which gives access to autokill, cwd and other options previously unsupported by LLLeap. Reimplement the existing create() overloads in terms of this new one, since LLLeapImpl::LLLeapImpl() is already based on LLProcess::Params anyway. Use LLProcess::Params in LLAppViewer::init() to specify the updater process, setting autokill=false. Refactoring LLLeapImpl() apparently involved engaging an LLInitParam::Block feature never before used: had to drag operator() into Multiple from its base class TypedParam (as has been done in other TypedParam subclasses).
2018-10-03Merged in andreykproductengine/maint-eep2 (pull request #127)Rider Linden
SL-9789 [EEP] Viewer crashes after reloading the same frame Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2018-10-03MergeGraham Linden
2018-10-03SL-9789 [EEP] Viewer crashes after reloading the same frameandreykproductengine
2018-10-03SL-966 - bug fixes, added lerp control for algorithm tweakingBrad Payne (Vir Linden)
2018-10-03SL-9780 FIXED [EEP] Environment gets stuck on region environment after ↵maxim_productengine
closing Region/Estate floater
2018-10-03SL-966 - tweaks to scale/pos constraint logicBrad Payne (Vir Linden)
2018-10-02SL-966 - behavior improvements and visualization, bonus removal of unrelated ↵Brad Payne (Vir Linden)
duplicate code in llappviewer.cpp
2018-10-02Merged in graham_linden/viewer-eep-graham (pull request #125)Rider Linden
SL-9687
2018-10-02Add LUT textures and optional settings for moisture/ice level to sky settings.Graham Linden
2018-10-02SL-9687Graham Linden
Make WL sky updates only update the env map (the only map used when WL shaders are in effect) to reduce the cost of generating sky textures. Update of env map only is 6ms where sky + env map is 14+ms.
2018-10-02SL-9778 EEP It's possible to open more then one My Environments floaterandreykproductengine
2018-10-02SL-9733 Perfomance trweak. Should be incompatible with normal filters but ↵andreykproductengine
far faster.
2018-10-01MergeRider Linden
2018-10-02Merged in graham_linden/viewer-eep-graham (pull request #123)Rider Linden
SL-9775