aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed a slight issue with the LLRAW exporter.Adam Frisby2008-05-282-3/+4
| | | | | | * 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.
* Formatting cleanup.Jeff Ames2008-05-281-1/+1
|
* * Added new InstallPlugin interface to ITerrainModule.Adam Frisby2008-05-272-10/+22
| | | | | * This is to allow other region modules to install Terrain Effects.
* * Patch from jhurliman - Implements a binary search in the LLRAW exporter ↵Adam Frisby2008-05-261-26/+44
| | | | which dramatically speeds up exports.
* Add copyright notices.Jeff Ames2008-05-202-4/+58
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* Formatting cleanup.Jeff Ames2008-05-166-17/+17
|
* * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for ↵Adam Frisby2008-05-131-2/+2
| | | | fixing a really dumb bug.
* * Minor tweak to TerrainChannelAdam Frisby2008-05-091-6/+7
| | | | | * Minor tweak to Permissions/PermissionsModule.cs
* *Added all the permission checks to the sceneexternalchecks and modified ↵mingchen2008-05-081-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
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-1/+1
|
* * Updating some file locations.Adam Frisby2008-05-041-1/+1
|
* * Cleaned up code in Terrain, Tree and Map modules.Adam Frisby2008-05-0325-280/+100
| | | | | | | * 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.
* * Rolled back a few changes.Adam Frisby2008-05-018-12/+13
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-018-13/+12
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-0137-4119/+4119
|
* * Adding unit test support to Environment for modules.Adam Frisby2008-05-011-0/+59
| | | | | * Written some unit tests for Terrain Module as an example.
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-301-33/+0
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-304-7/+3
|
* * Commiting a bunch of missed files.Adam Frisby2008-04-3036-0/+4134