OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 6d97545b6b Remove the SyncRoot locking from Scene which was only being done around the main physics loop and ScenePresence position and velocity setting
This is no longer necessary with ODECharacter taints (ODEPrim was already not taking part in this).  BSCharacter was already tainting.
2011-10-29 02:42:53 +01:00
..
Application Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
ClientStack Stop setting _position as well as m_taint_position in ODECharacter.Position 2011-10-29 01:39:48 +01:00
CoreModules set grp.RootPart.GroupPosition for code consistency (and readability) rather than calling SOP.OffsetForNewRegion 2011-10-28 23:43:31 +01:00
DataSnapshot Eliminate pointless checks of SOG.RootPart != null 2011-09-01 02:11:00 +01:00
Framework Remove the SyncRoot locking from Scene which was only being done around the main physics loop and ScenePresence position and velocity setting 2011-10-29 02:42:53 +01:00
OptionalModules Removed use of 'is' operator and casting to find the root ScenePresence in MessageTransfer modules and Groups module. 2011-10-27 02:26:37 -07:00
Physics Add taint target velocity for ODECharacters as is already done for ODECharacter position and position and velocity for ODEPrims. 2011-10-29 02:30:33 +01:00
RegionCombinerModule Added new ForEachRootScenePresence to Scene since almost every delegate passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors. 2011-10-27 00:42:21 -07:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Remove completely unused SOG.Rotation parameter 2011-10-29 00:39:01 +01:00
UserStatistics WebStats - Home Link Fix 2011-10-06 22:30:24 +01:00