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-05-15 03:15:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
795e9a2a2e30f9b626e559eebd41a0941b80467b
opensim
/
OpenSim
/
Region
/
Physics
/
POSPlugin
History
lbsa71
8ccf150f9f
* Upped version number to 0.6.4
2009-03-11 10:49:49 +00:00
..
AssemblyInfo.cs
* Upped version number to 0.6.4
2009-03-11 10:49:49 +00:00
POSCharacter.cs
Minor formatting cleanup.
2009-03-07 16:16:00 +00:00
POSPlugin.cs
* Apply
http://opensimulator.org/mantis/view.php?id=2775
with small tweaks
2008-12-15 18:39:54 +00:00
POSPrim.cs
Minor formatting cleanup.
2009-03-07 16:16:00 +00:00
POSScene.cs
This started as way to correct Mantis
#3158
, which I believe should be fixed now. The flying status was temporarily being ignored, which caused the avie to drop sometimes -- there was a race condition. In the process it also fixes that annoying bug in basic physics where the avie would drop half-way to the ground upon region crossings (SetAppearance was missing). Additionally, a lot of child-agent-related code has been cleaned up; namely child agents are now consistently not added to physical scenes, and they also don't have appearances. All of that happens in MakeRoot, consistently.
2009-02-15 05:00:58 +00:00