aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Serialiser/IRegionSerialiser.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-1/+2
|
* Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵MW2008-07-011-0/+7
| | | | to save a single primitive or small group of them. This command will save all prims in the current scene that name matches the "PrimName" parameter. The saved file is in standard xml2 format, so can be loaded using load-xml2
* * refactor: Making some of the serialization names consistent, both within ↵Justin Clarke Casey2008-06-211-2/+29
| | | | | | | | their pairings and with the others * This does make some of the names less ideal than others - this should change in the future
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-9/+9
|
* * Hook up archive loading to load in prim xml dataJustin Clarke Casey2008-05-301-1/+14
| | | | | | * 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-2/+15
|
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-1/+1
| | | | with namespaces.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-36/+36
|
* * Commiting a bunch of missed files.Adam Frisby2008-04-301-0/+37