aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/TerrainChannel.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). ↵MW1-0/+75
useful for places that the terrain map is needed in a serialised form. Also could add console commands to save and load from files, which should be faster than .raw files (these load/save commands are not included/implemented) Add util functions to compress and uncompress strings. Fixed a couple of modules so they use SceneCommunicationService rather than directly call functions on the CommsManager.
2008-05-09* Minor tweak to TerrainChannelAdam Frisby1-6/+7
* Minor tweak to Permissions/PermissionsModule.cs
2008-05-03* Cleaned up code in Terrain, Tree and Map modules.Adam Frisby1-5/+2
* Fixed a bug with Terragen loader where it would do bad things on a non 256x256 sized terrain. Now loads the array correctly. * Moved MapImageModule.cs to Modules/World/WorldMap * Changed Location.RegionHandle to use Helpers.GetUlong instead of doing it ourselves.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-156/+156
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-0/+157