summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-18SL-727 - right-click menus and hover info ignore control avatars.Brad Payne (Vir Linden)
2017-07-17SL-714 - Right-click rigged mesh shouldn't select the control avBrad Payne (Vir Linden)
2017-07-17SL-714 - pause associated avatar when an animated object is selected. ↵Brad Payne (Vir Linden)
Handles the possibility that multiple avatars need to be paused.
2017-07-14SL-751 - lsl scripts for control of animated objects within a regionBrad Payne (Vir Linden)
2017-07-13SL-714 - pause animations when animated objects are right clicked, generate ↵Brad Payne (Vir Linden)
rigged volume for wireframe.
2017-07-10SL-748 - viewer must request the ObjectAnimation cap in order to get the new ↵Brad Payne (Vir Linden)
messages
2017-07-07SL-718 - start on support of animated objects as attachments.Brad Payne (Vir Linden)
2017-07-06SL-722 - crash fix when leaving regionBrad Payne (Vir Linden)
2017-07-06SL-722 - handle per-object animation requests, combine for control avatar ↵Brad Payne (Vir Linden)
animation state.
2017-06-30Added cycle_object_animations.lsl. Also change to test.cpp to see if it ↵Brad Payne (Vir Linden)
affects a g++ internal compiler error.
2017-06-30SL-731 - added a hook for debug text specific to control avatars. Also ↵Brad Payne (Vir Linden)
renamed resetJointsOnDetach to removeAttachmentOverridesForObject to make the connection to addAttachmentOverridesForObject more obvious.
2017-06-29SL-722 - crash fixBrad Payne (Vir Linden)
2017-06-28SL-722 - work on support for animated object state when linkset-altering ↵Brad Payne (Vir Linden)
operations take place
2017-06-27SL-722 - animated mesh checkbox inactive unless there's a single object or ↵Brad Payne (Vir Linden)
linkset, all volumes
2017-06-27SL-722 - defer markDead() for LLControlAvatar when unlinking. Fixes asset ↵Brad Payne (Vir Linden)
crash in pipeline. Also added various checks for mDrawable null in llvoavatar.cpp.
2017-06-27SL-722 - in progress on managing animated object state with linksetsBrad Payne (Vir Linden)
2017-06-21SL-722 - animated object checkbox is based on state of root prim. Enabled ↵Brad Payne (Vir Linden)
only when root prim or whole linkset is being edited.
2017-06-20mergeBrad Payne (Vir Linden)
2017-06-20increment viewer version to 5.0.7Oz Linden
2017-06-20Added tag 5.0.6-release for changeset 3e5035dfd8afOz Linden
2017-06-20SL-731 - don't fetch animated object inventory unless needed for debug displayBrad Payne (Vir Linden)
2017-06-20SL-731 - control avatar has pointer back to associated volume. Can use this ↵Brad Payne (Vir Linden)
link to find associated inventory item name for an animation in debug display.
2017-06-19SL-725 - suppress default animations for LLControlAvatar, using a new ↵Brad Payne (Vir Linden)
mEnableDefaultAnimations field
2017-06-16SL-697 - global scale function for LLControlAvatar, to support arbitrary ↵Brad Payne (Vir Linden)
scaling of animated objects. Not currently used.
2017-06-09SL-704 - code cleanupBrad Payne (Vir Linden)
2017-06-07SL-691,SL-694 - viewer can animate objects based on server messaging. First ↵Brad Payne (Vir Linden)
end-to-end demo for animated objects.
2017-06-05SL-694 - message changes for ObjectAnimation, more logging to validate behaviorBrad Payne (Vir Linden)
2017-05-30SL-694 - stub support for ObjectAnimation message typeBrad Payne (Vir Linden)
2017-05-30SL-694 - UI initialization, set mType in LLExtendedMeshParams constructorBrad Payne (Vir Linden)
2017-05-25SL-694 - Added extra param field for flags related to extended mesh ↵Brad Payne (Vir Linden)
functionality. Currently this is just one bit to flag an object as able to animate
2017-05-24no-op edit to force a rebuildBrad Payne (Vir Linden)
2017-05-22mergeBrad Payne (Vir Linden)
2017-05-22increment viewer version to 5.0.6Oz Linden
2017-05-22Added tag 5.0.5-release for changeset b4d76b5590fdOz Linden
2017-05-18Linux buildfix; this should be reverted after gcc update to 4.7+AndreyL ProductEngine
2017-05-17Merged in nat_linden/viewer-neko (pull request #262)nat_linden
Add LLEventBatch, LLEventThrottle, LLEventBatchThrottle classes. Approved-by: Rider Linden <rider@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
2017-05-17MAINT-7274 Remove "identifier" arg from the messageMnikolenko Productengine
2017-05-16MAINT-7414 FIXED Confirmation is not shown when removing multiple items at ↵Mnikolenko Productengine
once when above InventoryTrashMaxCapacity limit
2017-05-15MAINT-7383 show notifications for Purge item action in all inventory panelsMnikolenko Productengine
2017-05-15MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash ↵Mnikolenko Productengine
floater
2017-05-11MAINT-7403 Disallow emptying Trash while in the Recent tab of InventoryMnikolenko Productengine
2017-05-10Add size limit to LLEventBatchThrottle like LLEventBatch.Nat Goodspeed
The new behavior is that it will flush when either the pending batch has grown to the specified size, or the time interval has expired.
2017-05-10Automated merge with ssh://bitbucket.org/lindenlab/viewer-nekoNat Goodspeed
2017-05-10Add LLEventThrottle tests; actually *all* lleventfilter.cpp tests.Nat Goodspeed
For some reason there wasn't an entry in indra/llcommon/CMakeLists.txt to run the tests in indra/llcommon/tests/lleventfilter_test.cpp. It seems likely that at some point it existed, since all previous tests built and ran successfully. In any case, (re-)add lleventfilter_test.cpp to the set of llcommon tests. Also alphabetize them to make it easier to find a particular test invocation. Also add new tests for LLEventThrottle. To support this, refactor the concrete LLEventThrottle class into LLEventThrottleBase containing all the tricky logic, with pure virtual methods for access to LLTimer and LLEventTimeout, and an LLEventThrottle subclass containing the LLTimer and LLEventTimeout instances and corresponding implementations of the new pure virtual methods. That permits us to introduce TestEventThrottle, an alternate subclass with dummy implementations of the methods related to LLTimer and LLEventTimeout. In particular, we can explicitly advance simulated realtime to simulate particular LLTimer and LLEventTimeout behaviors. Finally, introduce Concat, a test LLEventPump listener class whose function is to concatenate received string event data into a composite string so we can readily test for particular sequences of events.
2017-05-10MAINT-7359 improve new Avatar Render Settings windowMnikolenko Productengine
2017-05-09MAINT-7343 - improved error case handling and checking for unlikely cornersBrad Payne (Vir Linden)
2017-05-08MAINT-7354 correction to misbehaving 'purge' and notification spam.andreykproductengine
2017-05-04Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-05-01MAINT-7343 - contributions.txt updateBrad Payne (Vir Linden)
2017-05-01MAINT-7343 - removed unusued coprocedure parameter, changed one coro ↵Brad Payne (Vir Linden)
argument to pass by value