dfhack/plugins
Matthew Cline 5bb6c3e037 command clearvec: clear vector
Added command "clearvec" to plugin "vectors".  Takes a list of addresses
of vectors (or pointers to vectors), and sets each vector to zero length
by setting it's end to it's start.  Leaks memory, of course, but this
is just to poke at the game to see what happens when a vector's
contents disappear.
2011-07-19 01:17:11 -07:00
..
qtplug Added plugin loading/unloading/reloading. Many locks. Too many damn locks. 2011-07-18 16:22:49 +02: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 Vectors plugin: searches memory for vectors 2011-07-17 03:05:14 -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 Safer console shutdown. 2011-07-17 11:06:45 +02:00
prospector.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00
reveal.cpp Made the linux console super awesome. The dfhack script won't LD_PRELOAD dfhack for gdb. 2011-07-15 15:55:01 +02:00
vdig.cpp Made the linux console super awesome. The dfhack script won't LD_PRELOAD dfhack for gdb. 2011-07-15 15:55:01 +02:00
vectors.cpp command clearvec: clear vector 2011-07-19 01:17:11 -07:00
weather.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00