Releases: PistonMiner/ttyd-tools
Releases · PistonMiner/ttyd-tools
v2.8.1
v2.8
- REL
- Console completely changed
- Model viewer accessible via
ap_view <model name>
- Many infrastructure changes
v2.7
- Fixed elf2rel emitting NOP relocations with zero offset
v2.6
- Improved the console in rel.
- Added blender_io_ttyd, Blender exporter for map files.
- Added support to elf2rel for REL file format versions 1 and 2 via
--rel-version
switch.
v2.5
- Fixed float expressions for Super Paper Mario in ttydasm
- Added a basic console to rel
- Various minor improvements in rel
- gcipack now writes the current time in UTC into the timestamp field
- Fixed a bug in elf2rel that would cause relocations with addends against external symbols (e.g. references to members of external global structures) to erroneously drop the addend and reference the symbol without offset instead.
v2.4
- Added ttydview, tool to parse TTYD map /d data into OBJ files
- rellink now uses Python 3
- ttydasm now has experimental compile-time support for the Super Paper Mario branch; activate with preprocessor define
GAME_SPM
- Updated rel to work using the new elf2rel syntax
- Add GameCube keyboard driver to rel
- Fix elf2rel removing necessary sections if they're empty (this fixes the undefined references to the
.ctors
and.dtors
section errors when building)
v2.3
- elf2rel has a new command line syntax; see
elf2rel --help
v2.2
- Change default module ID of elf2rel to 33 to avoid conflicts with TTYD modules
- Fix GCI output for Japanese and European having an incorrect version code
v2.1
- Added rel demo
- Added single-line comment and blank line support to elf2rel
v2.0
- Added elf2rel
- Added gcipack