Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Refactored Environment/Modules directory - modules now reside in their own ↵ | Adam Frisby | 2008-04-30 | 1 | -36/+0 |
| | | | | | | | | directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file. | ||||
* | * Formatted ExportSerialiserModule and SvnBackupModule | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
| | | | | | * 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. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -4/+0 |
| | | | | (this took a while to run). | ||||
* | Update svn properties. Add copyright info to some source files. | Jeff Ames | 2008-04-17 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-04-15 | 1 | -13/+13 |
| | |||||
* | * Committing shell of a whole-region serialiser. This is not complete and ↵ | Adam Frisby | 2008-04-15 | 1 | -0/+13 |
will be worked on more over the next few days. Undocumented/trusted. Use at own risk, etc etc. |