aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/FileLoaders (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties.Jeff Ames2008-04-065-315/+315
|
* * Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby2008-04-065-0/+315
| | | | | | | | | | * Added MapImageModule for handling world-map * Added new DefaultTerrainGenerator.cs * Added BMP loader * Added GIF loader * Added PNG loader * Added TIFF loader
* * Various terrain engine fixesAdam Frisby2008-04-061-9/+42
| | | | | | * Includes patch #894 fixes for terrain load-tile * Large number of other terrain fixes and new commands included.
* **Big ass update warning**Adam Frisby2008-03-304-0/+67
| | | | | | | | * Renamed plugin console message, to send a message to a plugin, use either "plugin <message>", or any unrecognised message will be sent ("plugin" sends explicitly) This replaces the old "script <message>". * Terrain commands - "terrain <command>" now works again. "Script terrain <command>" does not. Many of the commands have now been reimplemented, eg load-tile. However some have new syntax. * New console command handler, you can now use things like "terrain help" or "terrain save help". See TerrainModule.cs for an example of how to use the new "Commander" class. * Commander class - advanced processing of console input and also enables a script API to be generated from registered console commands.
* Fix a few compiler warnings.Jeff Ames2008-03-251-2/+0
|
* Formatting cleanup.Jeff Ames2008-03-184-104/+104
|
* * Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc.Adam Frisby2008-03-081-2/+1
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-044-5/+5
|
* Updated svn properties.Jeff Ames2008-03-032-210/+210
|
* Fixed typo.Jeff Ames2008-03-031-2/+2
|
* * Oops, fixed.Adam Frisby2008-03-031-3/+3
|
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-034-11/+286
| | | | | | | | | | * Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
* Update svn properties.Jeff Ames2008-02-272-132/+132
|
* * Committing file loaders - forgot yesterday.Adam Frisby2008-02-272-0/+132