aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneGraph.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1811/+0
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
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-2/+7
2008-11-12Add the missing bits that got lost in the prim clamping commit. This shouldMelanie Thielker1-0/+17
2008-11-10* Extend basic scene test to retrieve the object from the scene and match uuidsJustin Clarke Casey1-1/+3
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-1/+1
2008-11-07* Apply http://opensimulator.org/mantis/view.php?id=2582Justin Clarke Casey1-2/+2
2008-11-07* Stop now unnecessary separate local id allocation for restored objectsJustin Clarke Casey1-7/+0
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-6/+6
2008-11-06* refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey1-6/+2
2008-11-06- create entries in avatarattachments table when first attaching an object; f...Mike Mazur1-1/+10
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-3/+3
2008-10-29Minor formatting cleanup.Jeff Ames1-1/+1
2008-10-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-1/+2
2008-10-14- move comment about assetID and 'attached' in inventory where it belongsMike Mazur1-2/+0
2008-10-13* Remove warnings, including one which pointed out a bugJustin Clarke Casey1-1/+1
2008-10-112nd stab at that prim loading nastyMelanie Thielker1-1/+1
2008-10-11Fix Nebadon's WP crash (invalid root part from database null-ref)Melanie Thielker1-0/+3
2008-10-10added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f...MW1-1/+1
2008-10-06Remove an unnecessary perms check. This caused prim movement to be disabledMelanie Thielker1-14/+1
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames1-8/+8
2008-10-04* minor: Remove warningJustin Clarke Casey1-1/+1
2008-10-04Cause a request to a different attachment point to taint the attachment soMelanie Thielker1-0/+6
2008-10-04Prevent a new asset being created on every detach of an attachmentMelanie Thielker1-0/+1
2008-10-04Mantis #2330Melanie Thielker1-5/+4
2008-10-04Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker1-5/+2
2008-10-04Cause "Show in search" to trigger a persistence saveMelanie Thielker1-0/+2