aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ExportSerialiser (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-21* Various refactorings.Adam Frisby1-13/+35
2008-04-21* Formatted ExportSerialiserModule and SvnBackupModuleAdam Frisby5-69/+79
* Added a form of GZip compression support to object.xml files produced by exportserialiser. Will look towards standard GZip support. File compression seems to be highly worthwhile reducing a 1.5mb sim state to 62kb.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby5-16/+13
(this took a while to run).
2008-04-21* Written a improved self-contained version of the XML Object Serialiser for ↵Adam Frisby1-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.
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames5-12/+146
2008-04-17* Missed a file while committing.Adam Frisby1-0/+8
2008-04-17* Committing first version of SVN Backup ModuleAdam Frisby1-6/+5
This is a module which allows you to periodically export a serialised version of your region to a SVN repository and store it there. It is still a work in progress and is currently disabled and incomplete, but some of the functionality is demonstratable. * Enjoy.
2008-04-15Update svn properties.Jeff Ames4-201/+201
2008-04-15* Added support for serialising objects to ExportSerialisationModule via ↵Adam Frisby3-10/+23
SerialiseObjects.cs * Cleaned up using tags on SerialiseTerrain.cs * Minor tweaks to ExportSerialisationModule.cs
2008-04-15* Committing shell of a whole-region serialiser. This is not complete and ↵Adam Frisby3-0/+188
will be worked on more over the next few days. Undocumented/trusted. Use at own risk, etc etc.