summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02SL-1695 Updated Ogg Vorbis libs to versions 1.3.3-1.3.6AndreyL ProductEngine
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
2018-10-02SL-9775Graham Linden
Add LLPointer<> on stack to avoid textures being deleted out from under the sky code. Make textures used by sky settings remove their faces from media textures. Add ability to detect when a given texture is viewer media with vfunc.
2018-10-01Hide altitudes on legacy regionsRider Linden
2018-10-01MergeRider Linden
2018-10-01MAINT-9738: Wire the altitude slider to the protocol and send new altitudes ↵Rider Linden
to simulator.
2018-10-01MergeGraham Linden
2018-10-01Merged in graham_linden/viewer-eep-graham (pull request #122)Rider Linden
SL-1655
2018-10-01MergeGraham Linden
2018-10-01SL-1655Graham Linden
Make water horizon consistent between ALM and non-ALM rendering again. Fix using deferred sky rendering in reflections. Make matrix mode explicit around push/pop for safety.
2018-10-01Merged in andreykproductengine/maint-eep (pull request #121)Rider Linden
SL-9755 EEP Cannot apply a new Sky setting to the parcel. Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2018-10-01SL-9773 - treat animated object attachments the same as other rigged ↵Brad Payne (Vir Linden)
attachments for purposes of visibility in mouselook.
2018-10-01SL-9755 EEP Cannot apply a new Sky setting to the parcel.andreykproductengine
2018-10-01SL-9660 EEP Remove residual code (LLFloaterEditDayCycle and ↵maxim_productengine
LLEnvironment::UserPrefs)
2018-09-28DRTVWR-474: Make SkipBenchmark a Persistent settingNat Goodspeed
2018-09-28DRTVWR-474: Update to viewer-manager build 520110Nat Goodspeed
2018-09-28SL-1290 - stop animations immediately if avatar is pausedBrad Payne (Vir Linden)
2018-09-28Merged in andreykproductengine/maint-eep (pull request #118)Rider Linden
SL-9762 Fixed EEP Several Day Cycle UI bits are movable Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2018-09-28SL-9620 FIXED Viewer crashes after clicking "Commit" button while editing ↵maxim_productengine
Day Cycle preset