This is an initial release for 0.44.02. Not everything has been fully tested, so make backups of any saves you care about.
For script/plugin authors: a few globals have changed - see below.
DFHack 0.44.02-alpha1
Fixes
- Fixed a crash that could occur if a symbol table in symbols.xml had no content
- The Lua API can now wrap functions with 12 or 13 parameters
Structures
- The
ui_menu_width
global is now a 2-byte array; the second item is the
formerui_area_map_width
global, which is now removed - The former
announcements
global is now a field ind_init
world
fields formerly beginning withjob_
are now fields of
world.jobs
, e.g.world.job_list
is nowworld.jobs.list
API Changes
- Lua: Added a new
dfhack.console
API