Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-20 | merge | Brad Payne (Vir Linden) | |
2017-06-20 | increment viewer version to 5.0.7 | Oz Linden | |
2017-06-20 | SL-731 - don't fetch animated object inventory unless needed for debug display | Brad Payne (Vir Linden) | |
2017-06-20 | SL-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-19 | SL-725 - suppress default animations for LLControlAvatar, using a new ↵ | Brad Payne (Vir Linden) | |
mEnableDefaultAnimations field | |||
2017-06-16 | SL-697 - global scale function for LLControlAvatar, to support arbitrary ↵ | Brad Payne (Vir Linden) | |
scaling of animated objects. Not currently used. | |||
2017-06-09 | SL-704 - code cleanup | Brad Payne (Vir Linden) | |
2017-06-07 | SL-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-05 | SL-694 - message changes for ObjectAnimation, more logging to validate behavior | Brad Payne (Vir Linden) | |
2017-05-30 | SL-694 - stub support for ObjectAnimation message type | Brad Payne (Vir Linden) | |
2017-05-30 | SL-694 - UI initialization, set mType in LLExtendedMeshParams constructor | Brad Payne (Vir Linden) | |
2017-05-25 | SL-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-24 | no-op edit to force a rebuild | Brad Payne (Vir Linden) | |
2017-05-22 | merge | Brad Payne (Vir Linden) | |
2017-05-22 | increment viewer version to 5.0.6 | Oz Linden | |
2017-05-18 | Linux buildfix; this should be reverted after gcc update to 4.7+ | AndreyL ProductEngine | |
2017-05-17 | Merged 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-17 | MAINT-7274 Remove "identifier" arg from the message | Mnikolenko Productengine | |
2017-05-16 | MAINT-7414 FIXED Confirmation is not shown when removing multiple items at ↵ | Mnikolenko Productengine | |
once when above InventoryTrashMaxCapacity limit | |||
2017-05-15 | MAINT-7383 show notifications for Purge item action in all inventory panels | Mnikolenko Productengine | |
2017-05-15 | MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash ↵ | Mnikolenko Productengine | |
floater | |||
2017-05-11 | MAINT-7403 Disallow emptying Trash while in the Recent tab of Inventory | Mnikolenko Productengine | |
2017-05-10 | Add 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-10 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-neko | Nat Goodspeed | |
2017-05-10 | Add 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-10 | MAINT-7359 improve new Avatar Render Settings window | Mnikolenko Productengine | |
2017-05-09 | MAINT-7343 - improved error case handling and checking for unlikely corners | Brad Payne (Vir Linden) | |
2017-05-08 | MAINT-7354 correction to misbehaving 'purge' and notification spam. | andreykproductengine | |
2017-05-04 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-05-01 | MAINT-7343 - removed unusued coprocedure parameter, changed one coro ↵ | Brad Payne (Vir Linden) | |
argument to pass by value | |||
2017-04-28 | MAINT-7343 - moved asset downloads to use coprocedure pools, which should ↵ | Brad Payne (Vir Linden) | |
reduce the size of potential memory spikes | |||
2017-04-26 | MAINT-7343 - added periodic logging of state of the asset store. | Brad Payne (Vir Linden) | |
2017-04-24 | MAINT-7343 - Added check for shutdown in progress when asset result arrives | Brad Payne (Vir Linden) | |
2017-04-19 | SL-409 - added tags to more log messages | Brad Payne (Vir Linden) | |
2017-04-19 | merge | Brad Payne (Vir Linden) | |
2017-04-19 | SL-409 - Added tags to some log messages | Brad Payne (Vir Linden) | |
2017-04-19 | increment viewer version to 5.0.5 | Oz Linden | |
2017-04-19 | MAINT-7074 Fixed ability to escape from skin directory with <icon> | AndreyL ProductEngine | |
2017-05-05 | MAINT-6519 MAC build fix | andreykproductengine | |
2017-04-27 | MAINT-6519 Contribution, adds feature to replace inventory links | Ansariel | |
2017-05-05 | MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat string | Mnikolenko Productengine | |
2017-05-04 | MAINT-7210 Improving notification for Image upload failures | andreykproductengine | |
2017-05-04 | MAINT-7383 Revise notification for Empty Trash / Purge trash action to ↵ | Mnikolenko Productengine | |
include number of items being deleted. | |||
2017-05-04 | MAINT-7357 Disable delete function of the Backspace key on Windows | Mnikolenko Productengine | |
2017-05-04 | Merged in rider_linden/jigglypuff | AndreyL ProductEngine | |
2017-05-01 | Merged lindenlab/viewer-release into default | Rider Linden | |
2017-04-29 | MAINT-7324 Region/Estate floater cosmetic improvement | AndreyL ProductEngine | |
2017-04-29 | MAINT-7324 Changes to Region/Estate and About Land floaters to clarify and ↵ | AndreyL ProductEngine | |
add functionality | |||
2017-04-25 | MAINT-7145 Eliminate LLSingleton circular references | andreykproductengine | |
2017-05-02 | MAINT-7351 New Default volume for Streaming Music & Media | pavelkproductengine | |