aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-367/+466
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-48/+127
2012-10-24Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)1-0/+24
2012-08-24Pass the "attachToBackup" bool given to SceneGraph.AddNewSceneObject() down i...Justin Clark-Casey (justincc)1-1/+1
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-6/+3
2012-07-23Committing Avination's memleak fix-a-thon, installment #3Melanie1-0/+2
2012-07-19Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)1-1/+1
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)1-3/+3
2012-07-06Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)1-5/+13
2012-06-08Go back to calling IncomingCloseAgent() in the "kick user" command for consis...Justin Clark-Casey (justincc)1-6/+0
2012-06-08Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)1-4/+4
2012-05-17Check agent limit against root agent count rather than both root and child ag...Justin Clark-Casey (justincc)1-5/+0
2012-05-08Perform SceneGraph.DuplicateObject() under existing m_updateLock already used...Justin Clark-Casey (justincc)1-75/+89
2012-04-17minor: Add some method doc. Add warnings since calling SOG link/delink metho...Justin Clark-Casey (justincc)1-0/+3
2012-04-03Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)1-1/+2
2012-03-31refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)1-2/+2
2012-03-31Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)1-3/+3
2012-03-16Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)1-30/+1
2012-03-09Simplify minimap coarse location code by just reference SP.AbsolutePositionJustin Clark-Casey (justincc)1-5/+1
2012-03-09Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)1-19/+5
2012-02-18Fix a bug where changing shape parameters of a child prim in a linkset would ...Justin Clark-Casey (justincc)1-2/+2
2012-02-15In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...Justin Clark-Casey (justincc)1-5/+5
2012-02-08Stop a scene object from attempting to link with itself (which results in an ...Justin Clark-Casey (justincc)1-5/+11
2012-02-02ObjectAddedToScene event should be fired when duplicating objectsDan Lake1-16/+0
2012-01-31Remove scene object null check on SceneGraph.AddSceneObject(). Complain expl...Justin Clark-Casey (justincc)1-1/+7
2012-01-31Add torture tests to test adding 10,000, 100,000 and 200,000 single prim scen...Justin Clark-Casey (justincc)1-0/+6
2012-01-30lock SceneObjectGroupsByFullID in SceneGraph.ForEachSOG() to stop failure if ...Justin Clark-Casey (justincc)1-5/+7
2012-01-24Removed unused delegates in SceneGraph: ObjectDuplicateDelegate, ObjectCreate...Dan Lake1-6/+0
2012-01-24Removed unused events in SceneGraph: OnObjectCreate, OnObjectRemove, OnObject...Dan Lake1-13/+0
2012-01-19Add a version of GetGroupByPrim to Scene which accepts UUID instead of localIDDan Lake1-1/+2
2011-12-22Remove unused m_physicalPrim parameter from SOG.ApplyPhysics()Justin Clark-Casey (justincc)1-1/+0
2011-12-17Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)1-14/+0
2011-11-10Fix compile error from an earlier commitDan Lake1-2/+0
2011-11-11Prevent linking objects while they are deeded. On unlinking deeded objects,Melanie1-4/+19
2011-11-05Replacing te linking code with the code from Avination. Link sets prims are nowMelanie1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-1/+1
2011-10-29Remove the SyncRoot locking from Scene which was only being done around the m...Justin Clark-Casey (justincc)1-22/+16
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-1/+15
2011-10-06Instead of adding stat agentMS in all kinds of places, calculate it instead i...Justin Clark-Casey (justincc)1-0/+6
2011-10-05Make reported sim fps more accurate, in line with frame time msJustin Clark-Casey (justincc)1-0/+5
2011-09-13Stop attempts to rewear already worn items from removing and reattaching.Justin Clark-Casey (justincc)1-2/+2
2011-09-13Comment out attachments code in Scene.IncomingCreateObject(UUID userID, UUID ...Justin Clark-Casey (justincc)1-2/+23
2011-09-13stop the duplicate remove of the root part ids from the full part and local p...Justin Clark-Casey (justincc)1-2/+0
2011-09-13In SG.AddSceneObject(), stop unnecessarily adding the root part to object ind...Justin Clark-Casey (justincc)1-7/+5
2011-09-12stop the redundant passing in of RegionInfo to SceneGraph, since the Scene is...Justin Clark-Casey (justincc)1-5/+2
2011-09-12minor: if the script engine fails to find a prim for a script, also print out...Justin Clark-Casey (justincc)1-0/+4
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-1/+1