aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-29A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto1-0/+17
2009-09-02Thank you, dslake, for a set of patches to improve OpenSim startupMelanie1-2/+2
2009-08-16Removed some debug messagesDiva Canto1-7/+0
2009-08-16Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto1-1/+12
2009-08-16Misc cleanup.Jeff Ames1-10/+7
2009-08-15Changed one word in a commentDiva Canto1-1/+1
2009-08-15Changed FromAssetID to FromItemIDDiva Canto1-7/+7
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto1-2/+2
2009-08-04 Slight change to state management for attach scheduling.Alan Webb1-2/+2
2009-08-04 This change adds support for the attach event in scripts.Alan Webb1-0/+2
2009-07-17fixed the bug where changing the rotation of a selection of prims in a linkse...MW1-0/+19
2009-06-02Explicitly set the changed status of the prim groups affected in a delinkMelanie Thielker1-0/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-01Add a tweakable for the prim queue preloadMelanie Thielker1-0/+1
2009-04-29Again, completely revamp the unlink code to finally allow unlinking Melanie Thielker1-79/+81
2009-04-14Formatting cleanup.Jeff Ames1-5/+5
2009-04-12Thank you, dslake, for a patch that converts many of the linear searchesMelanie Thielker1-241/+197
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-0/+41
2009-04-09* Implements retrieving child primitives via World.Objects[id] (MRM)Adam Frisby1-0/+3
2009-03-30* refactor: Move god related methods in Scene out to a moduleJustin Clarke Casey1-1/+1
2009-03-20Change DropObject to public. Fixes Mantis #3314Melanie Thielker1-1/+1
2009-03-10From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+17
2009-02-15This started as way to correct Mantis #3158, which I believe should be fixed ...diva1-1/+1
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva1-0/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-6/+9
2009-02-03* minor: remove some pointless assignments in SOG.Copy() that had already bee...Justin Clarke Casey1-0/+5
2009-01-15Eased the locking times of ScenePresences. No locks were removed, just the lo...diva1-3/+12
2009-01-07* Slightly increase ScenePresences locking where it's technically required in...Justin Clarke Casey1-17/+25
2009-01-06* Added three new events to SceneGraph:Adam Frisby1-3/+20
2009-01-06* Added a way for the sim stats reporter to say to the scene that the stats a...Teravus Ovares1-0/+20
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares1-0/+11
2008-12-26* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares1-0/+17
2008-12-21* Fixes linking multiple linksets together. They no longer explodeTeravus Ovares1-0/+3
2008-12-20Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:Charles Krinke1-1/+3
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-11/+14
2008-12-07* Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares1-0/+4
2008-11-30Mantis #2716 Null when linking across objects across two regions.idb1-0/+4
2008-11-29Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker1-0/+4
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey1-2/+2
2008-11-28Correct wrong inverted logic on settings goupMelanie Thielker1-1/+1
2008-11-28Force regioncrossed prims to get a new LocalID. Reset parent local ID to newMelanie Thielker1-1/+6
2008-11-27Fix permission propagation that was broken some revision back, causingMelanie Thielker1-3/+1
2008-11-24* Refactored a number of locks into EntityManager to limit the scope of the l...Adam Frisby1-37/+17
2008-11-24* Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby1-5/+3
2008-11-22Fix build breakMelanie Thielker1-1/+1
2008-11-22Remove a redundant check and add checking for attachments in parcels thatMelanie Thielker1-2/+2
2008-11-22Mantis #2442Melanie Thielker1-1/+1
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-22/+22
2008-11-20From: Christopher Yeoh <cyeoh@au1.ibm.com>Sean Dague1-1/+0