summaryrefslogtreecommitdiff
path: root/plugins/filltraffic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-26/+26
| | | | | | | | 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-4/+2
|
* New plugin interfacePetr Mrázek2012-02-211-5/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-37/+37
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-1/+1
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-2/+2
|
* Modify a number of commands to use CR_WRONG_USAGE for displaying help.Alexander Gavrilov2012-01-281-35/+38
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-205/+194
|
* Replace DFCoord with df::coord and df::coord2d.Alexander Gavrilov2012-01-201-1/+1
|
* Kill the Maps moduleQuietust2012-01-191-44/+36
|
* Significant cleanup of Maps module - next step will be to kill it properlyQuietust2012-01-191-17/+17
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-7/+7
|
* Header changes/cleanup.Petr Mrázek2011-12-311-7/+7
|
* Fixed integer truncation in filltraffic.Petr Mrázek2011-12-301-1/+1
|
* Working full-map framework.rampaging-poet2011-11-171-73/+37
|
* Fixed a typo in filltraffic's help.rampaging-poet2011-11-041-1/+1
|
* Renamed tiletraffic to alltraffic. Added a helper function for full-map ↵rampaging-poet2011-11-031-5/+115
| | | | changes and a test function. Not actually tested yet, but it compiles.
* Windows offset for save name, some tweaks, updated stonesense submodule to ↵Petr Mrázek2011-10-231-42/+45
| | | | current.
* Initial commitrampaging-poet2011-10-131-0/+303