aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Serialiser/SceneXmlLoader.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-289/+0
* * refactor: move saved named prims to xml2 method out into the serialization ...Justin Clarke Casey2008-12-191-3/+26
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-1/+1
* * refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey2008-11-071-1/+1
* Add two more default script engine paramsMelanie Thielker2008-09-301-1/+1
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-8/+7
* Formatting cleanup.Jeff Ames2008-08-181-7/+7
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-9/+55
* * refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey2008-07-181-5/+5
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-131-1/+1
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-121-4/+5
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-4/+10
* Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to...MW2008-07-011-4/+9
* * refactor: fission InnerScene.AddSceneObject()Justin Clarke Casey2008-06-271-1/+1
* * Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey2008-06-271-1/+1
* * refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey2008-06-211-2/+2
* * Remove redundant <scene> tag from individual object xml representationJustin Clarke Casey2008-06-211-7/+19
* * Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey2008-06-211-0/+1
* * Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey2008-06-171-32/+1
* * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey2008-06-171-25/+1
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-2/+2
* * refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey2008-06-121-3/+2
* * refactor: rename CreatePrimFromXml to CreatePrimFromXml2Justin Clarke Casey2008-06-121-3/+10
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-8/+8
* * Hook up archive loading to load in prim xml dataJustin Clarke Casey2008-05-301-17/+34
* * Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey2008-05-301-0/+228