OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 4d0cffa06e If the prim count gets an object with invalid bounds, don't try to count it.
This appears to be the more probable explanation for some failures seen.  Either we're counting attachments which are temporarily out of bounds (shouldn't be due to the IsAttachment) check or we're counting scene objects which have out of bounds co-ordinates (seems more likely)
2011-03-31 23:56:26 +01:00
..
Application On initial setup, include estate and regions names in questions to make it clearer what they relate to. 2011-03-21 23:26:35 +00:00
ClientStack (re)implement selected prim count. 2011-03-30 00:13:07 +01:00
CoreModules If the prim count gets an object with invalid bounds, don't try to count it. 2011-03-31 23:56:26 +01:00
DataSnapshot First pass at cleaning up thread safety in EntityManager and SceneGraph 2010-09-10 12:04:12 -07:00
Examples/SimpleModule Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule. 2011-03-25 23:05:51 +00:00
Framework Remove unused Datastore parameter from RegionInfo (legacy from early 2008) 2011-03-31 22:16:09 +01:00
OptionalModules Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule. 2011-03-25 23:05:51 +00:00
Physics This fixes mantis #5198 and related. Physics is not my expertise, so I'm not 100% sure of what all the consequences of this change are. Pushing up, so others can take a look. 2010-12-24 16:23:00 -08:00
RegionCombinerModule When an oar is loaded, do not create a default parcel before loading the parcels from the OAR. 2011-01-27 20:36:50 +00:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Add support for new naming syntax of linked regions to osTeleportAgent and osTeleportOwner. 2011-02-17 13:47:13 +01:00
UserStatistics Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 2010-03-19 15:16:35 -07:00