summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-01Merged in graham_linden/viewer-eep-graham (pull request #122)Rider Linden
SL-1655
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-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
2018-09-28SL-9762 Fixed EEP Several Day Cycle UI bits are movableandreykproductengine
2018-09-27DRTVWR-474: Pass the leap updater the parameters it requires.Nat Goodspeed
2018-09-27DRTVWR-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-27mergeBrad Payne (Vir Linden)
2018-09-27SL-1350 - keep control avatar rotation synced to corresponding root drawableBrad Payne (Vir Linden)
2018-09-27SL-9752 The ’Show Empty Folders’ option is displayed over the lower ↵andreykproductengine
scroll bar
2018-09-27MergeRider Linden
2018-09-27Flipped the wrong return value. Fixed the conditional.Rider Linden
2018-09-27SL-9755 EEP Cannot apply a new Sky setting to the parcel.andreykproductengine
2018-09-27SL-2642 - Better error logging for missing binormalsruslantproductengine
+ remove unreachable code
2018-09-27Merged in lindenlab/viewer-bearAndreyL ProductEngine
2018-09-27Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-09-26SL-9679: Record the asset id that the editor is expecting. If none set to ↵Rider Linden
null. If asset id recieved does not match expected throw it away.
2018-09-26DRTVWR-447: Finish pulling in new viewer-release.Nat Goodspeed
2018-09-26MergeRider Linden
2018-09-26Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2018-09-26Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2018-09-26increment viewer version to 5.1.10Nat Goodspeed
2018-09-26SL-1825 EEP - default description should be emptyandreykproductengine
2018-09-26Merged in andreykproductengine/maint-eep2 (pull request #115)Rider Linden
SL-983 EEP - When selecting a new parcel with the day editor open follow in editor
2018-09-26SL-983 EEP - When selecting a new parcel with the day editor open follow in ↵andreykproductengine
editor
2018-09-26SL-9732 FIXED [EEP] Save As does not provide dialogue to supply new setting namemaxim_productengine
2018-09-26SL-9739 [Portuguese] Reduce font size of “Unable to buy” textmaxim_productengine
2018-09-25Merged in graham_linden/viewer-eep-graham (pull request #112)Rider Linden
SL-9711, SL-1505, SL-9708
2018-09-25Fix slider max to 168Rider Linden
2018-09-25SL-1505 and SL-9608Graham Linden
Get both reflections and clip plane bugs fixed (at the same damn time).
2018-09-25MergeRider Linden
2018-09-25Automated merge with https://bitbucket.org/oz_linden/viewer-release-cmake3.12Nat Goodspeed
2018-09-25SL-1961 EEP Altitude labels auto-adjustmentandreykproductengine
2018-09-25SL-1291 - fixed some issues with selection highlighting of objects rezzed ↵Brad Payne (Vir Linden)
while in build mode. Not clear whether this addresses the original issue, which isn't reproing
2018-09-24MAINT-9734: Change limits on settings values.Rider Linden
2018-09-24SL-9736: 0.0 is no motion for cloud scroll.Rider Linden
2018-09-24MergeGraham Linden
2018-09-24SL-9711 modify clamping range on atmospheric additive color to balance ↵Graham Linden
between maintaining old look of WL settings and fixing SL1491 lens flare bug
2018-09-24SL-9708Graham Linden
Fix knock-on from fix for SL1505 reflection matrix bug by putting back old code for setting up underwater culling planes. Fix some diffs from viewer-release.
2018-09-24DRTVWR-474: Remove Python autobuild packages and references to them.Nat Goodspeed
We expect the viewer-manager package to be self-contained: we expect it to bring with it any Python packages it requires. We no longer force developers to wrap third-party Python packages as autobuild packages.