Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-04 | SL-524 - resetSkeleton() now includes collision volume joint positions. Also ↵ | Brad Payne (Vir Linden) | |
removed no-longer-needed LLJoint::mId field | |||
2016-10-27 | SL-503 - more info in archetype dump files | Brad Payne (Vir Linden) | |
2016-09-02 | SL-395 - partial support for joint scale locking via flag in skin info | Brad Payne (Vir Linden) | |
2016-09-02 | merge | Brad Payne (Vir Linden) | |
2016-06-29 | SL-426 - strings.xml fix for pec attachments, SL-402 - diagnostics for ↵ | Brad Payne (Vir Linden) | |
investigation | |||
2016-06-15 | MAINT-6380, SL-399 - vertical flicker related to joint offsets for mPelvis. ↵ | Brad Payne (Vir Linden) | |
Having a joint offset for mPelvis is still a bad idea, but it won't cause as much flickering now. | |||
2016-06-07 | SL-395 - support scale overrides (currently no way to get these into a dae, ↵ | Brad Payne (Vir Linden) | |
so the actual scale values are fabricated at run-time based on the joint name) | |||
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2016-04-29 | SL-375, SL-378 - rudimentary logging info to list joint offsets during mesh ↵ | Brad Payne (Vir Linden) | |
import. dae_tool.py work to enable joint offset tweaking. | |||
2016-04-22 | SL-374 - don't allow sliders to modify joint positions if there's already a ↵ | Brad Payne (Vir Linden) | |
mesh-imposed override in place. | |||
2016-04-18 | SL-371 - more tracking on partial joint overrides | Brad Payne (Vir Linden) | |
2016-03-25 | SL-276 - two more bones, corresponding to foot bones for the hind limbs | Brad Payne (Vir Linden) | |
2016-03-10 | SL-315 - joint scale debug tracing | Brad Payne (Vir Linden) | |
2016-02-12 | SL-333 WIP - added back some unused constructors to make the appearance ↵ | Brad Payne (Vir Linden) | |
utility happier | |||
2016-02-03 | SL-333 work - attachment joints now get a valid mJointNum, more checking on ↵ | Brad Payne (Vir Linden) | |
valid joint num values. Also reduced log spam slightly. | |||
2016-02-03 | SL-315 - context strings, comments, debugging. joint_test temporarily disabled. | Brad Payne (Vir Linden) | |
2016-01-26 | SL-315 WIP - added callstack info to joint debugging. Made joint debugging ↵ | Brad Payne (Vir Linden) | |
run-time configurable via debug setting DebugAvatarJoints | |||
2015-11-17 | SL-271 WIP, SL-201 WIP - add support for end point to joints, use for debug ↵ | Brad Payne (Vir Linden) | |
rendering display to show bones. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-16 | SL-234 WIP - Track which joints are part of base skeleton, remap non-base ↵ | Brad Payne (Vir Linden) | |
ones when not being rendered. | |||
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2014-12-22 | Moved AvatarPosFinalOffset to per-account settings file | Brad Payne (Vir Linden) | |
2014-12-02 | merge | Brad Payne (Vir Linden) | |
2014-11-19 | MAINT-4537, MAINT-4687 WIP | Brad Payne (Vir Linden) | |
2014-11-15 | MAINT-4537 WIP - more joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-03 | SL-93 WIP - pelvis fixup offsets | Brad Payne (Vir Linden) | |
2014-10-17 | SL-93 WIP - refactoring LLPosOverrideMap for reusability | Brad Payne (Vir Linden) | |
2014-10-29 | MAINT-4605 WIP - you can't hide your lion eyes | Brad Payne (Vir Linden) | |
2014-10-08 | Switched to keying joint offsets by mesh id | Brad Payne (Vir Linden) | |
2014-10-08 | Switched to keying joint offsets by mesh id | Brad Payne (Vir Linden) | |
2014-08-28 | MAINT-4158 WIP - track position overrides requested by attachments so they ↵ | Brad Payne (Vir Linden) | |
can be undone intelligently | |||
2014-08-27 | WIP on attachment offset management in joints | Brad Payne (Vir Linden) | |
2014-08-28 | MAINT-4158 WIP - track position overrides requested by attachments so they ↵ | Brad Payne (Vir Linden) | |
can be undone intelligently | |||
2014-08-27 | WIP on attachment offset management in joints | Brad Payne (Vir Linden) | |
2014-08-15 | MAINT-4158 WIP - fix for at least some forms of distortion. I can't repro ↵ | Brad Payne (Vir Linden) | |
the drastic height changes, so not positive it addresses that. | |||
2014-08-15 | MAINT-4158 WIP - fix for at least some forms of distortion. I can't repro ↵ | Brad Payne (Vir Linden) | |
the drastic height changes, so not positive it addresses that. | |||
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-06 | Fixes for SH-4321. Also removed some unnecessary transform updates, and ↵ | prep@lindenlab.com | |
unused joint resetting code | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-24 | Sh-4321 # Fixes for detach deformations. General code cleanup as well. | prep | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-09-09 | Fixed crashes on login. Moved most of the remaining character/skeleton ↵ | Don Kjer | |
generation code into llappearance. Moved non-rendering related LLViewerJoint functionality into LLAvatarJoint. | |||
2011-02-16 | Fix for SH-816 | prep | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-05 | Reset joint positions after detaching a rigged model | prep linden | |
2010-09-27 | merge | Dave Parks | |
2010-09-24 | Added support for joint offsets | prep linden | |