Release 0.1.9
Features:
- Core Editor: Mesh exporter was merged (1c3588c) by @REDxEYE
- Core Editor: Allow importing data into the binary viewer (33525cf)
- Core Editor: Value inspectors for the binary viewer (9e2b5a7)
- Core Editor: Utility for inspecting the selected value (kind, type hierarchy, binary representation) (e50935c)
- Editors: Prompt to reload editor if its contents were changed (3fcab41)
- Application: Navigator view is now collapsible, it can now be toggled using
ALT+1
, and its state is persisted (3396364) - RTTI: Implement
MsgReadBinary
for DSWwiseBankResource
type (511b389)
Fixes:
- RTTI: The size of
HZDDataSource
was computed incorrectly (c18c2c5)