dfhack/plugins
Matthew Cline 109f34cd6e Improved Items module and itemhacks plugin
Items module:
* Identified flags for "owned by hostile" and "owned by trader".
* Identified an unknown uint32_t field as being the item age.
* Added and documented ClassNameCheck for more item ref types, though
  they aren't used yet (other than to mark that item ref class as a
  "known" class).
* Added method to get list of an item's unknown item ref classes.
* Made all unknown flags have name 'unk#', instead of some also having
  the name 'u_ngrd#'.

Itemhacks plugin:
* Folded second command into "dumpitems unknown", which will list
  any items which have the unknown vector field non-empty (which seems
  to be associated with tasked items).
* "dumpitems unknown" will also dump any item with a set unknown flag
  or with item refs of an unknown class.
2011-07-24 21:35:50 -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 Added DF material structs reversed by Quietust 2011-07-21 22:37:02 +02:00
cleanmap.cpp Integrate linenoise into Console - Linux part 2011-07-13 11:45:30 +02:00
colonies.cpp Added DF material structs reversed by Quietust 2011-07-21 22:37:02 +02:00
itemhacks.cpp Improved Items module and itemhacks plugin 2011-07-24 21:35:50 -07:00
kittens.cpp Safer console shutdown. 2011-07-17 11:06:45 +02:00
notes.cpp Minimize notes module. 2011-07-23 03:25:42 +02:00
prospector.cpp Fix ore/gem sorting. 2011-07-22 03:00:56 +02:00
rawdump.cpp Added DF material structs reversed by Quietust 2011-07-21 22:37:02 +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 mightBeVec() fix 2011-07-21 02:19:23 -07:00
weather.cpp Windows side of the Console rewrite 2011-07-14 04:05:27 +02:00