aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-20Mantis #2439Melanie Thielker1-1/+3
2008-10-19A small attempt to make persisting prims more reliableMelanie Thielker1-1/+1
2008-10-18Prevent a null root part from stopping objects from being persisted, alsoMelanie Thielker1-0/+7
2008-10-18Guard against a null ref that can prevent objects from being persistedMelanie Thielker1-1/+2
2008-10-18Fix thingd so that autoreturn also works when the user is not in the sim.Melanie Thielker1-1/+1
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-32/+40
2008-10-14* minor: Make it clear that non-scheduled updates can happen outside of the p...Justin Clarke Casey1-3/+0
2008-10-14* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey1-3/+3
2008-10-11- Patching a symptom of the failed WP start. We really need to find the reasonHomer Horwitz1-1/+8
2008-10-06Fix a nullrefMelanie Thielker1-1/+1
2008-10-06Fix a privilege escalation with linked setsMelanie Thielker1-3/+6
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-10-04Tiny performance tweakMelanie Thielker1-2/+1
2008-10-04Avoid a gratuitious KillObject storm on region crossingMelanie Thielker1-2/+5
2008-10-04Add "Drop" functionality to pie menuMelanie Thielker1-6/+6
2008-10-03Fix: Mantis#2326: Fix: privilege escalation through attach from groundMelanie Thielker1-13/+21
2008-10-03Cause objects to be removed from the database when they go temp or getMelanie Thielker1-1/+12
2008-10-03Implement temp-on-rez objecte really being temporaryMelanie Thielker1-2/+5
2008-10-03Prevent attachments to be persisted in the destination region when theMelanie Thielker1-4/+4
2008-10-03Attempt to prevent attached prims from being persisted. Attachments withMelanie Thielker1-1/+1
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
2008-09-21Fix another reason for #2218Homer Horwitz1-3/+8
2008-09-21Don't attach attachements to child agents. This coincidentially fixes a raceHomer Horwitz1-0/+3
2008-09-18Kan-Ed fix series.Melanie Thielker1-0/+8
2008-09-17Kan-Ed fix series. Fix llTakeControls to behave as documented.Melanie Thielker1-1/+1
2008-09-16* minor: oops, remove a warning I just inserted myself - naughty boyJustin Clarke Casey1-1/+1
2008-09-16* If an individual scene object throws an exception while storing, deal with ...Justin Clarke Casey1-22/+33
2008-09-12* Move the ResetChildPrimPhysics() calls to after physics have been applied t...Justin Clarke Casey1-5/+5
2008-09-12* minor: various doc and tidy up, logging increase to make it clearer which p...Justin Clarke Casey1-5/+13
2008-09-09Preserve link numbers when items are taken into inventory and re-rezzed.Melanie Thielker1-1/+6
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-0/+4
2008-09-07* Fixes linking using the new types.Teravus Ovares1-1/+1
2008-09-06* Addresses the same issue as last commit on SceneObjectGroup border crossingsTeravus Ovares1-0/+8
2008-09-06* Fixes a few type changes that caused the XML Format to break.Teravus Ovares1-0/+6
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-179/+140
2008-09-06* refactor: Make SOG itself responsible for checking whether it's already bee...Justin Clarke Casey1-0/+7
2008-09-06* minor: change hard tabs back to spaces in previous commitJustin Clarke Casey1-2/+2
2008-09-06* Fix mantis 2130 - nre occuring sometimes when the regular prim update sweep...Justin Clarke Casey1-17/+5
2008-09-03Mantis #2111Melanie Thielker1-2/+17
2008-08-18Formatting cleanup.Jeff Ames1-39/+39
2008-08-04Fix one more instance of a bad bit value for the collision eventMelanie Thielker1-1/+1
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa711-25/+25
2008-07-26Modified ResetChildPrimPhysicsPositions() to allow archiving and physics to c...Dahlia Trimble1-2/+2
2008-07-26reinstated ResetChildPrimPhysicsPositions() as some prims had bad/missing pro...Dahlia Trimble1-6/+8
2008-07-25* Stop the HasGroupChanged flag being reverted for newly restored prims which...Justin Clarke Casey1-17/+18
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-1/+1
2008-07-25From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+1
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-28/+30
2008-07-20Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker1-36/+36