aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ExportSerialiser/SerialiseObjects.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Written a improved self-contained version of the XML Object Serialiser for ↵Adam Frisby2008-04-211-1/+47
| | | | | | | | the ExportSerialisationModule. * This now outputs properly indented XML, that is sorted before construction. This produces a file which proper .diffs can be generated from - the end result being smaller more compact revisions when saving to SVN. * Files are a little heavy still however, compression looks like a good method for packing sim-states for transport outside of SVN. Zip seems to be a good candidate and is on the TODO.
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-1/+28
|
* Update svn properties.Jeff Ames2008-04-151-20/+20
|
* * Added support for serialising objects to ExportSerialisationModule via ↵Adam Frisby2008-04-151-0/+20
SerialiseObjects.cs * Cleaned up using tags on SerialiseTerrain.cs * Minor tweaks to ExportSerialisationModule.cs