aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/FileLoaders/GIF.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.)
* 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