dfhack/plugins/devel/check-structures-sanity
lethosor 27ce7cf1ee
check-structures-sanity: print error for untagged unions instead of aborting
These come up in structures such as world.poetic_forms.all[i].subject_target
without a clear fix.
2021-08-31 00:28:42 -04:00
..
CMakeLists.txt rewriting check-structures-sanity to improve performance and remove the need for the lowmem option 2020-03-10 18:53:56 -05:00
check-structures-sanity.h tagged union support for lua (#1818) 2021-03-30 15:55:06 -05:00
dispatch.cpp check-structures-sanity: print error for untagged unions instead of aborting 2021-08-31 00:28:42 -04:00
main.cpp fix integer signedness differences 2020-04-03 11:50:09 -05:00
types.cpp check-structures-sanity: report known void* types with a better message 2020-04-19 22:03:03 -05:00
validate.cpp implement tagged union structures attributes 2020-03-21 14:29:14 -05:00