Skip to content

1.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 09:05

[1.6.3] - 2023-08-01

Bytecode Disassembler

  • Canonical op representation separates op and aux with a dot now, to make visual and machine parsing easier.
  • Float formatting is now less noisy.
  • nwn_asm no longer prints relative jump offsets.
  • nwn_asm can now specify padding and term width for printing.

Fixed

  • Fixed encoding not initialising correctly when get*Encoding wasn't called.