aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-07and another endless debug cleaningsacha1-3/+3
2010-08-07Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...Tom1-0/+1
2010-08-06Make sure the avatar position gets moved along with a prim it is sitting on. ...Tom1-2/+11
2010-07-28add userExposed parameter to part copy eventJustin Clark-Casey (justincc)1-0/+1
2010-07-26Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...Justin Clark-Casey (justincc)1-0/+1
2010-07-26Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...Justin Clark-Casey (justincc)1-0/+1
2010-07-25Eat a lockign exception that kills scripts. May bear more investigationMelanie Thielker1-2/+11
2010-07-21Refine autoreturn a bitMelanie Thielker1-1/+4
2010-07-20Allow Megaregions to start properly after an unclean shutdownMelanie1-1/+1
2010-07-13Bail out in AttachToBackup if the group is an attachmentTom Grimshaw1-0/+1
2010-07-05Undo fix is now complete. This commit repairs the special case of the root pr...Tom Grimshaw1-11/+38
2010-07-04Fix single prim rotation undo. All UNDO functions are now working correctly ...Tom Grimshaw1-1/+1
2010-07-04The majority of the Undo fix. There is still an issue with Rotation which i'...Tom Grimshaw1-19/+19
2010-07-03Fix Undo! Made a lot of changes to Undo state saving; it now considers that ...Tom Grimshaw1-11/+28
2010-06-28Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker1-3/+3
2010-06-28Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker1-16/+2
2010-06-28Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker1-3/+3
2010-06-28Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker1-16/+2
2010-06-25Add new event: OnChangedBackupTom Grimshaw1-0/+4
2010-06-25Add two events: OnAttachToBackup and OnDetachFromBackup.Tom Grimshaw1-0/+4
2010-06-19Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...Tom Grimshaw1-2/+54
2010-06-14Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat positio...Melanie Thielker1-9/+0
2010-06-13Introduce SOP.UpdateSitters() to update sitting avatars' chat position ifMelanie Thielker1-0/+9
2010-06-12Get rid of spamming SOG debug messageTom Grimshaw1-2/+2
2010-06-09Bug fix on attachments: attach->drop->attach works now.Diva Canto1-0/+1
2010-06-08Reduce number of full updates sent on region crossing for attachments/huds to...Justin Clark-Casey (justincc)1-1/+2
2010-06-01Fix prim returns I broke earlierMelanie Thielker1-1/+1
2010-06-01Fix prim returns I broke earlierMelanie Thielker1-1/+1
2010-06-01Split GetAxisAlignedBoundingBox into two methods to allow calculation ofMelanie Thielker1-3/+20
2010-06-01Split GetAxisAlignedBoundingBox into two methods to allow calculation ofMelanie Thielker1-2/+19
2010-05-31Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker1-1/+1
2010-05-31Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker1-1/+1
2010-05-29Implement suspended updates - When an operation is occurring on lots of prims...Tom Grimshaw1-0/+17
2010-05-21* Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman1-100/+1
2010-05-12Kill some locks that have crept into SOGTom Grimshaw1-2/+12
2010-05-10Fix overlooked readLock which was left openTom Grimshaw1-1/+2
2010-05-03Adapt CM to the new CHANGED_OWNER handlingMelanie Thielker1-0/+8
2010-04-25Make scripted attachment states work. Finally. Also replace two monitor locksMelanie Thielker1-1/+6
2010-04-23Remove debug output, the culprit has been identifiedMelanie Thielker1-1/+0
2010-04-23Fix a nullref in attachment handling. Add some debug to find the attachmentMelanie Thielker1-0/+1
2010-04-05Fix up my own shoddy code! Fixes prim rez break. Whups!Thomas Grimshaw1-22/+26
2010-04-05This commit adds some randomness to object persistence. It's a Work In Progre...Thomas Grimshaw1-4/+42
2010-04-05Fix some overlooked merge conflicts that got committedMelanie1-10/+0
2010-03-30Rename Meta7Windlight to LightShareMelanie1-6/+5
2010-03-17Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake1-7/+5
2010-03-14RotLookAt repaired; debug msg cleanup.Kitto Flora1-2/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-3/+3
2010-03-09Fix bug where approximately half the time, attachments would rez only their r...Justin Clark-Casey (justincc)1-7/+28
2010-03-03compiler warnings revealed that public PlaySoundSlavePrims properties were ch...Justin Clark-Casey (justincc)1-2/+2
2010-03-03refactor: push sog.SendPartFullUpdate() down into sop where it better belongsJustin Clark-Casey (justincc)1-33/+4