* ODE Physics update. fixed weird rotation of the avatar surrogate.

* Set the avatar's radius to 0.37m, I think this gives the *best* balance between spaces the avatar can fit, and the ability to climb steps
* Fixed a few things
* Tweaked some more
* Played with gravity (-9.8m/s)
This commit is contained in:
Teravus Ovares
2008-01-18 02:26:43 +00:00
parent 333826903c
commit ecd6c1110a
3 changed files with 44 additions and 27 deletions

View File

@@ -1510,7 +1510,7 @@ namespace OpenSim.Region.Environment.Scenes
adb.AgentID = agentID;
adb.SessionID = sessionID; // More security
gdb.GodLevel = (byte) 100;
gdb.GodLevel = (byte) 250;
gdb.Token = token;
//respondPacket.AgentData = (GrantGodlikePowersPacket.AgentDataBlock)ablock;
respondPacket.GrantData = gdb;