github DFHack/dfhack 0.44.02-alpha1
DFHack 0.44.02-alpha1

latest releases: 50.13-r1.1, 50.13-r1, 50.12-r3...
pre-release6 years ago

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
    former ui_area_map_width global, which is now removed
  • The former announcements global is now a field in d_init
  • world fields formerly beginning with job_ are now fields of
    world.jobs, e.g. world.job_list is now world.jobs.list

API Changes

  • Lua: Added a new dfhack.console API

Don't miss a new dfhack release

NewReleases is sending notifications on new releases.