aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Animation (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-04bug fix: leave jumping state only to landing, without fallback intoUbitUmarov1-12/+12
2014-10-01clean up coments, use a even faster XY move request detectionUbitUmarov1-65/+19
2014-10-01 removed useless unreal inworld movement vector estimation. Do animation stat...UbitUmarov1-70/+97
2014-09-30keep same animation if in transitUbitUmarov1-0/+3
2014-09-29 change avatar physics and motion control. Still not that good :(UbitUmarov1-48/+99
2014-09-10 handle AO sit ground caseUbitUmarov1-2/+27
2014-09-10*TEST* add movement states SIT and SITGROUND. ScenePresence on SIT,UbitUmarov1-15/+32
2014-09-09 force update of movement animationUbitUmarov1-1/+14
2014-09-09*test*UbitUmarov1-0/+17
2014-09-09add full delete if uuid iz zero and state is ALLUbitUmarov1-1/+4
2014-09-09Add perms checkMelanie Thielker1-0/+5
2014-09-09Add some forgotten callsMelanie Thielker1-0/+2
2014-09-09Add missing fileMelanie Thielker1-0/+76
2014-09-09Actually do the overridingMelanie Thielker1-1/+7
2014-08-22some cleanup ( well or not )UbitUmarov1-0/+10
2014-08-17 put bake bakes, plus a missing change forcing animations to pass byUbitUmarov1-1/+5
2014-07-26allow reset default animation to default as core doesUbitUmarov1-1/+1
2013-11-30Implement most effects of AGENT_CONTROL_STOPJustin Clark-Casey (justincc)1-4/+13
2013-06-11Add TriggerScenePresenceUpdated events when an animation is addedRobert Adams2-2/+8
2013-05-30Trigger OnScenePresenceUpdated when the avatar's animations change.Robert Adams1-3/+14
2013-05-30Add methods to Animation and AnimationSet for easier manipulation andRobert Adams2-0/+136
2013-01-18Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)1-5/+28
2013-01-18Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)2-5/+24
2013-01-09Revert "Prevent empty Anim Packs"Melanie1-12/+0
2013-01-09Revert "Fix sequence id fr default anim"Melanie1-1/+1
2013-01-08Fix sequence id fr default animMelanie1-1/+1
2013-01-08Prevent empty Anim PacksMelanie1-0/+12
2013-01-09Revert "Prevent empty Anim Packs"Melanie1-12/+0
2013-01-09Revert "Fix sequence id fr default anim"Melanie1-1/+1
2013-01-08Fix sequence id fr default animMelanie1-1/+1
2013-01-08Prevent empty Anim PacksMelanie1-0/+12
2012-12-14minor: Add commented out log lines to ScenePresenceAnimator for future debug ...Justin Clark-Casey (justincc)1-1/+10
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-13/+0
2012-10-30Store and send the current movement animation state to a new sim on crossingMelanie1-0/+11
2012-10-26Separate LSL's notion of the default anim from the actually playing anims.Melanie1-2/+4
2012-10-26Revert "Fix for Mantis 0006376: Avatar no longer show Walking animation when ...Melanie1-1/+1
2012-10-25Fix for Mantis 0006376: Avatar no longer show Walking animation when any AO h...nebadon1-1/+1
2012-10-04Allow default animation to be stopped to be replaced with another one.Melanie2-16/+29
2012-10-04Allow default animation to be stopped to be replaced with another one.Melanie2-16/+29
2012-07-19Stop explicitly closing and nulling out Animator in order to prevent NREs in ...Justin Clark-Casey (justincc)1-7/+1
2012-05-12ªTEST MESS* reduce animation packets send. Added onchangeanim event with par...UbitUmarov1-2/+18
2012-05-04Revert "*TO TEST/REVIEW* added current default animation in animationSet.cs t...Melanie1-10/+3
2012-05-04*TO TEST/REVIEW* added current default animation in animationSet.cs to/fromAr...UbitUmarov1-3/+10
2012-04-27Fixed: custom walking animations didn't stop when the avatar stopped walking.Oren Hurvitz1-6/+13
2012-03-23Fix bug in ScenePresenceAnimator.RemoveAnimation() introduced in commit 1a8769eJustin Clark-Casey (justincc)1-1/+1
2012-03-22refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity...Justin Clark-Casey (justincc)3-6/+6
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)3-24/+79
2012-01-07Add method doc to SPA.Falling and use automatic private get propertyJustin Clark-Casey (justincc)1-13/+14
2012-01-07Fix bug where tapping home to stop falling would stop any avatar movement oth...Justin Clark-Casey (justincc)1-7/+6
2011-12-08minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1