Skip to content

Commit

Permalink
thtk release 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlgc committed Oct 7, 2018
1 parent e9c4bb9 commit 6825664
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
set(CMP0048 NEW)

project("Touhou Toolkit"
VERSION 10)
VERSION 11)
set(PROJECT_URL "https://github.com/thpatch/thtk")
set(PROJECT_BUGREPORT "https://github.com/thpatch/thtk/issues")

Expand Down
36 changes: 35 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
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
====================

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

#### thecl
#### thecl
- Support for TH14, TH143, TH15 has been added.

#### thmsg
Expand Down

0 comments on commit 6825664

Please sign in to comment.