diff options
author | Teravus Ovares | 2007-11-12 23:46:26 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-12 23:46:26 +0000 |
commit | d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5 (patch) | |
tree | 37a49b26a6cb07d1fdc3e419222ea2147eaa089e /OpenSim/Region/Examples | |
parent | * Added a lot of Glue to help with reporting proper collisions. (diff) | |
download | opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.zip opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.tar.gz opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.tar.bz2 opensim-SC_OLD-d9d35f9fd7141d8f7a5b3b056cae051d6de2efd5.tar.xz |
* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.
* All thanks to unimplemented packet listing :D
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 717b6c0..474f6fd 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -61,6 +61,7 @@ namespace SimpleApp | |||
61 | public event TeleportLocationRequest OnTeleportLocationRequest; | 61 | public event TeleportLocationRequest OnTeleportLocationRequest; |
62 | public event DisconnectUser OnDisconnectUser; | 62 | public event DisconnectUser OnDisconnectUser; |
63 | public event RequestAvatarProperties OnRequestAvatarProperties; | 63 | public event RequestAvatarProperties OnRequestAvatarProperties; |
64 | public event SetAlwaysRun OnSetAlwaysRun; | ||
64 | 65 | ||
65 | public event GenericCall4 OnDeRezObject; | 66 | public event GenericCall4 OnDeRezObject; |
66 | public event Action<IClientAPI> OnRegionHandShakeReply; | 67 | public event Action<IClientAPI> OnRegionHandShakeReply; |