aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-26Fix linking link sets to rotated prims.Melanie1-3/+4
2010-12-15Make sure the material is set on physical primsMelanie1-0/+1
2010-12-03Only force prim persistence before delete if the prim is the result of an unp...Justin Clark-Casey (justincc)1-2/+13
2010-11-24Prevent an overlength button label from producing a debug dump and abortingMelanie1-1/+1
2010-11-22Let CHANGED_SCALE also trigger when editing prims and linksets with the viewe...Marck1-0/+2
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-2/+4
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-2/+4
2010-11-08Prevent temp-on-rez prims from being persistedMelanie1-0/+3
2010-11-04Fix creation of a duplicate physics actor on chained drag-copy operations,Melanie1-17/+0
2010-10-08Make SendKillObject send multiple localIDs in one packet. This avoids theMelanie1-5/+1
2010-10-07Fix autoreturn to not return zero objectsMelanie1-6/+2
2010-10-07Implement taking of coalesced objects.Melanie1-5/+2
2010-10-06Plumb the path for multiple object deletesMelanie1-2/+6
2010-10-06Plumb the path for multiple object deletesMelanie1-2/+6
2010-09-30Fix a potential key collisionMelanie1-1/+1
2010-09-25Add UUID to physics prim name parameter so that diagnostic messages can be ma...Justin Clark-Casey (justincc)1-1/+1
2010-09-21If the uuid of a SceneObjectGroup (RootPart) is changed before adding to the ...Justin Clark-Casey (justincc)1-2/+6
2010-09-19Fix a merge artefact that broke script state persistence in XAttachmentsMelanie1-1/+1
2010-09-17Remove the now unused partslockroot1-1/+0
2010-09-16Fixed a regression in SOG.Copy()John Hurliman1-1/+1
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-818/+591
2010-09-16Removing debugroot1-1/+0
2010-09-16JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root1-0/+1
2010-09-16Removing debugroot1-1/+0
2010-09-16JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root1-0/+1
2010-09-16Some small bug fixesroot1-0/+1
2010-09-15rename SceneObjectGroup.DeleteGroup() to DeleteGroupFromScene() to improve co...Justin Clark-Casey (justincc)1-1/+1
2010-09-15Instead of locking SOG.Children when a group is being removed from the scene,...Justin Clark-Casey (justincc)1-15/+17
2010-09-14Adjust the code for ghost prim removal to new information from KittoMelanie Thielker1-3/+7
2010-09-14Fix a small left over buglet and also add checking of the physics actorMelanie Thielker1-0/+10
2010-09-14Comment out SOG storing debug log messageJustin Clark-Casey (justincc)1-3/+3
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-1/+1
2010-09-12Formatting cleanup.Jeff Ames1-9/+9
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1/+1
2010-09-10Second pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-9/+2
2010-09-07Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)1-17/+25
2010-09-07Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)1-17/+25
2010-09-06Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)1-3/+2
2010-09-01refactor: move SOG.AttachToAgent() into AttachmentsModuleJustin Clark-Casey (justincc)1-71/+0
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-23/+27
2010-08-26replace m_parts.Count linknum with 0 in CopyRootPart since m_parts.Count is a...Justin Clark-Casey (justincc)1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-52/+79
2010-08-25If setting SOG.UUID, update the SOG.m_parts index as well as the root part UUIDJustin Clark-Casey (justincc)1-1/+10
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-3/+3
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari1-1/+1
2010-08-10On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)1-19/+19
2010-08-10Note to self: don't break the buildmeta71-1/+1
2010-08-10Resolve merge issuesMelanie1-22/+46
2010-08-10Remove windows line endingeMelanie1-104/+104
2010-08-10Add a stack trace to the error output on the recursive read lock warning on m...meta71-104/+114