summaryrefslogtreecommitdiff
path: root/plugins/fastdwarf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed unit_grounded in teleporting dwarf tile.expwnent2012-09-281-0/+1
|
* Fixed a tile occupancy problem with teleporting dwarves.expwnent2012-09-281-0/+10
|
* It was backwards when calling fastdwarf with just one argument. Also made it ↵expwnent2012-09-281-2/+3
| | | | print the current status of fastdwarf when no arguments are given.
* Added teledwarf: teleports dwarves to their destination instantly.expwnent2012-08-231-16/+80
|
* Don't crash if world is undefinedQuietust2012-05-231-1/+1
|
* Tweaks!Petr Mrázek2012-04-011-2/+6
| | | | | Check map presence in autolabor and fastdwarf onupdate() functions Game state tracking in kittens plugin now respects on/off switch
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-6/+6
| | | | | | | | 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.
* New plugin interfacePetr Mrázek2012-02-211-6/+1
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-4/+4
|
* Cleanup fastdwarf plugin, no longer relies on modulesQuietust2012-01-111-29/+24
|
* Header changes/cleanup.Petr Mrázek2011-12-311-6/+6
|
* Renaming Creatures to UnitsPetr Mrázek2011-12-021-4/+4
|
* Fix problem with magic numbers in fastdwarf.Petr Mrázek2011-10-281-18/+17
|
* STUFF!Petr Mrázek2011-10-071-0/+84