This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-01 06:06:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
25cbba9bca9388b414b3d4fe1e6d09a9fd5f7667
opensim
/
OpenSim
/
Region
/
Physics
History
Diva Canto
25cbba9bca
Fixed bug of avie going under the terrain when crossing regions in certain directions. This was a 1-off bug: the terrain was being placed in 127, 127 resulting in a bounding box if -2, 256. I placed it in 128, 128 resulting in a bounding box of -1, 257.
2011-12-20 09:43:39 -08:00
..
BasicPhysicsPlugin
Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() when we've already passed size information to the avatar at PhysicsScene.AddAvatar()
2011-12-15 22:29:36 +00:00
BulletSPlugin
Remove unused fields from CollisionEventUpdate
2011-10-25 22:39:08 +01:00
ConvexDecompositionDotNet
BulletSim initial checkin
2011-06-20 17:24:42 -07:00
Manager
remove some mono compiler warnings
2011-11-25 22:19:57 +00:00
Meshing
minor: remove mono compile warning, a Vector3 can never be null since it's a struct
2011-11-29 16:31:10 +00:00
OdePlugin
Fixed bug of avie going under the terrain when crossing regions in certain directions. This was a 1-off bug: the terrain was being placed in 127, 127 resulting in a bounding box if -2, 256. I placed it in 128, 128 resulting in a bounding box of -1, 257.
2011-12-20 09:43:39 -08:00
PhysXPlugin
Fix some local id issues in physics glue
2011-07-15 20:07:59 +01:00
POSPlugin
Fix some local id issues in physics glue
2011-07-15 20:07:59 +01:00