OpenSimMirror/OpenSim
nlin 56edbe9b60 Alternate algorithm for fixing avatar capsule tilt (Mantis #2905)
Eliminate dynamic capsule wobble. Instead introduce a small, fixed
tilt, and allow the tilt to rotate with the avatar while moving; the
tilt always faces away from the direction of avatar movement. The
rotation while moving should eliminate direction-dependent behavior
(e.g. only being able to climb on top of prims from certain directions).

Falling animation is still too frequently invoked.

Ideally the tilt should be completely eliminated, but doing so
currently causes the avatar to fall through the terrain.
2009-09-18 11:39:08 +09:00
..
ApplicationPlugins * Lock timers when Calling Start() and Stop() when the Thread Context is murky. This affects Mono only. 2009-09-09 16:20:19 -04:00
Client * Lock timers when Calling Start() and Stop() when the Thread Context is murky. This affects Mono only. 2009-09-09 16:20:19 -04:00
ConsoleClient Fix some compile warnings. 2009-08-26 14:02:52 +09:00
Data SceneObjectGroup cleanup. Removes the default constructor and unnecessary null checks on m_rootPart 2009-09-16 15:06:08 -07:00
Framework Remove the methods for full inventory fetch from the connector. Remove tests 2009-09-17 23:55:06 +01:00
Grid Remove The legacy inventory and asset servers. Bump interface version to 6 2009-09-17 23:39:58 +01:00
Region Alternate algorithm for fixing avatar capsule tilt (Mantis #2905) 2009-09-18 11:39:08 +09:00
ScriptEngine Add copyright headers. 2009-06-04 01:09:18 +00:00
Server updated the IAuthorizationService interface so that a message is passed back and can be displayed at the client when an avatar is denied access to a region 2009-09-16 10:04:07 -07:00
Services Remove the methods for full inventory fetch from the connector. Remove tests 2009-09-17 23:55:06 +01:00
TestSuite Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Tests/Common Remove the methods for full inventory fetch from the connector. Remove tests 2009-09-17 23:55:06 +01:00
Tools This fix adds a stand-alone compilation environment 2009-09-16 16:43:51 +02:00