dfhack/tools/playground
Matthew Cline cb9c9aae7c Deal with third flag group in creatures
Added support for reading and writing the third creature flag group,
t_creaturflags3 (the offest already exists in Memory.xml).  So far I've
only figured out three of the flags (out of an apparent 13):

1) announce_titan, which causes the creature to be announced as if
   it was a titan or FB which had just arrived.

2) scuttle, which causes the creature to be die like it had been
   killed in the game.  That is, it leaves behind a corpse, and
   will generate unhappy thoughts in dwarves if approriate.

3) ghostly, for creatures which are the ghosts of dead dwarves.

I updated creaturemanager to use scuttle for --kill, and added the
action --erase to kill in the old way which doesn't leave a corpse or
creatre unhappy thoughts.
2011-07-10 04:00:52 -07:00
..
CMakeLists.txt Fix memory.xml and pdcurses.dll copy problems for good. 2011-05-26 12:33:38 +02:00
catsplosion.cpp Rename memory_info and its factory class. 2010-08-20 14:10:05 +02:00
copypaste.cpp Fix many warnings from MSVC builds. 2011-05-23 21:30:51 +02:00
creaturemanager.cpp Deal with third flag group in creatures 2011-07-10 04:00:52 -07:00
dfbauxite.cpp Moving stuff around, part 2 2010-05-26 06:48:23 +02:00
dftry.cpp Fix many warnings from MSVC builds. 2011-05-23 21:30:51 +02:00
digger.cpp Big ugly deuglyfication of DFTileTypes and its use in the tools. 2011-04-17 13:06:19 +02:00
digger2.cpp Big ugly deuglyfication of DFTileTypes and its use in the tools. 2011-04-17 13:06:19 +02:00
digpattern.cpp Fix for materialAt()->veinMaterialAt() 2011-04-12 13:16:10 +02:00
findnameindexes.cpp Make sure things build with playground turned on. 2011-03-21 21:29:54 +01:00
fix-3708.cpp Big messy commit... 2011-04-20 01:28:47 +02:00
hellhole.cpp Fun with tiletypes. Expect explosions. 2011-04-28 23:00:52 +02:00
hexsearch2.c Added hexsearch (only as a template to base further work on) 2010-06-01 23:59:48 +02:00
hexsearch2.h Added hexsearch (only as a template to base further work on) 2010-06-01 23:59:48 +02:00
itemdesignator.cpp The item designator tool lives again. 2011-04-16 23:57:04 +02:00
moodump.cpp Rename memory_info and its factory class. 2010-08-20 14:10:05 +02:00
paths.cpp Keeping the current working directory addition, but reverting the current tileset and color stuff, as the tileset was just an initializer, not the actual current one, just going to have to read the init.txt file myself 2010-09-13 09:45:53 -04:00
primitives.cpp Sync, autosearch skeleton. 2011-02-08 22:55:40 +01:00
printtiletypes.cpp Big ugly deuglyfication of DFTileTypes and its use in the tools. 2011-04-17 13:06:19 +02:00
renamer.cpp Make sure things build with playground turned on. 2011-03-21 21:29:54 +01:00
test.c The C test tool doesn't compile as a plain C program! 2011-04-10 15:36:01 +02:00
typeblocks.cpp Fix liquids bug, added status checks to Maps (still not the real thing, but better) 2010-06-17 06:46:20 +02:00