aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/TerrainModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-19Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke1-3/+78
Implements terrain bake from Region/Estate dialog and respects estate settings during terraforming
2008-06-14* Enables maptile display in grid mode for simulators that are not on the ↵Teravus Ovares1-1/+3
same instance. * Only generates a new maptile after a refresh interval * Maptile names have the UnixTimeSinceEpoch that they were generated and the regionUUID they're from, so you can know which ones are no longer necessary. * Updates RegionInfo, so backup your /bin/Region/*.xml files.
2008-05-28* Fixed a slight issue with the LLRAW exporter.Adam Frisby1-1/+2
* Linden uses a neutral height channel of 128.0 on their multiplier. OpenSim was using a neutral of 127.0 - this has been changed to 128.0, this may cause files exported to the .RAW format to look slightly different when loaded back in - it is highly recommended to use the R32 format instead which avoids these sorts of issues. * Made a tweak to the Terrain Plugin loading process.
2008-05-27* Added new InstallPlugin interface to ITerrainModule.Adam Frisby1-10/+21
* This is to allow other region modules to install Terrain Effects.
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified ↵mingchen1-1/+1
permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-1/+1
2008-05-04* Updating some file locations.Adam Frisby1-1/+1
2008-05-03* Cleaned up code in Terrain, Tree and Map modules.Adam Frisby1-4/+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-01* Rolled back a few changes.Adam Frisby1-3/+3
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-3/+3
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-735/+735
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-4/+3
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-0/+737