aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-09-071-15/+27
|\
| * Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)2010-09-071-17/+25
| * Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)2010-09-061-3/+2
| * refactor: move SOG.AttachToAgent() into AttachmentsModuleJustin Clark-Casey (justincc)2010-09-011-71/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-23/+26
|\ \ | |/
| * Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-23/+27
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-261-40/+71
|\ \ | |/
| * replace m_parts.Count linknum with 0 in CopyRootPart since m_parts.Count is a...Justin Clark-Casey (justincc)2010-08-261-1/+1
| * Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-52/+79
| * If setting SOG.UUID, update the SOG.m_parts index as well as the root part UUIDJustin Clark-Casey (justincc)2010-08-251-1/+10
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-3/+3
|\ \ | |/
| * refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-3/+3
* | Note to self: don't break the buildmeta72010-08-101-1/+1
* | Resolve merge failuremeta72010-08-101-4/+23
|\ \
| * | Resolve merge issuesMelanie2010-08-101-22/+46
| * | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-101-29/+24
| |\ \ | | |/
| | * Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari2010-08-101-1/+1
| | * On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)2010-08-101-19/+19
| * | Remove windows line endingeMelanie2010-08-101-104/+104
* | | Add a stack trace to the error output on the recursive read lock warning on m...meta72010-08-101-104/+114
|/ /
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-081-2/+2
|\ \ | |/
| * minor: Remove overly verbose schedule full update log message for attachmentsJustin Clark-Casey (justincc)2010-08-071-2/+2
* | Fix a rather nasty issue where the Backup() process causes objects and avatar...meta72010-08-071-93/+106
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...sacha2010-08-071-0/+1
|\ \
| * | Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...Tom2010-08-071-0/+1
* | | and another endless debug cleaningsacha2010-08-071-3/+3
|/ /
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-061-0/+2
|\ \ | |/
| * add userExposed parameter to part copy eventJustin Clark-Casey (justincc)2010-07-281-0/+1
| * Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...Justin Clark-Casey (justincc)2010-07-261-0/+1
* | Make sure the avatar position gets moved along with a prim it is sitting on. ...Tom2010-08-061-2/+11
* | Eat a lockign exception that kills scripts. May bear more investigationMelanie Thielker2010-07-251-2/+11
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Melanie Thielker2010-07-211-1/+1
|\ \
| * \ Merge branch 'master' into careminster-presence-refactorMelanie2010-07-211-1/+1
| |\ \ | | |/
| | * Allow Megaregions to start properly after an unclean shutdownMelanie2010-07-201-1/+1
| | * Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-281-3/+3
| | * Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-281-16/+2
* | | Refine autoreturn a bitMelanie Thielker2010-07-211-1/+4
|/ /
* | Bail out in AttachToBackup if the group is an attachmentTom Grimshaw2010-07-131-0/+1
* | Undo fix is now complete. This commit repairs the special case of the root pr...Tom Grimshaw2010-07-051-11/+38
* | Fix single prim rotation undo. All UNDO functions are now working correctly ...Tom Grimshaw2010-07-041-1/+1
* | The majority of the Undo fix. There is still an issue with Rotation which i'...Tom Grimshaw2010-07-041-19/+19
* | Fix Undo! Made a lot of changes to Undo state saving; it now considers that ...Tom Grimshaw2010-07-031-11/+28
* | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-281-3/+3
* | Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-281-16/+2
* | Add new event: OnChangedBackupTom Grimshaw2010-06-251-0/+4
* | Add two events: OnAttachToBackup and OnDetachFromBackup.Tom Grimshaw2010-06-251-0/+4
* | Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...Tom Grimshaw2010-06-191-2/+54
* | Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat positio...Melanie Thielker2010-06-141-9/+0
* | Introduce SOP.UpdateSitters() to update sitting avatars' chat position ifMelanie Thielker2010-06-131-0/+9
* | Get rid of spamming SOG debug messageTom Grimshaw2010-06-121-2/+2