OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 84d4b390f1 remove possible PhysActor unexpectedly null race conditions when changing prim collision status
factor out common SOP physics scene adding code into a common SOP.AddToPhysics() that is the counterpart to the existing RemoveFromPhysics()
2012-04-18 22:58:17 +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 remove possible PhysActor unexpectedly null race conditions when changing prim collision status 2012-04-18 22:58:17 +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 Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Fix more SOP.PhysActor race conditions in LSL_Api 2012-04-18 22:58:10 +01:00
UserStatistics Call Dispose() via using() on SqliteCommands in WebStatsModule after use. 2012-02-29 22:04:04 +00:00