|
| 1 | +What's new in thtk 11 |
| 2 | +===================== |
| 3 | + |
| 4 | +This release adds thstd, a new tool to dump and recreate the background |
| 5 | +scripts found in the *.std files. Further changes to existing tools: |
| 6 | + |
| 7 | +#### thanm |
| 8 | +In preparation of thcrap's upcoming support for ANM header patching, more |
| 9 | +thorough reverse-engineering went into the various ANM structures. |
| 10 | +All previously unknown fields have now been identified and named. |
| 11 | +Additionally, index numbers are now dumped for entries and instruction lines, |
| 12 | +as this is the only reliable way to address them in an ANM header patch. |
| 13 | +Creating new ANM archives from old spec dumps will show backwards-compatibility |
| 14 | +warnings to ease the transition to the new, more correct dump format. |
| 15 | + |
| 16 | +Thanks to GhostPhanom for funding this development! |
| 17 | + |
| 18 | +- Type declarations are now taken from the thtypes repository, which has been |
| 19 | + added as an additional Git submodule. |
| 20 | + |
| 21 | +- Support for TH16.5 has been added. |
| 22 | + |
| 23 | +#### thecl |
| 24 | +- Support for TH16.5 has been added. |
| 25 | + |
| 26 | +#### thmsg |
| 27 | +- Support for TH16.5 has been added. |
| 28 | + |
| 29 | +Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if |
| 30 | +you find a bug. |
| 31 | + |
| 32 | + |
| 33 | +------------------------------------------------------------------------------- |
| 34 | + |
1 | 35 | What's new in thtk 10
|
2 | 36 | ====================
|
3 | 37 |
|
@@ -90,7 +124,7 @@ What's new in thtk 7
|
90 | 124 | - You can archive the whole directory now. Pass the directory name as the
|
91 | 125 | argument.
|
92 | 126 |
|
93 |
| -#### thecl |
| 127 | +#### thecl |
94 | 128 | - Support for TH14, TH143, TH15 has been added.
|
95 | 129 |
|
96 | 130 | #### thmsg
|
|
0 commit comments