aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/FileLoaders/BMP.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Terrain Module code has been reformatted to comply with guidelines.Adam Frisby2008-04-211-4/+4
| | | | | * Fixed a variety of code quality issues. (Yes, I've found ReSharper.)
* * Added some comments to terrain module.Adam Frisby2008-04-131-0/+15
| | | | | * Fixed a range issue in the GenericSystemDrawing saving mechanism.
* Update svn properties.Jeff Ames2008-04-061-47/+47
|
* * Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby2008-04-061-0/+47
* Added MapImageModule for handling world-map * Added new DefaultTerrainGenerator.cs * Added BMP loader * Added GIF loader * Added PNG loader * Added TIFF loader