Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-05 | SL-9821 FIXED [EEP] The bottom scrollbar does not work in the ‘Pick: ↵ | maxim_productengine | |
Select Settings’ floater | |||
2018-10-05 | SL-9819 [EEP] Allign Show Empty Folders checkbox to the Environment list. | maxim_productengine | |
2018-10-05 | SL-9809 | Graham Linden | |
Cap glow size at 1.99 to match FS range and fix issue with NaNs when going above that value. | |||
2018-10-04 | Merged in andreykproductengine/maint-eep2 (pull request #129) | Rider Linden | |
SL-9654 [EEP] Settings Picker reliability Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2018-10-04 | SL-1727: New icon for moon. | Rider Linden | |
2018-10-04 | DRTVWR-474: Make "LLNotifications" "requestAdd" propagate "reqid" | Nat Goodspeed | |
from request to response to help with request/response matching protocol. | |||
2018-10-04 | Merge | Graham Linden | |
2018-10-04 | DRTVWR-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-04 | SL-9654 [EEP] Settings Picker reliability | andreykproductengine | |
2018-10-04 | SL-9809 [EEP] Environment becomes dark after setting "Glow Size" to the ↵ | andreykproductengine | |
maximum value | |||
2018-10-03 | SL-966 - added scale constraints for animated object attachments | Brad Payne (Vir Linden) | |
2018-10-03 | DRTVWR-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-03 | Merged 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-03 | Merge | Graham Linden | |
2018-10-03 | SL-9789 [EEP] Viewer crashes after reloading the same frame | andreykproductengine | |
2018-10-03 | SL-966 - bug fixes, added lerp control for algorithm tweaking | Brad Payne (Vir Linden) | |
2018-10-03 | SL-9780 FIXED [EEP] Environment gets stuck on region environment after ↵ | maxim_productengine | |
closing Region/Estate floater | |||
2018-10-03 | SL-966 - tweaks to scale/pos constraint logic | Brad Payne (Vir Linden) | |
2018-10-02 | SL-966 - behavior improvements and visualization, bonus removal of unrelated ↵ | Brad Payne (Vir Linden) | |
duplicate code in llappviewer.cpp | |||
2018-10-02 | SL-1695 Updated Ogg Vorbis libs to versions 1.3.3-1.3.6 | AndreyL ProductEngine | |
2018-10-02 | Merged in graham_linden/viewer-eep-graham (pull request #125) | Rider Linden | |
SL-9687 | |||
2018-10-02 | Add LUT textures and optional settings for moisture/ice level to sky settings. | Graham Linden | |
2018-10-02 | SL-9687 | Graham 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-02 | SL-9778 EEP It's possible to open more then one My Environments floater | andreykproductengine | |
2018-10-02 | SL-9733 Perfomance trweak. Should be incompatible with normal filters but ↵ | andreykproductengine | |
far faster. | |||
2018-10-01 | Merge | Rider Linden | |
2018-10-02 | Merged in graham_linden/viewer-eep-graham (pull request #123) | Rider Linden | |
SL-9775 | |||
2018-10-02 | SL-9775 | Graham 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-01 | Hide altitudes on legacy regions | Rider Linden | |
2018-10-01 | Merge | Rider Linden | |
2018-10-01 | MAINT-9738: Wire the altitude slider to the protocol and send new altitudes ↵ | Rider Linden | |
to simulator. | |||
2018-10-01 | Merge | Graham Linden | |
2018-10-01 | Merged in graham_linden/viewer-eep-graham (pull request #122) | Rider Linden | |
SL-1655 | |||
2018-10-01 | Merge | Graham Linden | |
2018-10-01 | SL-1655 | Graham 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-01 | Merged 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-01 | SL-9773 - treat animated object attachments the same as other rigged ↵ | Brad Payne (Vir Linden) | |
attachments for purposes of visibility in mouselook. | |||
2018-10-01 | SL-9755 EEP Cannot apply a new Sky setting to the parcel. | andreykproductengine | |
2018-10-01 | SL-9660 EEP Remove residual code (LLFloaterEditDayCycle and ↵ | maxim_productengine | |
LLEnvironment::UserPrefs) | |||
2018-09-28 | DRTVWR-474: Make SkipBenchmark a Persistent setting | Nat Goodspeed | |
2018-09-28 | DRTVWR-474: Update to viewer-manager build 520110 | Nat Goodspeed | |
2018-09-28 | SL-1290 - stop animations immediately if avatar is paused | Brad Payne (Vir Linden) | |
2018-09-28 | Merged 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-28 | SL-9620 FIXED Viewer crashes after clicking "Commit" button while editing ↵ | maxim_productengine | |
Day Cycle preset | |||
2018-09-28 | SL-9762 Fixed EEP Several Day Cycle UI bits are movable | andreykproductengine | |
2018-09-27 | DRTVWR-474: Pass the leap updater the parameters it requires. | Nat Goodspeed | |
2018-09-27 | DRTVWR-474: Update to viewer-manager build 520085 | Nat Goodspeed | |
2018-09-27 | DRTVWR-474: Make LLEventMailDrop pass all saved events to listener. | Nat Goodspeed | |
Previously, LLEventMailDrop would send only the first queued event to a newly-connected listener. If you wanted to flush all queued events, you'd have to "pump" the queue by repeatedly disconnecting and reconnecting -- with no good way to know when you'd caught up. The new behavior makes LLEventMailDrop resemble a multi-valued future: a rendezvous between producer and consumer that, once connected, pushes values rather than requiring them to be pulled (as with a simple queue) -- regardless of the relative order in which post() and listen() are called. | |||
2018-09-27 | merge | Brad Payne (Vir Linden) | |
2018-09-27 | SL-1350 - keep control avatar rotation synced to corresponding root drawable | Brad Payne (Vir Linden) | |