Skip to content

Releases: PistonMiner/ttyd-tools

v2.8.1

27 Mar 00:57
Compare
Choose a tag to compare
  • REL
    • Add model viewer rotation (ap_view_ry <tenths of degrees> and ap_view_ry_rate <tenths of degrees per frame>)
    • Add find console command (find filter)
    • Add support for console access over USB Gecko

v2.8

22 Feb 00:12
Compare
Choose a tag to compare
  • REL
    • Console completely changed
    • Model viewer accessible via ap_view <model name>
    • Many infrastructure changes

v2.7

23 Jun 18:33
Compare
Choose a tag to compare
  • Fixed elf2rel emitting NOP relocations with zero offset

v2.6

24 Nov 19:31
Compare
Choose a tag to compare
  • 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

06 Jun 18:33
Compare
Choose a tag to compare
  • 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

19 Sep 19:52
Compare
Choose a tag to compare
  • 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

12 Aug 20:23
Compare
Choose a tag to compare
  • elf2rel has a new command line syntax; see elf2rel --help

v2.2

28 Apr 14:14
Compare
Choose a tag to compare
  • 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

06 Apr 13:19
Compare
Choose a tag to compare
  • Added rel demo
  • Added single-line comment and blank line support to elf2rel

v2.0

05 Apr 13:26
Compare
Choose a tag to compare
  • Added elf2rel
  • Added gcipack