forked from thpatch/thtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
211 lines (160 loc) · 6.52 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
What's new in thtk 12
=====================
A lot of improvements for thecl. If you want to recompile ZUN's files
bit-for-bit, make sure you use the simple creation flag (-s) introduced in this
version.
#### thanm
- Support for TH17 has been added.
#### thecl
- Scan and parse negative (-val) function. (th13+ only)
- Complete support for th16.5.
- Look up ≥th10 instruction formats even if they have no parameters.
- Print the total parameter size for unknown ≥th10 instructions.
- th10: Add neqf to format table.
- Print error and quit if expressions contain invalid types.
- Allow floats in the form 1.f
- Allow floats in the form +1f (and +1.2f and +1.f)
- Allow integers in the form +123
- Add sin, cos and sqrt expressions.
- Allow sub calls by name with parameters cast by type.
- Add proper if-else blocks.
- Add while and (simple) switch blocks.
- Add global definitions.
- Add missing and fix existing EoSD instructions.
- th06: Check if instruction's opcode is higher than the max usable by the game
- Add bitwise operators.
- Fix argument types for a handful of th12 and th13 instructions.
- Support for TH17 has been added.
- Add escaping quotes and backslashes in strings.
- Add ZUN-style difficulty switches for writing custom ECL
- Don't force typecasts for instruction calls
- Add syntax for writing degree-floats (auto converts value to radians).
- Add syntax for writing binary integer literals.
- Add forced sub calls by name.
- Allow var declarations anywhere in the sub.
- Add variable initialization.
- Automatically add missing ins_10 at the end of a sub.
- Better difficulty switch expression.
- Add times loop.
- Add simple creation mode.
- Added typed variables.
- Improved code blocks.
- Add shorthand operators. (e.g. +=)
- Constant math optimization pass.
- Add #include directive
- Add #eclmap directive
- Add single-line comments.
- Add proper pre-th10 timeline dumping.
- Add #ins directive
- Typed functions, return values.
- Variable scoping.
- Parse true/false as integer 1/0 respectively.
- Add relative time labels (i.e. +60:). These are the default format when
dumping. The total absolute value is appended as a comment.
- Add inline sub support. Prepend the keyword "inline" to the sub type to make
every call to that sub inline. Inline subs cannot call themselves.
- Gotos will automatically assign the same time as to where the label is
located if no time is specified.
#### thdat
- Support for TH17 has been added.
- Add support for th09e.dat.
#### thmsg
- Support for TH17 has been added.
#### thstd
- Support for TH17 has been added.
Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
you find a bug.
-------------------------------------------------------------------------------
What's new in thtk 11
=====================
This release adds thstd, a new tool to dump and recreate the background
scripts found in the *.std files. Further changes to existing tools:
#### thanm
In preparation of thcrap's upcoming support for ANM header patching, more
thorough reverse-engineering went into the various ANM structures.
All previously unknown fields have now been identified and named.
Additionally, index numbers are now dumped for entries and instruction lines,
as this is the only reliable way to address them in an ANM header patch.
Creating new ANM archives from old spec dumps will show backwards-compatibility
warnings to ease the transition to the new, more correct dump format.
Thanks to GhostPhanom for funding this development!
- Type declarations are now taken from the thtypes repository, which has been
added as an additional Git submodule.
- Support for TH16.5 has been added.
#### thecl
- Support for TH16.5 has been added.
#### thmsg
- Support for TH16.5 has been added.
Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
you find a bug.
-------------------------------------------------------------------------------
What's new in thtk 10
====================
This release introduces a new syntax for all commands, incompatible with
previous versions. Please refer to the manpages for new syntax.
Mnemonic version names (such as HSiFS or LoLK) are now supported by all
commands.
#### thanm
- Support spaces in image file names.
#### thecl
- Multiple eclmaps can be specified on the command line now.
- Added unused instruction formats (th07)
#### thdat
- Added support for Uwabami Breakers
- Added automatic version detection, using -xd and -ld parameters
- Fixed crash when trying to list archive of wrong version
#### thtk
- Added support for wide filenames
- Functions for detecting the version of dat file
- Import lib is now included with the release
#### contrib
Added a contrib directory with a bunch of goodies.
- C++ wrapper for thtk library
- thdat plugin for Midnight Commander
- thdat plugin for Total Commander
Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
you find a bug.
-------------------------------------------------------------------------------
What's new in thtk 9
====================
#### thecl
- Fixed compiling TH06-095 ECL files.
Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
you find a bug.
-------------------------------------------------------------------------------
What's new in thtk 8
====================
#### thanm
- Support for TH16 has been added.
#### thdat
- Support for TH01 and TH16 has been added.
- Fixed multi-threading support.
#### thecl
- Support for TH16 has been added.
- Many fixes to opcode parameter formats.
- Improved difficulty flag handling in TH13+. This is a breaking change and
may cause issues when compiling existing ECL sources.
- Added support for mapping ECL global variables and opcodes to human readable
names.
- Fixed the long broken expression decompilation support.
#### thmsg
- Support for TH16 has been added.
Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
you find a bug.
-------------------------------------------------------------------------------
What's new in thtk 7
====================
#### thanm
- Support for TH15 has been added.
#### thdat
- Support for TH14, TH143, TH15 has been added.
- Support for TH105, TH123 has been added. These are not tested, and may
behave wrongly.
- You can archive the whole directory now. Pass the directory name as the
argument.
#### thecl
- Support for TH14, TH143, TH15 has been added.
#### thmsg
- Support for TH15 has been added.
Support for TH143 is not tested. Please submit the issue at the GitHub project
page (https://github.com/thpatch/thtk/issues) if you found a bug.