aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Serialiser/SceneXmlLoader.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * refactor: Making some of the serialization names consistent, both within ↵Justin Clarke Casey2008-06-211-2/+2
| | | | | | | | their pairings and with the others * This does make some of the names less ideal than others - this should change in the future
* * Remove redundant <scene> tag from individual object xml representationJustin Clarke Casey2008-06-211-7/+19
| | | | | | | | | * WARNING: Until both regions upgrade to this revision, prim crossings from regions on this revision to earlier region revisions will not work properly * e.g. in the attachments cases, the attachments will remain visible but won't be individually detachable * This change may seem to have more costs than benefits, but I'm doing it because I can soon reuse this changed existing code in another context - it seems better not to proliferate similar but slightly different xml serializations.
* * Remove a bug I created in r5171 where taking an object would terminate the ↵Justin Clarke Casey2008-06-211-0/+1
| | | | | | | | client session * change code to use an explicit state variable instead of using SOG.Name = null to signal deletion
* * Refactor: Move the responsibility for applying physics and sending the ↵Justin Clarke Casey2008-06-171-32/+1
| | | | | | | | | | initial client update to Scene.AddSceneObject() from some of the SceneObjectGroup constructors * I think this has been done cleanly from inspection and testing, but if prim creation or load suddenly starts playing up more than usual, please open a mantis * This also has the effect of stopping the archiver generating ghost in-world prims * Some code dupliction also removed
* * refactor: Remove largely duplicate code from ↵Justin Clarke Casey2008-06-171-25/+1
| | | | SceneXmlLoader.CreatePrimFromXml2()
* Update svn properties, clean up formatting, refactor out duplicate ↵Jeff Ames2008-06-131-2/+2
| | | | hard-coded port numbers.
* * refactor: For new objects, move attach to backup to occur when adding to a ↵Justin Clarke Casey2008-06-121-3/+2
| | | | | | | | | scene, rather than on creation of the group * Adding to a scene is now parameterized such that one can choose not to actually persist that group * This is to support a use case where a module wants a scene which consists of both objects which are persisted, and ones which are just temporary for the lifetime of that server instance
* * 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
| | | | | | * This now has equivalent functionality to load-xml2 - no asset data is restored yet
* * Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey2008-05-301-0/+228