Skip to content

Commit 6825664

Browse files
committed
thtk release 11
1 parent e9c4bb9 commit 6825664

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
22
set(CMP0048 NEW)
33

44
project("Touhou Toolkit"
5-
VERSION 10)
5+
VERSION 11)
66
set(PROJECT_URL "https://github.com/thpatch/thtk")
77
set(PROJECT_BUGREPORT "https://github.com/thpatch/thtk/issues")
88

NEWS

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
What's new in thtk 10
236
====================
337

@@ -90,7 +124,7 @@ What's new in thtk 7
90124
- You can archive the whole directory now. Pass the directory name as the
91125
argument.
92126

93-
#### thecl
127+
#### thecl
94128
- Support for TH14, TH143, TH15 has been added.
95129

96130
#### thmsg

0 commit comments

Comments
 (0)