aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames1-12/+12
2009-09-25* Does a full battery of tests to ensure that the object isn't an attachment ...Teravus Ovares (Dan Olivares)1-1/+6
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-82/+28
2009-09-02* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...Teravus Ovares (Dan Olivares)1-3/+3
2009-09-02Thank you, dslake, for a set of patches to improve OpenSim startupMelanie1-4/+3
2009-08-31* Fix attachment cross issues with new borders.Teravus Ovares (Dan Olivares)1-0/+18
2009-08-20* Switch border cross tests over to the new Border class.Teravus Ovares (Dan Olivares)1-1/+3
2009-08-16Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto1-0/+1
2009-08-16Misc cleanup.Jeff Ames1-38/+13
2009-08-15Changed FromAssetID to FromItemIDDiva Canto1-9/+9
2009-08-06Added ToXml2() to ISceneObject, so that components other than regions can use...Diva Canto1-0/+6
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie1-0/+11
2009-07-24* minor ccclbsa711-1/+7
2009-07-17* patch from joncTeravus Ovares1-2/+2
2009-07-17fixed the bug where changing the rotation of a selection of prims in a linkse...MW1-3/+67
2009-07-15Bounding Box/find rez from inventory point code now seems to be working corre...MW1-5/+18
2009-07-15Yet more work on fixing the boundingbox code.MW1-11/+21
2009-07-15More fixing of the boundingbox code.MW1-8/+9
2009-07-15A attemp to fix the boundingBox code that I committed the other day.MW1-25/+174
2009-07-15A stab at implementing llSetDamage. Not persistent.Melanie Thielker1-0/+6
2009-07-13A commit to retrigger pandaMW1-1/+0
2009-07-13Changed it so that when rezzing prims from inventory, a bounding box containi...MW1-0/+53
2009-07-02Thank you kindly, AnakinLohner, for a patch that addresses:Charles Krinke1-0/+18
2009-07-02make methods surounding backup virtual so they could be override for server s...Sean Dague1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-29some clean up of sculpt map caching codeDahlia Trimble1-1/+2
2009-05-29reinstate a hopefully more robust experimental decoded sculpt map caching schemeDahlia Trimble1-7/+11
2009-05-29disable sculpt map caching until a better method of avoiding asset requests c...Dahlia Trimble1-4/+4
2009-05-29Experimental decoded sculpt map cachingDahlia Trimble1-2/+6
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-2/+12
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey1-27/+0
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-13/+0
2009-05-08* break out 'xml2' deserialization from sogJustin Clarke Casey1-72/+0
2009-05-08* refactor: break out sog original xml serialization to a separate classJustin Clarke Casey1-49/+1
2009-05-08* refactor: Break out original xml object serialization into a separate classJustin Clarke Casey1-92/+1
2009-05-05Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets)Homer Horwitz1-2/+3
2009-04-29Again, completely revamp the unlink code to finally allow unlinking Melanie Thielker1-45/+50
2009-04-23From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-68/+68
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-67/+143
2009-04-22Thank you kindly, Marcus Llewellyn, for a patch that:Charles Krinke1-4/+24
2009-04-14Formatting cleanup.Jeff Ames1-1/+1
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-0/+100
2009-03-27* refactor: call some EventManager triggers directly rather than through sceneJustin Clarke Casey1-2/+8
2009-03-21Move a check for null PhysActor in applyImpulse so that attachments can move ...idb1-9/+9
2009-03-07Correct casts so that the target id in the at_target event matches the origin...idb1-8/+5
2009-03-06Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+31
2009-03-05* Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey1-1/+0
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-2/+2
2009-02-25* Experimental softening of SOG waiting for update on link - changing from ab...lbsa711-3/+3
2009-02-23* Performance Changes:Adam Frisby1-2/+2