aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Serialiser/SerialiserModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ↵mingchen1-2/+2
HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information. *This is useful for implementing a protection system from unwanted script execution or for application modules needing to know what a command does.
2008-07-18* refactor: break out sog loading code into two parts so that ↵Justin Clarke Casey1-2/+2
post-deserialization changes can be carried out before adding it to a scene
2008-07-07* Start scripts loaded from an archiveJustin Clarke Casey1-2/+2
2008-07-01Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵MW1-0/+5
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
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-2/+4
2008-06-21* refactor: Making some of the serialization names consistent, both within ↵Justin Clarke Casey1-4/+4
their pairings and with the others * This does make some of the names less ideal than others - this should change in the future
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-9/+9
2008-05-30* Hook up archive loading to load in prim xml dataJustin Clarke Casey1-0/+5
* This now has equivalent functionality to load-xml2 - no asset data is restored yet
2008-05-30* Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey1-2/+33
2008-05-04* Updating some file locations.Adam Frisby1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-7/+7
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-7/+7
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-1/+0
with namespaces.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-168/+168
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-0/+169