Skip to content

Commit

Permalink
Update NEWS, version, and project information.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c committed Aug 18, 2015
1 parent dc52520 commit 771c98d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
21 changes: 11 additions & 10 deletions NEWS
@@ -1,12 +1,13 @@
What's new in thtk-nmlgc 6:
What's new in thtk 7:

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

Furthermore, main ECL sub dumping for TH06, TH07 and TH08 has been added in the
'th06-main-sub-dump' branch. Since it still lacks a compiler and is thus pretty
useless, it is not yet available in the master branch and the binary releases.
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.
10 changes: 5 additions & 5 deletions configure.ac
@@ -1,16 +1,16 @@
AC_PREREQ(2.62) dnl 2.62 for AC_OPENMP.
AC_INIT([Touhou Toolkit], [6],
[nmlgc@nmlgc.net],
[thtk-nmlgc],
[https://github.com/nmlgc/thtk])
AC_INIT([Touhou Toolkit], [7],
[chwo9843@gmail.com],
[thtk],
[https://github.com/thpatch/thtk])
AM_INIT_AUTOMAKE([1.9 foreign])
AC_CONFIG_SRCDIR([thdat.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

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

AH_TEMPLATE([HAVE_LIBPNG],
Expand Down
2 changes: 1 addition & 1 deletion thanm.1
Expand Up @@ -71,7 +71,7 @@ The
utility exits with 0 on success, 1 on error.
.\" TODO: .Sh EXAMPLES
.Sh SEE ALSO
.Lk https://github.com/nmlgc/thtk "Project homepage"
.Lk https://github.com/thpatch/thtk "Project homepage"
.Sh BUGS
A few files from TH12 and TH13 contain overlapping entries with different formats.
Dumping and recreating these archives will not result in the same archives.
Expand Down
2 changes: 1 addition & 1 deletion thdat.1
Expand Up @@ -83,7 +83,7 @@ Extract all files from the archive to the current working directory:
thdat x8 th08.dat
.Ed
.Sh SEE ALSO
.Lk https://github.com/nmlgc/thtk "Project homepage"
.Lk https://github.com/thpatch/thtk "Project homepage"
.Sh CAVEATS
BGM archives are not supported by the
.Nm
Expand Down
2 changes: 1 addition & 1 deletion thecl.1
Expand Up @@ -58,7 +58,7 @@ The
utility exits with 0 on success, 1 on error.
.\" TODO: .Sh EXAMPLES
.Sh SEE ALSO
.Lk https://github.com/nmlgc/thtk "Project homepage"
.Lk https://github.com/thpatch/thtk "Project homepage"
.Sh SECURITY CONSIDERATIONS
Invalid data may not be properly handled.
Do not operate on untrusted files.
2 changes: 1 addition & 1 deletion thmsg.1
Expand Up @@ -75,7 +75,7 @@ Dump the mission descriptions to standard output:
thmsg de125 mission.msg
.Ed
.Sh SEE ALSO
.Lk https://github.com/nmlgc/thtk "Project homepage"
.Lk https://github.com/thpatch/thtk "Project homepage"
.Sh SECURITY CONSIDERATIONS
Invalid data may not be properly handled.
Do not dump untrusted dialogue files.
2 changes: 1 addition & 1 deletion thmsg.c
Expand Up @@ -48,7 +48,7 @@ print_usage(void)
" V display version information and exit\n"
"OPTION can be:\n"
" e extract or create ending dialogue\n"
" # # can be 6, 7, 8, 9, 95, 10, 11, 12, 125, 128, 13, 14, 143, 15 (required)\n"
" # # can be 6, 7, 8, 9, 95, 10, 11, 12, 125, 128, 13, 14, 143, or 15 (required)\n"
"Report bugs to <" PACKAGE_BUGREPORT ">.\n", argv0);
}

Expand Down

0 comments on commit 771c98d

Please sign in to comment.