dfhack/plugins/devel
Ben Lubar cc2c732dd5
insert a new second rule for tagged union discovery
1. if the field name ends in "data" and there is a field with the same
   prefix ending in "type", the field ending in "type" is the tag.
2. if the field name ends in "_target" and the previous field has the
   same prefix and no suffix, the previous field is the tag.
3. if the field is not the last field in the structure, the next field
   is the tag.
2020-02-29 18:46:34 -06:00
..
CMakeLists.txt add -enums, -sizes, and specific starting point flags to check-structures-sanity 2020-02-14 19:47:26 -06:00
buildprobe.cpp Fix whitespace issues 2015-02-14 22:53:06 -05:00
check-structures-sanity.cpp insert a new second rule for tagged union discovery 2020-02-29 18:46:34 -06:00
color-dfhack-text.cpp Move some checks in paintTile/readTile after hooks are called 2017-06-02 00:40:14 -04:00
counters.cpp Several PluginManager improvements 2015-08-14 16:11:23 -04:00
dumpmats.cpp Fix GCC warnings in 'tweak kitchen-prefs-all' and dev plugins 2018-06-01 10:02:38 -04:00
eventExample.cpp eventExample: make unitAttack a bit safer 2019-10-05 21:05:26 -04:00
frozen.cpp Fix GCC warnings in 'tweak kitchen-prefs-all' and dev plugins 2018-06-01 10:02:38 -04:00
itemhacks.cpp Fix whitespace issues 2015-02-14 22:53:06 -05:00
kittens.cpp kittens: fix compiling on Windows thanks to @ragundo 2019-06-01 17:30:26 -04:00
memutils.cpp Add basic lua expression support to memview 2016-08-24 16:26:34 -04:00
memutils.h Add basic lua expression support to memview 2016-08-24 16:26:34 -04:00
memview.cpp fix use-after-free in memview 2020-02-14 17:38:31 -06:00
notes.cpp Fix warnings in devel plugins introduced by #1302 2018-06-20 12:03:14 -04:00
onceExample.cpp New module: Once. Intended to help prevent debug error message spam. 2013-03-23 22:38:33 -04:00
rawdump.cpp New plugin interface 2012-02-21 18:19:17 +01:00
ref-index.cpp Add a performance test for location caching in general refs. 2012-08-26 14:43:14 +04:00
renderer-msg.cpp Fix GCC warnings in 'tweak kitchen-prefs-all' and dev plugins 2018-06-01 10:02:38 -04:00
rprobe.cpp Fix GCC warnings in 'tweak kitchen-prefs-all' and dev plugins 2018-06-01 10:02:38 -04:00
stepBetween.cpp StepBetween: renamed stuff back to the way it was. Thought I had already done that. 2013-01-05 18:09:50 -05:00
stockcheck.cpp Fix GCC warnings in 'tweak kitchen-prefs-all' and dev plugins 2018-06-01 10:02:38 -04:00
stripcaged.cpp Get rid of tabs 2012-11-16 15:33:36 -06:00
tiles.cpp Fix whitespace issues 2015-02-14 22:53:06 -05:00
tilesieve.cpp Replace many includes with forward declarations in modules/Maps.h 2016-08-13 21:44:01 -04:00
vectors.cpp Fix warnings in devel plugins introduced by #1302 2018-06-20 12:03:14 -04:00
zoom.cpp Fix devel plugins linking in linux 2018-06-30 21:12:42 +03:00