| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2013-06-04 | 3 | -3/+150 |
|\ |
|
| * | Trigger OnScenePresenceUpdated when the avatar's animations change. | Robert Adams | 2013-05-30 | 1 | -3/+14 |
| * | Add methods to Animation and AnimationSet for easier manipulation and | Robert Adams | 2013-05-30 | 2 | -0/+136 |
* | | Merge branch 'master' into careminster | Melanie | 2013-01-19 | 2 | -10/+53 |
|\ \
| |/ |
|
| * | Add "debug set set animations true|false" region console command. | Justin Clark-Casey (justincc) | 2013-01-18 | 1 | -5/+28 |
| * | Restore previous client AO behaviour by not allowing them to remove the defau... | Justin Clark-Casey (justincc) | 2013-01-18 | 2 | -5/+24 |
| * | Revert "Prevent empty Anim Packs" | Melanie | 2013-01-09 | 1 | -12/+0 |
| * | Revert "Fix sequence id fr default anim" | Melanie | 2013-01-09 | 1 | -1/+1 |
| * | Fix sequence id fr default anim | Melanie | 2013-01-08 | 1 | -1/+1 |
| * | Prevent empty Anim Packs | Melanie | 2013-01-08 | 1 | -0/+12 |
* | | Merge branch 'master' into careminster | Melanie | 2012-12-16 | 1 | -1/+10 |
|\ \
| |/ |
|
| * | minor: Add commented out log lines to ScenePresenceAnimator for future debug ... | Justin Clark-Casey (justincc) | 2012-12-14 | 1 | -1/+10 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-31 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Store and send the current movement animation state to a new sim on crossing | Melanie | 2012-10-30 | 1 | -0/+11 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Separate LSL's notion of the default anim from the actually playing anims. | Melanie | 2012-10-26 | 1 | -2/+4 |
| * | Revert "Fix for Mantis 0006376: Avatar no longer show Walking animation when ... | Melanie | 2012-10-26 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix for Mantis 0006376: Avatar no longer show Walking animation when any AO h... | nebadon | 2012-10-25 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-04 | 2 | -16/+29 |
|\ \
| |/ |
|
| * | Allow default animation to be stopped to be replaced with another one. | Melanie | 2012-10-04 | 2 | -16/+29 |
* | | Merge branch 'master' into careminster | Melanie | 2012-07-20 | 1 | -7/+1 |
|\ \
| |/ |
|
| * | Stop explicitly closing and nulling out Animator in order to prevent NREs in ... | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -7/+1 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-05-13 | 1 | -2/+18 |
|\ \
| |/
|/| |
|
| * | �TEST MESS* reduce animation packets send. Added onchangeanim event with par... | UbitUmarov | 2012-05-12 | 1 | -2/+18 |
| * | Revert "*TO TEST/REVIEW* added current default animation in animationSet.cs t... | Melanie | 2012-05-04 | 1 | -10/+3 |
| * | *TO TEST/REVIEW* added current default animation in animationSet.cs to/fromAr... | UbitUmarov | 2012-05-04 | 1 | -3/+10 |
* | | Fixed: custom walking animations didn't stop when the avatar stopped walking. | Oren Hurvitz | 2012-04-27 | 1 | -6/+13 |
|/ |
|
* | Fix bug in ScenePresenceAnimator.RemoveAnimation() introduced in commit 1a8769e | Justin Clark-Casey (justincc) | 2012-03-23 | 1 | -1/+1 |
* | refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity... | Justin Clark-Casey (justincc) | 2012-03-22 | 3 | -6/+6 |
* | Instead of loading default avatar animations in both SLUtil and AvatarAnimati... | Justin Clark-Casey (justincc) | 2012-03-21 | 3 | -24/+79 |
* | Add method doc to SPA.Falling and use automatic private get property | Justin Clark-Casey (justincc) | 2012-01-07 | 1 | -13/+14 |
* | Fix bug where tapping home to stop falling would stop any avatar movement oth... | Justin Clark-Casey (justincc) | 2012-01-07 | 1 | -7/+6 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+1 |
* | For now, disable mechanism to limit avatar animation updates since this cause... | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -0/+5 |
* | refactor: Use just ScenePresenceAnimator.CurrentMovementAnimation rather than... | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -14/+12 |
* | Rename ScenePresenceAnimator.GetMovementAnimation() -> DetermineMovementAnima... | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -3/+8 |
* | Stop SP.HandleAgentUpdate() and PhysicsCollisionUpdate() from being processed... | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -8/+6 |
* | Stop some places where we're trying to reset animations in child agents where... | Justin Clark-Casey (justincc) | 2011-12-02 | 1 | -1/+12 |
* | Fix turn left and turn right properly. Works for both built-ins and LSL AOs | Melanie | 2011-11-10 | 1 | -6/+11 |
* | Remove some left over debug and reverse experimental reordering of ifs | Melanie | 2011-11-05 | 1 | -4/+2 |
* | Porting the ScenePresenceAnimator from Avination. Jump and fall anims now work | Melanie | 2011-11-05 | 1 | -86/+131 |
* | Animation-States Turning Left, Turning Right implemented/enabled | Pixel Tomsen | 2011-10-04 | 1 | -2/+6 |
* | Get NPCs to revert to the correct 'resting' animation (e.g. stand or hover) a... | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -2/+8 |
* | Improve z axis move to/autopilot so the avatar does alternative crouch/huzzah... | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -1/+7 |
* | Implement move to/autopilot for z axis movement as well. | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -2/+2 |
* | This seems to get rid of the stuck PREJUMP animation, as reported by Justin i... | Diva Canto | 2010-12-13 | 1 | -1/+8 |
* | Fixes the nudge movements! | Diva Canto | 2010-12-11 | 1 | -10/+1 |
* | Correct some script constants. | Melanie | 2010-08-06 | 1 | -1/+1 |
* | Reduce number of AvatarAnimations sent with large number of avatars | Robert Adams | 2010-04-13 | 1 | -6/+7 |