Skip to content

0.1.20

Compare
Choose a tag to compare
@krzys-h krzys-h released this 19 Nov 21:30
· 2900 commits to master since this release
  • Fix a bug causing the switch() decompiler to break if the "default" block starts with a condition - @colinator27, #63
  • GMS2 room layers can now be created in the editor
  • os_type constants now get automatically resolved in the decompiler
  • All constants will now be highlighted in the decompiled code view, and their value shown on mouse-over
  • Fix "permission denied" error on opening files in Program Files (permissions are needed only for writing)
  • A bunch of corrections to the data.win format from @colinator27 and @LinXP, and starting work on bytecode 17 (see #70)
    • Fix some of the GEN8 and OPTN format, including the options flags
    • Fix potential crash in EXTN
    • Implement EMBI
    • Implement TGIN (bytecode 17)
    • FontKerning structure, UndertaleEmbeddedTexture unknown variable names, minor corrections to various other tiny details
  • Some code cleanup regarding resources addressed by IDs
  • Add some semi-automated testing code to make sure I don't break stuff going forward