OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) d9585ba37e Eliminate race condition where many callers would check SOP.PhysicsActor != null then assume it was still not null in later code.
Another thread could come and turn off physics for a part (null PhysicsActor) at any point.
Had to turn off localCopy on warp3D CoreModules section in prebuild.xml since on current nant this copies all DLLs in bin/ which can be a very large number with compiled DLLs
No obvious reason for doing that copy - nothing else does it.
2012-04-18 22:58:03 +01:00
..
Application Allow the user to enter help topics in upper or lowercase. 2012-04-18 22:10:27 +01:00
ClientStack refactor: Stop passing both IClientAPI and agentID to friend event listeners, these are redundant. Replace a few magic numbers with FriendRights enum already used elsewhere. 2012-04-18 22:45:31 +01:00
CoreModules Eliminate race condition where many callers would check SOP.PhysicsActor != null then assume it was still not null in later code. 2012-04-18 22:58:03 +01:00
DataSnapshot Datasnapshot: added "secret" to the registration/deregistration query so that data providers can verify authenticity if they want. 2012-03-16 17:27:45 -07:00
Framework Eliminate race condition where many callers would check SOP.PhysicsActor != null then assume it was still not null in later code. 2012-04-18 22:58:03 +01:00
OptionalModules minor: remove some now unneeded code from FriendsCommandsModule 2012-04-18 22:55:12 +01:00
Physics refactor: precalculate the fixed movement factor for avatar tilting (sqrt(2)) rather than doing it multiple times on every move. 2012-03-30 02:20:35 +01:00
RegionCombinerModule minor fix to MegaRegions, typo spotted by Ubit! 2011-12-15 10:49:15 -07:00
ReplaceableModules
ScriptEngine fix yield prolog so it compiles with mono 2.11 there has been a bugzilla 2012-04-18 22:10:05 +01:00
UserStatistics Call Dispose() via using() on SqliteCommands in WebStatsModule after use. 2012-02-29 22:04:04 +00:00