Skip to content

Release 0.1.5

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 11 Dec 16:46
· 682 commits to master since this release
da58e3f

Features:

  • Navigator+Search: .stream files are now resolved by guessing their full path (21004ce) by @nsacerdote
  • Navigator+Search: Allow specifying external file listings (988e0ab)
  • CLI: New command paths for dumping paths from packfiles (ec98186)
  • CLI: New command projects list for listing all projects (dbeedee)
  • Core Editor: New decorator for {F}RGBAColor types, featuring a small color icon next to the type (e61957c)
  • Hex Editor: Allow copying selected data with CTRL+C (5e20db6)
  • Editors: Editors that failed to load are unloaded rather than closed (5f65e5d)
  • RTTI: Missing MsgReadBinary were implemented for Death Stranding (deb4aee)

Performance:

  • Packfiles are now loaded in parallel, resulting in performance improvement when opening a project (e4ca96f)
  • RTTI model was rewritten, resulting in performance improvement when opening core files (c937129..1303ac9)

Fixes:

  • RTTI: Type IDs were generated incorrectly for recursive types
  • RTTI: Several type IDs were missing, resulting in unknown entries appearing in the core editor (19d040d)
  • Search: Show the progress dialog while building the file index instead of freezing the application (1c70a0d)
  • Core Editor: The value panel now fits perfectly (d025314)
  • Hex Editor: Various layout issues were fixed (34bef46)