aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-13Just adding a comment to SendFullUpdatToClientDan Lake1-0/+2
2011-11-11Remove SceneViewer from ScenePresence to reduce quadruple queueing ofDan Lake1-24/+0
2011-11-10Cleaned UpdatePermissions calls on SOP and SOG to eliminate redundant propert...Dan Lake1-1/+6
2011-11-10When updating SOG, a physics taint should not override a full update with a t...Dan Lake1-10/+15
2011-11-09minor: Correct misleading method doc on SOG.UpdateRootRotation()Justin Clark-Casey (justincc)1-1/+1
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-11-05Don't rotate child prims, if only the root prim is rotated.nebadon1-2/+2
2011-11-05Replacing te linking code with the code from Avination. Link sets prims are nowMelanie1-35/+11
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-3/+3
2011-10-29Remove completely unused SOG.Rotation parameterJustin Clark-Casey (justincc)1-8/+0
2011-10-28set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)1-5/+0
2011-10-28Add missing doc to rotation/position methods in SOGJustin Clark-Casey (justincc)1-5/+5
2011-10-15remove now redundant m_physical_prim flag from SOP.ApplyPhysics()Justin Clark-Casey (justincc)1-2/+2
2011-10-01Remove unimplementated UpdateMovement() methods from SOG, SOP.Justin Clark-Casey (justincc)1-7/+0
2011-09-25Fix for rezzing and derezzing HUDs (see Mantis #5406). From now on updates ar...Snoopy Pfeffer1-1/+5
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-1/+1
2011-09-15refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)1-12/+8
2011-09-02Go back to resetting the State parameter for all parts of a SOG when SOG.Clea...Justin Clark-Casey (justincc)1-0/+6
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-124/+70
2011-08-30add Name property to ISceneEntityJustin Clark-Casey (justincc)1-2/+5
2011-08-27Eliminate duplicate AttachmentPoint properties by always using the one stored...Justin Clark-Casey (justincc)1-18/+18
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-25/+19
2011-08-26refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatarJustin Clark-Casey (justincc)1-2/+10
2011-08-26refactor: move SOG.DetachToGround() to AttachmentsModule.DetachSceneObjectToG...Justin Clark-Casey (justincc)1-40/+6
2011-08-26refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingl...Justin Clark-Casey (justincc)1-28/+4
2011-08-24refactor: simplify EntityBase.IsDeleted propertyJustin Clark-Casey (justincc)1-3/+3
2011-08-24add SOG helper properties IsPhantom, IsTemporary, etc. to improve code readab...Justin Clark-Casey (justincc)1-20/+46
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+1
2011-08-05Add regression test for setting phantom status on a scene object. This is no...Justin Clark-Casey (justincc)1-9/+13
2011-08-03refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)1-1/+1
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)1-1/+1
2011-08-02Partially fix autopilot/go hereJustin Clark-Casey (justincc)1-10/+1
2011-07-19Fix undo when changing just the root prim's position in a linkset.Justin Clark-Casey (justincc)1-4/+6
2011-07-19refactor: rename UpdatePrimPosition() to UpdatePrimGroupPosition() for consis...Justin Clark-Casey (justincc)1-2/+2
2011-07-19comment out all kinds of debugging guffJustin Clark-Casey (justincc)1-15/+15
2011-07-19Fix undo for rotation of the root prim in a linkset on its own.Justin Clark-Casey (justincc)1-6/+11
2011-07-19Fix undo of rotation of single prims in a linksetJustin Clark-Casey (justincc)1-3/+5
2011-07-19Fix undo of prim group rotation.Justin Clark-Casey (justincc)1-6/+13
2011-07-19fix undo when resizing of non-root individual prims in a linksetJustin Clark-Casey (justincc)1-3/+5
2011-07-19Fix undo for resizing linksetsJustin Clark-Casey (justincc)1-8/+15
2011-07-18Make various tweaks to undo code in an effort to get things working better.Justin Clark-Casey (justincc)1-13/+45
2011-07-16Replace ifs in SOG.GroupResize() with Math.Min()Justin Clark-Casey (justincc)1-13/+7
2011-07-16remove now unncessary parts of SceneObjectGroup.Resize()Justin Clark-Casey (justincc)1-21/+5
2011-07-16refactor: Push all part resize code down into SceneObjectPart.Resize()Justin Clark-Casey (justincc)1-50/+0
2011-07-16refactor: make SceneObjectGroup.GroupScale() a property rather than a mehodJustin Clark-Casey (justincc)1-29/+32
2011-07-16eliminate unused and redundant SceneObjectGroup.AssetReceived()Justin Clark-Casey (justincc)1-17/+0
2011-07-16fix build break from last commitJustin Clark-Casey (justincc)1-1/+1
2011-07-16remove the need to supply SceneObjectGroup.GroupResize() with a localId.Justin Clark-Casey (justincc)1-130/+131