Releases: encounter/decomp-toolkit
Releases · encounter/decomp-toolkit
v1.7.6
v1.7.5
v1.7.4
What's Changed
- Fixed: Skip and warn on REL relocations with invalid source (#124)
Full Changelog: v1.7.3...v1.7.4
v1.7.3
v1.7.2
What's Changed
- Add auto extab dtor renaming by @CelestialAmber in #123
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Changed: Upgrade all dependencies (667346c)
- Includes a fix for extab parsing by @CelestialAmber (CelestialAmber/cwextab@2672f11)
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Added: Update dwarf dump to account for enum byte size by @SamuraiOndo in #110
- Added: Export relocations with asset extraction by @encounter in #115
relocationsfield inextractobjects in config.yml
- Added: Option to disable symbol globalization by @encounter in #116
globalize_symbols: falsein config.yml
- Added: dwarf dump: Support for structure types and enums being nested in structure types by @dbalatoni13 in #119
- Fixed: rel make: Avoid EMFILE when loading many modules by @encounter in #122
Full Changelog: v1.6.2...v1.7.0
v1.6.2
v1.6.1
v1.6.0
What's Changed
- Added:
dtk extab clean& config.ymlclean_extab(9cafb77)- It was discovered that certain extab actions contain uninitalized data from the compiler. This provides a way to zero out uninitialized data in DOL or object files. Usage:
dtk extab clean input.dol output.dol - A
clean_extabsetting was added to config.yml, so projects can link the cleaned objects and target the cleaned DOL hash.
- It was discovered that certain extab actions contain uninitalized data from the compiler. This provides a way to zero out uninitialized data in DOL or object files. Usage:
- Added: Some ProDG improvements by @dbalatoni13 in #101
- Added: Write
ldscript_templatepath to output depfile (9c68155) - Fixed: Fix BSS symbol data check in
add_padding_symbols(f212b35)
Full Changelog: v1.5.1...v1.6.0