dfhack/plugins
Matthew Cline 8ad6a56704 Linux only plugin: use "die" command to kill game
Since you can't do "Ctrl-Z kill -9 %1" from the console, instead just
give the "die" command to terminate the game without saving.  Linux
only, since _exit() probably doesn't work on Windows.

Need to set cmake option BUILD_KILL_GAME to ON to compile this plugin.
2011-07-13 23:52:06 -07:00
..
.keep Making ready for adding plugins. Fixes all over the place, more removal of obsolete parts. 2011-06-20 01:12:07 +02:00
CMakeLists.txt Linux only plugin: use "die" command to kill game 2011-07-13 23:52:06 -07:00
cleanmap.cpp Integrate linenoise into Console - Linux part 2011-07-13 11:45:30 +02:00
colonies.cpp Fix colonies to use new console output stuff 2011-07-13 17:36:39 -07:00
die.cpp Linux only plugin: use "die" command to kill game 2011-07-13 23:52:06 -07:00
kittens.cpp Eliminated the core suspend latency, possibly added a heap of race conditions. Added vdig. 2011-07-11 22:23:13 +02:00
prospector.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00
reveal.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00
vdig.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00
weather.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00