aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneXmlLoader.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-14* refactor: move SceneXmlLoader into subpackageJustin Clarke Casey1-290/+0
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-2/+2
2009-05-08* break out 'xml2' deserialization from sogJustin Clarke Casey1-3/+3
2009-05-08* refactor: break out sog original xml serialization to a separate classJustin Clarke Casey1-1/+1
2009-05-08* minor: rename xml sog serialization method for readabilityJustin Clarke Casey1-1/+1
2009-05-08* refactor: Break out original xml object serialization into a separate classJustin Clarke Casey1-1/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2008-12-19* refactor: move saved named prims to xml2 method out into the serialization ...Justin Clarke Casey1-3/+26
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-1/+1
2008-11-07* refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey1-1/+1
2008-09-30Add two more default script engine paramsMelanie Thielker1-1/+1
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-8/+7
2008-08-18Formatting cleanup.Jeff Ames1-7/+7
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-9/+55
2008-07-18* refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey1-5/+5
2008-07-13* Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey1-1/+1
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey1-4/+5
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey1-4/+10
2008-07-01Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to...MW1-4/+9
2008-06-27* refactor: fission InnerScene.AddSceneObject()Justin Clarke Casey1-1/+1
2008-06-27* Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey1-1/+1
2008-06-21* refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey1-2/+2
2008-06-21* Remove redundant <scene> tag from individual object xml representationJustin Clarke Casey1-7/+19
2008-06-21* Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey1-0/+1
2008-06-17* Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey1-32/+1
2008-06-17* refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey1-25/+1
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-2/+2
2008-06-12* refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey1-3/+2
2008-06-12* refactor: rename CreatePrimFromXml to CreatePrimFromXml2Justin Clarke Casey1-3/+10
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-8/+8
2008-05-30* Hook up archive loading to load in prim xml dataJustin Clarke Casey1-17/+34
2008-05-30* Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey1-34/+24
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey1-2/+2
2008-05-24* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...Justin Clarke Casey1-2/+3
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-01* Rolled back a few changes.Adam Frisby1-4/+6
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-6/+4
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-4/+4
2008-04-23From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey1-5/+15
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-0/+4
2008-02-20* Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa711-2/+3
2008-02-12* Physical prim cross borders and continue from where the left off on the oth...Teravus Ovares1-0/+4
2008-02-11* um, Prim crossings? Experimental.Teravus Ovares1-0/+27
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-2/+2
2007-12-27* Optimized usingslbsa711-13/+12
2007-12-17Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke1-2/+8
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-05From Gary Chernega (IBM)Sean Dague1-3/+6