aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneGraph.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Slightly increase ScenePresences locking where it's technically required in...Justin Clarke Casey2009-01-071-17/+25
* * Added three new events to SceneGraph:Adam Frisby2009-01-061-3/+20
* * Added a way for the sim stats reporter to say to the scene that the stats a...Teravus Ovares2009-01-061-0/+20
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-0/+11
* * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares2008-12-261-0/+17
* * Fixes linking multiple linksets together. They no longer explodeTeravus Ovares2008-12-211-0/+3
* Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:Charles Krinke2008-12-201-1/+3
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-141-11/+14
* * Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares2008-12-071-0/+4
* Mantis #2716 Null when linking across objects across two regions.idb2008-11-301-0/+4
* Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker2008-11-291-0/+4
* * simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey2008-11-281-2/+2
* Correct wrong inverted logic on settings goupMelanie Thielker2008-11-281-1/+1
* Force regioncrossed prims to get a new LocalID. Reset parent local ID to newMelanie Thielker2008-11-281-1/+6
* Fix permission propagation that was broken some revision back, causingMelanie Thielker2008-11-271-3/+1
* * Refactored a number of locks into EntityManager to limit the scope of the l...Adam Frisby2008-11-241-37/+17
* * Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby2008-11-241-5/+3
* Fix build breakMelanie Thielker2008-11-221-1/+1
* Remove a redundant check and add checking for attachments in parcels thatMelanie Thielker2008-11-221-2/+2
* Mantis #2442Melanie Thielker2008-11-221-1/+1
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-211-22/+22
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Sean Dague2008-11-201-1/+0
* * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey2008-11-121-0/+1724