Commit Graph

11 Commits

Author SHA1 Message Date
Adam Frisby
fadd19f314 **Big ass update warning**
* 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.
2008-03-30 09:03:38 +00:00
Jeff Ames
a7556af7de Fix a few compiler warnings. 2008-03-25 03:37:48 +00:00
Jeff Ames
47180080f0 Formatting cleanup. 2008-03-18 05:16:43 +00:00
Adam Frisby
f88324d6cd * Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc. 2008-03-08 23:21:35 +00:00
Jeff Ames
cd6f4a57e7 Added copyright heaaders. Minor cleanup. 2008-03-04 04:11:37 +00:00
Jeff Ames
d50eb9d2b3 Updated svn properties. 2008-03-03 09:29:21 +00:00
Jeff Ames
a88f93389c Fixed typo. 2008-03-03 09:27:44 +00:00
Adam Frisby
38568aa75f * Oops, fixed. 2008-03-03 09:17:15 +00:00
Adam Frisby
c5d1f87cd2 * Removed and sorted using clauses in a number of files.
* 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
2008-03-03 08:35:59 +00:00
Jeff Ames
f218e7e090 Update svn properties. 2008-02-27 15:57:00 +00:00
Adam Frisby
906404a14a * Committing file loaders - forgot yesterday. 2008-02-27 09:35:48 +00:00