aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/FileLoaders (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1569. Thank you kindly, Nebadon for a patch thatCharles Krinke2008-06-231-2/+2
| | | | | | | addresses: Rotation of terrains varies between all the formats, Raw and R32 seem to be the same, while PNG, JPG, BMP all seem to be rotated 180 degrees different.
* * Fixed a slight issue with the LLRAW exporter.Adam Frisby2008-05-281-2/+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.
* Formatting cleanup.Jeff Ames2008-05-281-1/+1
|
* * Patch from jhurliman - Implements a binary search in the LLRAW exporter ↵Adam Frisby2008-05-261-26/+44
| | | | which dramatically speeds up exports.
* Formatting cleanup.Jeff Ames2008-05-162-5/+5
|
* * Cleaned up code in Terrain, Tree and Map modules.Adam Frisby2008-05-035-30/+38
| | | | | | | * 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-012-5/+5
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-012-5/+5
| | | | | | | * 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-019-888/+888
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-303-3/+0
|
* * Commiting a bunch of missed files.Adam Frisby2008-04-309-0/+900