Historique des commits

Auteur SHA1 Message Date
  Robert Adams 7556a0f699 Add TriggerScenePresenceUpdated events when an animation is added il y a 11 ans
  Robert Adams 4d32ca19bf Trigger OnScenePresenceUpdated when the avatar's animations change. il y a 11 ans
  Justin Clark-Casey (justincc) 115e1c2abb Add "debug set set animations true|false" region console command. il y a 11 ans
  Justin Clark-Casey (justincc) 74256c0cc4 Restore previous client AO behaviour by not allowing them to remove the default animation but continue to allow scripts to do so. il y a 11 ans
  Justin Clark-Casey (justincc) 56ec177b3b minor: Add commented out log lines to ScenePresenceAnimator for future debug use (such as logging anim pack contents sent to clients) il y a 11 ans
  Melanie b977f962fa Allow default animation to be stopped to be replaced with another one. il y a 12 ans
  Justin Clark-Casey (justincc) e94831ddab Stop explicitly closing and nulling out Animator in order to prevent NREs in various places due to race conditions. il y a 12 ans
  Oren Hurvitz 6473674bbf Fixed: custom walking animations didn't stop when the avatar stopped walking. il y a 12 ans
  Justin Clark-Casey (justincc) a9995ede65 Fix bug in ScenePresenceAnimator.RemoveAnimation() introduced in commit 1a8769e il y a 12 ans
  Justin Clark-Casey (justincc) 9949ac2f9f refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity since non-default animations are handled completely separately from this class il y a 12 ans
  Justin Clark-Casey (justincc) 1a8769e6ef Instead of loading default avatar animations in both SLUtil and AvatarAnimations, load just in AvatarAnimations instead. il y a 12 ans
  Justin Clark-Casey (justincc) ba163ab05b Add method doc to SPA.Falling and use automatic private get property il y a 12 ans
  Justin Clark-Casey (justincc) c5c079f6aa Fix bug where tapping home to stop falling would stop any avatar movement other than falling again. il y a 12 ans
  Justin Clark-Casey (justincc) 55de189752 minor: remove some mono compiler warnings il y a 13 ans
  Justin Clark-Casey (justincc) f08aad8a40 For now, disable mechanism to limit avatar animation updates since this causes avatars to never reach the correct animation after some actions. il y a 13 ans
  Justin Clark-Casey (justincc) 0ca8491bbe refactor: Use just ScenePresenceAnimator.CurrentMovementAnimation rather than duplicating it with m_movementAnimation il y a 13 ans
  Justin Clark-Casey (justincc) 5ba8ca5662 Rename ScenePresenceAnimator.GetMovementAnimation() -> DetermineMovementAnimation() for better code readability il y a 13 ans
  Justin Clark-Casey (justincc) 96c191f4fd Stop SP.HandleAgentUpdate() and PhysicsCollisionUpdate() from being processed if we're dealing with a child ScenePresence. il y a 13 ans
  Justin Clark-Casey (justincc) 054ebe8878 Stop some places where we're trying to reset animations in child agents where such requests are ignored. il y a 13 ans
  Melanie 0daece6f2b Fix turn left and turn right properly. Works for both built-ins and LSL AOs il y a 13 ans
  Melanie 01b6a4b62e Remove some left over debug and reverse experimental reordering of ifs il y a 13 ans
  Melanie 71388fc02a Porting the ScenePresenceAnimator from Avination. Jump and fall anims now work il y a 13 ans
  Pixel Tomsen b98442dcec Animation-States Turning Left, Turning Right implemented/enabled il y a 13 ans
  Justin Clark-Casey (justincc) 4402851b08 Get NPCs to revert to the correct 'resting' animation (e.g. stand or hover) after finishing their movement. This also fixes judder after an avatar has finished "go here"/autopilot movement in a viewer. il y a 13 ans
  Justin Clark-Casey (justincc) 68a5fe0431 Improve z axis move to/autopilot so the avatar does alternative crouch/huzzah when walking along the ground il y a 13 ans
  Justin Clark-Casey (justincc) 30e816bfa2 Implement move to/autopilot for z axis movement as well. il y a 13 ans
  Diva Canto b41164b620 This seems to get rid of the stuck PREJUMP animation, as reported by Justin in -dev. Also in this commit, a slight adjustment to the Velocity of SP -- this makes the avie walking feel less jerky for me. Will wait reports from others. il y a 14 ans
  Diva Canto 797ca8d0e7 Fixes the nudge movements! il y a 14 ans
  Melanie 120f3a18f2 Correct some script constants. il y a 14 ans
  Robert Adams 54a5b6f434 Reduce number of AvatarAnimations sent with large number of avatars il y a 14 ans