Skip to content

Release 0.1.15

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 27 Aug 12:15
· 318 commits to master since this release
7228c5a

Features

  • Application: Add path listings for HZD (b6a1481)
  • Application: Add path listings for DSDC (4e567ed)
  • Application: Update DSDC RTTI metadata (6000380)
  • Model Viewer: Show vertex normals (a50a04d)
  • Model Viewer: Show triangle normals, show wireframe overlay, toggle soft shading (bee23af)
  • Model Viewer: Apply model transform (d292ebc)
  • Core Editor: Add decompiler for ShaderResource (using D3DCompiler_47) (9a0850b)
  • Core Editor: Export an entire file to JSON (83ea3db)
  • CLI: Add repack command for repacking packfiles (5c644e2)
  • CLI: Add entry-points command for dumping script entry point names (4313869)

Fixes

  • Editors: Nested split editors were not realigned correctly in some situations (4fa86bd)
  • Core Editor: The value panel will no longer resize if only contents were changed but not the value panel itself (74a7f96)
  • Core Editor: Hexadecimal number formatter was using the wrong byte order (97c8e88)
  • Core Editor: Components of FRGBAColor that exceeded [0; 1] range were making the UI unresponsible