summaryrefslogtreecommitdiff
path: root/indra/newview/llcontrolavatar.cpp
AgeCommit message (Collapse)Author
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.
2018-01-22MAINT-8159 - animation state management during link/unlink commandsBrad Payne (Vir Linden)
2017-12-14SL-731 - added est tris to animated object debug textBrad Payne (Vir Linden)
2017-12-13SL-731 - diagnostic display cleanup for DebugAnimatedObjectsBrad Payne (Vir Linden)
2017-12-11SL-704 - more comment review/cleanup, some avatar state handling updated for ↵Brad Payne (Vir Linden)
animated objects.
2017-12-04SL-704 - removed gratuitous mSpecialRenderModeBrad Payne (Vir Linden)
2017-12-04SL-704 - made avatar hierarchy more consistent by adding lluiavatar for ↵Brad Payne (Vir Linden)
viewer-local avs used in upload previews
2017-12-01SL-704, SL-759 - support for impostoring of animated objects, comment and ↵Brad Payne (Vir Linden)
code cleanup
2017-11-16SL-763 - disabling the use_quantum optimization in LLMotionController until ↵Brad Payne (Vir Linden)
it can be fixed.
2017-11-16SL-704 - more cleanup, including releaseMeshData() for control avatars, ↵Brad Payne (Vir Linden)
which don't need mesh data.
2017-11-16SL-704 - first pass cleaning up comments. Also added ↵Brad Payne (Vir Linden)
LLControlAvatar::initInstance() as a potential hook for optimizations.
2017-11-09no-op whitespace commit to unstick the build machineryBrad Payne (Vir Linden)
2017-11-09MAINT-7913, MAINT-7817 - fix for animesh attachment corruption after ↵Brad Payne (Vir Linden)
teleporting to a different simulator. Turns out the control avatar (skeleton) was getting caught up in the cleanup for the original region
2017-10-27SL-731, SL-779 - more diagnostics for DebugAnimatedObjects, fixed a problem ↵Brad Payne (Vir Linden)
with recursiveMarkForUpdate
2017-10-10SL-704 - comment and dead code cleanupBrad Payne (Vir Linden)
2017-10-10Sl-761 - removed the 90-degree fixup, so objects can be moved in a ↵Brad Payne (Vir Linden)
predictable and standard X-forward way in scripts.
2017-09-28SL-761, SL-718 - transform matrix munging for skeletons of animated object ↵Brad Payne (Vir Linden)
attachments, to allow editing to work correctly
2017-09-13SL-718 - more transform tweaking for animesh, still some issues with ↵Brad Payne (Vir Linden)
attachments.
2017-09-11SL-726, SL-718 - refactoring updateCharacter()Brad Payne (Vir Linden)
2017-09-08SL-718 - better support for transforms of animated attachmentsBrad Payne (Vir Linden)
2017-08-03SL-731 - render metadata includes triangle count, triangle and vertex count ↵Brad Payne (Vir Linden)
included with debug text for control avatar
2017-07-29SL-731 - diagnostic displays for LOD, tri countBrad Payne (Vir Linden)
2017-07-28SL-763 - added some additional logging related to animation playback speedBrad Payne (Vir Linden)
2017-07-26SL-731, SL-751 - added debug option DebugAnimatedObjects, updated LSL test ↵Brad Payne (Vir Linden)
script
2017-07-19SL-714 - fixes to get wireframes to display consistently when right-clicking ↵Brad Payne (Vir Linden)
on animated objects.
2017-07-18SL-727 - right-click menus and hover info ignore control avatars.Brad Payne (Vir Linden)
2017-07-07SL-718 - start on support of animated objects as attachments.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-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.