Skip to content

Commit 771c98d

Browse files
committed
Update NEWS, version, and project information.
1 parent dc52520 commit 771c98d

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
lines changed

NEWS

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
What's new in thtk-nmlgc 6:
1+
What's new in thtk 7:
22

3-
thmsg: Separate arguments by semicolons to interfer with text less.
4-
thecl: Support for Uwabami Breakers has been added.
5-
thecl: Support for the TH14 trial has been added.
6-
thanm: Support for the TH14 trial has been added.
7-
thmsg: Support for the TH14 web trial build (v0.01b) has been added.
8-
The Reitaisai release (v0.01a) uses the same format as TH13.
3+
thdat: Support for TH14, TH143, TH15 has been added.
4+
thdat: Support for TH105, TH123 has been added. These are not tested, and may
5+
behave wrongly.
6+
thdat: You can archive the whole directory now. Pass the directory name as the
7+
argument.
8+
thecl: Support for TH14, TH143, TH15 has been added.
9+
thanm: Support for TH15 has been added.
10+
thmsg: Support for TH15 has been added.
911

10-
Furthermore, main ECL sub dumping for TH06, TH07 and TH08 has been added in the
11-
'th06-main-sub-dump' branch. Since it still lacks a compiler and is thus pretty
12-
useless, it is not yet available in the master branch and the binary releases.
12+
Support for TH143 is not tested. Please submit the issue at the GitHub project
13+
page(https://github.com/thpatch/thtk/issues) if you found a bug.

configure.ac

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
AC_PREREQ(2.62) dnl 2.62 for AC_OPENMP.
2-
AC_INIT([Touhou Toolkit], [6],
3-
4-
[thtk-nmlgc],
5-
[https://github.com/nmlgc/thtk])
2+
AC_INIT([Touhou Toolkit], [7],
3+
4+
[thtk],
5+
[https://github.com/thpatch/thtk])
66
AM_INIT_AUTOMAKE([1.9 foreign])
77
AC_CONFIG_SRCDIR([thdat.c])
88
AC_CONFIG_HEADERS([config.h])
99
AC_CONFIG_MACRO_DIR([m4])
1010

1111
dnl PACKAGE_URL was introduced in autoconf 2.64.
1212
m4_ifndef([AC_PACKAGE_URL],
13-
[AC_DEFINE([PACKAGE_URL], ["https://github.com/nmlgc/thtk"],
13+
[AC_DEFINE([PACKAGE_URL], ["https://github.com/thpatch/thtk"],
1414
[Define to the home page for this package.])])
1515

1616
AH_TEMPLATE([HAVE_LIBPNG],

thanm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The
7171
utility exits with 0 on success, 1 on error.
7272
.\" TODO: .Sh EXAMPLES
7373
.Sh SEE ALSO
74-
.Lk https://github.com/nmlgc/thtk "Project homepage"
74+
.Lk https://github.com/thpatch/thtk "Project homepage"
7575
.Sh BUGS
7676
A few files from TH12 and TH13 contain overlapping entries with different formats.
7777
Dumping and recreating these archives will not result in the same archives.

thdat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Extract all files from the archive to the current working directory:
8383
thdat x8 th08.dat
8484
.Ed
8585
.Sh SEE ALSO
86-
.Lk https://github.com/nmlgc/thtk "Project homepage"
86+
.Lk https://github.com/thpatch/thtk "Project homepage"
8787
.Sh CAVEATS
8888
BGM archives are not supported by the
8989
.Nm

thecl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The
5858
utility exits with 0 on success, 1 on error.
5959
.\" TODO: .Sh EXAMPLES
6060
.Sh SEE ALSO
61-
.Lk https://github.com/nmlgc/thtk "Project homepage"
61+
.Lk https://github.com/thpatch/thtk "Project homepage"
6262
.Sh SECURITY CONSIDERATIONS
6363
Invalid data may not be properly handled.
6464
Do not operate on untrusted files.

thmsg.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Dump the mission descriptions to standard output:
7575
thmsg de125 mission.msg
7676
.Ed
7777
.Sh SEE ALSO
78-
.Lk https://github.com/nmlgc/thtk "Project homepage"
78+
.Lk https://github.com/thpatch/thtk "Project homepage"
7979
.Sh SECURITY CONSIDERATIONS
8080
Invalid data may not be properly handled.
8181
Do not dump untrusted dialogue files.

thmsg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ print_usage(void)
4848
" V display version information and exit\n"
4949
"OPTION can be:\n"
5050
" e extract or create ending dialogue\n"
51-
" # # can be 6, 7, 8, 9, 95, 10, 11, 12, 125, 128, 13, 14, 143, 15 (required)\n"
51+
" # # can be 6, 7, 8, 9, 95, 10, 11, 12, 125, 128, 13, 14, 143, or 15 (required)\n"
5252
"Report bugs to <" PACKAGE_BUGREPORT ">.\n", argv0);
5353
}
5454

0 commit comments

Comments
 (0)