summaryrefslogtreecommitdiff
path: root/indra/newview/llcontrolavatar.h
AgeCommit message (Collapse)Author
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2023-08-23Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-06-02SL-18251 Expand extents to include the Control Avatar boundsAlexander Gavriliuk
2022-06-09SL-17551 Add "Select Reflection Probes" menu option and make invisible ↵Dave Parks
objects less annoying when alt-zooming in edit mode.
2020-11-04SL-14015 - possible fix for phantom animesh attachments on macBrad Payne (Vir Linden)
2020-10-27SL-14183, SL-14142 - impostor management improvements, animesh attachments ↵Brad Payne (Vir Linden)
update on frames when their parent does
2018-10-12SL-9857 - suppress constraint adjustments immediately after region crossingBrad Payne (Vir Linden)
2018-10-10SL-9849 - animated object attachments get isImpostor() state from av they're ↵Brad Payne (Vir Linden)
attached to
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-09-06SL-966 - size and pos limit calcs moved to sep method. Global scale option ↵Brad Payne (Vir Linden)
for testing of size limits.
2018-06-13SL-915, MAINT-8554 - WIP on managing dynamic avatar bounding box, using to ↵Brad Payne (Vir Linden)
constrain encroachment by animated objects
2018-05-03MAINT-8608, MAINT-8539, MAINT-8615 - changes to make object animation info ↵Brad Payne (Vir Linden)
more persistent, tolerant to race conditions during initialization
2018-02-02MAINT-8239 - problems with some instances failing to load some joint ↵Brad Payne (Vir Linden)
positions. Added DumpXML and Reset Skeleton support for animated objects when debugging.
2017-11-16SL-704 - first pass cleaning up comments. Also added ↵Brad Payne (Vir Linden)
LLControlAvatar::initInstance() as a potential hook for optimizations.
2017-09-11SL-726, SL-718 - refactoring updateCharacter()Brad Payne (Vir Linden)
2017-07-18SL-727 - right-click menus and hover info ignore control avatars.Brad Payne (Vir Linden)
2017-07-06SL-722 - handle per-object animation requests, combine for control avatar ↵Brad Payne (Vir Linden)
animation state.
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-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-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-16SL-697 - global scale function for LLControlAvatar, to support arbitrary ↵Brad Payne (Vir Linden)
scaling of animated objects. Not currently used.
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.