Skip to content

Commit

Permalink
bump thtk submodule version, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Oct 26, 2022
1 parent 54db11c commit 950cc1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Touhou game versions we support are:

``` plain
th07, th08, th09, th10, th11, th12, th13, th14, th15, th16, th17, th18
th095, th125, th128, th143, th165
th095, th125, th128, th143, th165, th185
```

Future TouHou releases should also supported as long as ZUN doesn't change the data format.
Expand Down
5 changes: 2 additions & 3 deletions thplayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#
#-------------------------------------------------

QT += core gui multimedia

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT += core widgets gui multimedia

TARGET = thplayer
TEMPLATE = app
Expand All @@ -30,6 +28,7 @@ SOURCES += \
thtk/thtk/bits.c \
thtk/thtk/error.c \
thtk/thtk/io.c \
thtk/thtk/match.c \
thtk/thtk/rng_mt.c \
thtk/thtk/thcrypt.c \
thtk/thtk/thcrypt105.c \
Expand Down
2 changes: 1 addition & 1 deletion thtk
Submodule thtk updated 80 files
+4 −0 .editorconfig
+72 −0 .github/workflows/build.yml
+2 −2 .gitmodules
+56 −22 CMakeLists.txt
+2 −2 INSTALL
+64 −0 NEWS
+11 −11 README
+6 −5 config.h.in
+14 −14 contrib/wcthdat.cc
+29 −28 extlib/CMakeLists.txt
+1 −1 extlib/libpng
+1 −1 extlib/thtypes
+1 −1 extlib/zlib-ng
+2 −2 make-release.sh
+7 −0 thanm.old/CMakeLists.txt
+282 −0 thanm.old/image.c
+71 −0 thanm.old/image.h
+1,538 −0 thanm.old/thanm.c
+73 −0 thanm.old/thanm.h
+90 −0 thanm.old/thanm.old.1
+10 −5 thanm/CMakeLists.txt
+181 −0 thanm/anmmap.c
+46 −0 thanm/anmmap.h
+1,105 −0 thanm/anmparse.y
+174 −0 thanm/anmscan.l
+608 −0 thanm/expr.c
+105 −0 thanm/expr.h
+1 −1 thanm/image.c
+226 −0 thanm/reg.c
+86 −0 thanm/reg.h
+1,024 −333 thanm/thanm.c
+112 −0 thanm/thanm.h
+1 −8 thdat/CMakeLists.txt
+32 −7 thdat/thdat.1
+59 −16 thdat/thdat.c
+4 −9 thecl/CMakeLists.txt
+3 −1 thecl/eclmap.c
+289 −338 thecl/ecsparse.y
+80 −78 thecl/ecsscan.l
+45 −0 thecl/expr.h
+12 −9 thecl/thecl.1
+17 −5 thecl/thecl.c
+8 −4 thecl/thecl.h
+33 −28 thecl/thecl06.c
+79 −31 thecl/thecl10.c
+19 −0 thecl/thtk_expr.dot
+ thecl/thtk_expr.png
+1 −2 thmsg/CMakeLists.txt
+4 −3 thmsg/thmsg.c
+29 −17 thmsg/thmsg06.c
+1 −3 thstd/CMakeLists.txt
+6 −5 thstd/thstd.c
+5 −7 thtk/CMakeLists.txt
+16 −24 thtk/bits.c
+0 −2 thtk/bits.h
+22 −15 thtk/dat.h
+27 −21 thtk/detect.c
+7 −7 thtk/detect.h
+13 −5 thtk/error.c
+5 −5 thtk/error.h
+16 −20 thtk/io.c
+10 −10 thtk/io.h
+65 −0 thtk/match.c
+11 −11 thtk/rng_mt.c
+13 −3 thtk/thcrypt.h
+21 −1 thtk/thdat.c
+3 −3 thtk/thdat105.c
+38 −51 thtk/thdat95.c
+2 −1 thtk/thlzss.c
+10 −3 thtk/thlzss.h
+3 −2 util/CMakeLists.txt
+1 −1 util/list.h
+42 −23 util/path.c
+13 −4 util/path.h
+8 −5 util/program.c
+5 −4 util/seqmap.c
+0 −0 util/seqmap.h
+16 −1 util/util.c
+3 −0 util/util.h
+3 −4 util/value.c

0 comments on commit 950cc1c

Please sign in to comment.