diff options
author | Teravus Ovares | 2007-11-12 21:45:49 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-12 21:45:49 +0000 |
commit | 5952441fcc886902f7b2f72eb839ae49d2c85012 (patch) | |
tree | ff7ea06cbdaa36e14b1d14da79d5535cb0dcba14 /bin | |
parent | fix compile issue on mono (diff) | |
download | opensim-SC_OLD-5952441fcc886902f7b2f72eb839ae49d2c85012.zip opensim-SC_OLD-5952441fcc886902f7b2f72eb839ae49d2c85012.tar.gz opensim-SC_OLD-5952441fcc886902f7b2f72eb839ae49d2c85012.tar.bz2 opensim-SC_OLD-5952441fcc886902f7b2f72eb839ae49d2c85012.tar.xz |
* Added a lot of Glue to help with reporting proper collisions.
* ODE - Fixed the iscolliding property to report a static true when colliding.
* Added reporting of collisions to call UpdateMovementAnimations
* Added Jump - air animation (with arms outstretched).
* Added Fall Animations
* ODE - Added a small amount of X, Y motion control while jumping or Falling
* ODE - Avatar movement animations are still a bit odd sometimes, and had to get this up there.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/data/avataranimations.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/data/avataranimations.xml b/bin/data/avataranimations.xml index 2a53727..ac769e2 100644 --- a/bin/data/avataranimations.xml +++ b/bin/data/avataranimations.xml | |||
@@ -12,4 +12,6 @@ | |||
12 | <animation name="CROUCH">201f3fdf-cb1f-dbec-201f-7333e328ae7c</animation> | 12 | <animation name="CROUCH">201f3fdf-cb1f-dbec-201f-7333e328ae7c</animation> |
13 | <animation name="CROUCHWALK">47f5f6fb-22e5-ae44-f871-73aaaf4a6022</animation> | 13 | <animation name="CROUCHWALK">47f5f6fb-22e5-ae44-f871-73aaaf4a6022</animation> |
14 | <animation name="TYPE">c541c47f-e0c0-058b-ad1a-d6ae3a4584d9</animation> | 14 | <animation name="TYPE">c541c47f-e0c0-058b-ad1a-d6ae3a4584d9</animation> |
15 | <animation name="FALLDOWN">666307d9-a860-572d-6fd4-c3ab8865c094</animation> | ||
16 | <animation name="JUMP">2305bd75-1ca9-b03b-1faa-b176b8a8c49e</animation> | ||
15 | </animations> | 17 | </animations> |