aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-111-1/+10
|\ \ | |/
| * minor: add method doc to make it clear that click action is fired when the cl...Justin Clark-Casey (justincc)2011-06-101-1/+10
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-221-9/+58
|\ \ | |/
| * refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...Justin Clark-Casey (justincc)2011-05-211-8/+9
| * implement Scene.GetSceneObjectGroup(string name) to match the equivalent GetS...Justin Clark-Casey (justincc)2011-05-201-1/+30
| * implement Scene.GetSceneObjectGroup(UUID fullID) using existing indexJustin Clark-Casey (justincc)2011-05-201-0/+16
| * add test for rezzing an object from a prim itemJustin Clark-Casey (justincc)2011-05-201-0/+3
| * Implement agent limitsMelanie2011-04-211-0/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-0/+2
|\ \ | |/
| * Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2011-04-131-0/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-081-1/+1
|\ \ | |/
| * Fix bug where on duplication, the root part local id was continually used in ...Justin Clark-Casey (justincc)2011-04-061-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-271-39/+86
|\ \ | |/
| * When an object is duplicated, add it to the full/local id SOG indexes as well...Justin Clark-Casey (justincc)2011-03-261-1/+29
| * Make SceneGraph.ForEachSOG() execute once for each SOG, not once for each pri...Justin Clark-Casey (justincc)2011-03-261-5/+25
| * refactor: rename SOG collections in SceneGraph to make it clearer that they a...Justin Clark-Casey (justincc)2011-03-261-30/+30
| * Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)2011-03-221-6/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-271-1/+2
|\ \ | |/
| * Fix bug where avatars in other regions would not always show up on the mini-mapJustin Clark-Casey (justincc)2011-02-241-1/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-271-2/+2
|\ \ | |/
| * Remove the RestorePresences functions (which don't seem to be doingMic Bowman2011-01-261-2/+2
| * reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)2010-12-141-7/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-2/+21
|\ \ | |/
| * fix the minimap sitting avatar location bugJustin Clark-Casey (justincc)2010-12-101-1/+1
| * Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-5/+12
* | When linking something, immediately persist the linked set.Melanie2010-12-031-0/+1
* | Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-5/+12
* | Fix child prims returning after being unlinked and deleted where the root isMelanie2010-11-041-0/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-271-1/+4
|\ \ | |/
| * Prevent nullrefs in scene object deletion. Mantis #5156Melanie2010-10-271-1/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-031-2/+1
|\ \ | |/
| * I really have to say it again and again: e.Message is NOT enough data forMelanie2010-10-031-2/+1
| * Prevent setting arbitrary groups on your objects.Melanie2010-09-271-0/+3
* | Enforce region agent limit as set in estate toolsMelanie2010-09-301-0/+5
* | 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
|\ \ | |/