dfhack/library
Matthew Cline d1170d54c3 Vermin module and colonies plugin
This is the start of the vermin module.  Right now it just gets a list
of the positions at which vermin are created (spawn points).  Most
spawn points are invisible and transient, but colonies (ant hills and
such) are permanent and visible.  The address of the spawn points vector
is only provided for Linux 0.31.25

The colonies plugin uses the vermin module to list the location and
species of colonies, and can either wipe them all out or turn them all
into honey bee colonies.
2011-07-12 23:17:51 -07:00
..
depends Added linenoise library to allow line editing in the terminal. 2011-07-12 12:13:14 +02:00
doc Making ready for adding plugins. Fixes all over the place, more removal of obsolete parts. 2011-06-20 01:12:07 +02:00
include Vermin module and colonies plugin 2011-07-12 23:17:51 -07:00
modules Vermin module and colonies plugin 2011-07-12 23:17:51 -07:00
private Vermin module and colonies plugin 2011-07-12 23:17:51 -07:00
CMakeLists.txt Vermin module and colonies plugin 2011-07-12 23:17:51 -07:00
Console-linux.cpp Added linenoise library to allow line editing in the terminal. 2011-07-12 12:13:14 +02:00
Console-windows.cpp Added destructor code for PluginManager, console color reset funstion. 2011-06-25 08:05:17 +02:00
Core.cpp Vermin module and colonies plugin 2011-07-12 23:17:51 -07:00
FakeSDL-linux.cpp Removed some silly data races from using cerr... 2011-07-11 23:07:42 +02:00
FakeSDL-windows.cpp Fix Windows build (untested, expect explosions). 2011-07-09 16:05:40 +02:00
PluginManager.cpp Hotkey UI for linux. 2011-07-09 11:33:58 +02:00
Process-linux.cpp Maps no longer copy the map block pointer array, blocks are structs, map data is public. 2011-07-07 07:00:36 +02:00
Process-windows.cpp Fix Windows build (untested, expect explosions). 2011-07-09 16:05:40 +02:00
TileTypes.cpp Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping and ability to run reveal from DFHack console. 2011-06-16 23:53:39 +02:00
VersionInfo.cpp Maps no longer copy the map block pointer array, blocks are structs, map data is public. 2011-07-07 07:00:36 +02:00
VersionInfoFactory.cpp Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping and ability to run reveal from DFHack console. 2011-06-16 23:53:39 +02:00
Virtual.cpp Forgot to commit a file. 2011-07-12 23:27:09 +02:00