summaryrefslogtreecommitdiff
path: root/plugins/deramp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More maps api refactoring and renaming.Alexander Gavrilov2012-04-111-1/+1
| | | | getBlockAbs is a very confusing name; getTileBlock is better.
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-7/+7
| | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream.
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-1/+0
|
* New plugin interfacePetr Mrázek2012-02-211-6/+2
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-1/+1
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-8/+8
|
* Modify a number of commands to use CR_WRONG_USAGE for displaying help.Alexander Gavrilov2012-01-281-14/+9
|
* Tweak showmood, add a few validity checks, commit a dfhack.init example.Alexander Gavrilov2012-01-241-0/+6
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-4/+4
|
* Switch deramp to using Maps::getBlockAbs()Quietust2012-01-191-14/+3
|
* Update code to accomodate the new coord/coord2d/coord_path structs.Alexander Gavrilov2012-01-191-1/+1
| | | | Also replicate the methods of DFCoord.
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-5/+5
|
* Update deramp plugin, no longer relies on modulesQuietust2012-01-111-120/+76
|
* Header changes/cleanup.Petr Mrázek2011-12-311-6/+6
|
* Many tweaks to plugins, reorganized the build system and removed more cruft.Petr Mrázek2011-08-141-2/+2
|
* Add 'help' options to a bunch of commands.Petr Mrázek2011-08-091-1/+11
|
* A whole bunch of fixes for crash bugs.Petr Mrázek2011-08-051-2/+2
|
* Ported deramp, cleanowned and cleartask tools.Petr Mrázek2011-08-051-40/+42
|
* Ported autodump toolPetr Mrázek2011-08-041-0/+146