aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent setting arbitrary groups on your objects.Melanie2010-09-271-0/+3
* Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-34/+21
|\
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-33/+20
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-141-10/+0
|\ \ | |/
| * Remove SceneGraph.DetachObject() which was accidentally left around after bei...Justin Clark-Casey (justincc)2010-09-131-10/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-159/+148
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-3/+3
| * Second pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-34/+32
| * First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-136/+127
* | Fix some issues with unlinkingMelanie Thielker2010-09-071-56/+53
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-071-0/+2
|\ \ | |/
| * Make sure unlinked child prims get persistedMelanie2010-09-071-0/+5
| * Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker2010-08-311-1/+1
* | Don't turn off the sale settings on child prims when linking, and on copyMelanie Thielker2010-09-061-8/+0
* | Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker2010-08-311-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-38/+25
|\ \ | |/
| * Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-25/+26
| * refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)2010-08-261-24/+13
| * Remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-261-2/+0
* | Fix a horrible bug in SG, where iteration of scene objects is carriedMelanie Thielker2010-08-261-2/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-261-36/+54
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-08-261-26/+38
| |\
| * | Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-45/+66
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-251-0/+36
|\ \ \ | | |/ | |/|
| * | Make scene object directories more robust and prevent deleted SOP's fromMelanie Thielker2010-08-251-17/+29
| |/
| * Split out actual scene object insertion code from Scene.Inventory.RezObject a...Justin Clark-Casey (justincc)2010-08-241-0/+36
* | Change object cleanup again. Make scene object directories more robust andMelanie Thielker2010-08-251-17/+29
* | Fix minimap issues. This addresses mantis #228.meta72010-08-081-21/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-071-1/+6
|\ \ | |/
| * Add new SceneGraphTests class. Add simple TestDuplicateObject()Justin Clark-Casey (justincc)2010-08-071-1/+1
| * minor: a few miscellaneous commentsJustin Clark-Casey (justincc)2010-08-071-0/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-311-5/+0
|\ \ | |/
| * remove unused BasicQuadTreeNodeJustin Clark-Casey (justincc)2010-07-301-5/+0
| * Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-281-1/+1
| * Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-281-1/+1
| * Make drag copy and copy-on-ray handle friends list perms properlyMelanie Thielker2010-06-271-0/+22
* | Allow megaregions to be used in M7, should we so decideMelanie Thielker2010-07-211-22/+25
* | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-281-1/+1
* | Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-281-1/+1
* | Make drag copy and copy-on-ray handle friends list perms properlyMelanie Thielker2010-06-271-0/+22
* | Add new event: OnChangedBackupTom Grimshaw2010-06-251-0/+11
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom Grimshaw2010-06-251-6/+7
|\ \
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-06-251-6/+7
| |\ \ | | |/
| | * stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent ...Justin Clark-Casey (justincc)2010-06-251-6/+7
* | | Add two events: OnAttachToBackup and OnDetachFromBackup.Tom Grimshaw2010-06-251-0/+26
|/ /
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-091-0/+37
|\ \ | |/
| * Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake2010-06-081-0/+37
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-081-3/+7
|\ \ | |/
| * Reduce number of full updates sent on region crossing for attachments/huds to...Justin Clark-Casey (justincc)2010-06-081-3/+7
| * Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker2010-05-311-1/+1