diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2016-02-14 14:49:41 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2016-02-14 14:49:41 +0000 |
commit | 9a1703d866359bcbb739bc0abc3332b561d81525 (patch) | |
tree | 7e690d20561cb12b86e9eb0acde34558d4eba17f /games | |
parent | ea40f5c4199f1c043e5112d9daf4531448624723 (diff) | |
download | pkgsrc-9a1703d866359bcbb739bc0abc3332b561d81525.tar.gz |
Update onscripter to 20150820.
Upstream changes (no English changelog):
20150820:
- change 'a' key (auto-mode) behavior as the original NScripter
(affects only Android)
20150811:
- make lsp and other insns accept decimal fraction as height and width
values of rectangle drawing
20150810:
- fix a bug in split insn that causes segfault when number of split
characters is equal to or larger than 256 bytes
- fix a bug of BGM loop on Android
- fix a bug of gettag insn
- fix a bug that LUA cannot recognize scripts which include '\'
in the second byte of Shift-JIS chars
- implement getmclick insn, and also implement NSGetClick, NSGetMouse,
NSDoEvents, NSSleep, NSSpCell, NSSp2GetInfo, NSSp2GetPos, NSSp2Load,
and NSSp2Move insns for NSLua
- use the latest SDK and NDK for Android on Linux
- speed up extracting zip files on Android
Diffstat (limited to 'games')
-rw-r--r-- | games/onscripter/Makefile | 5 | ||||
-rw-r--r-- | games/onscripter/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games/onscripter/Makefile b/games/onscripter/Makefile index 8a701d32661..2620b699b37 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2015/06/29 11:06:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2016/02/14 14:49:41 tsutsui Exp $ # -DISTNAME= onscripter-20150208 -PKGREVISION= 1 +DISTNAME= onscripter-20150820 CATEGORIES= games MASTER_SITES= http://onscripter.osdn.jp/ diff --git a/games/onscripter/distinfo b/games/onscripter/distinfo index 56a7339ee73..4c69daee139 100644 --- a/games/onscripter/distinfo +++ b/games/onscripter/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2015/11/03 20:57:00 agc Exp $ +$NetBSD: distinfo,v 1.30 2016/02/14 14:49:41 tsutsui Exp $ -SHA1 (onscripter-20150208.tar.gz) = d6fc685e9e85dd9a93e5ea0a270f9e876619b79d -RMD160 (onscripter-20150208.tar.gz) = 848437aae09ebacdf396b3fe02326e5997e105eb -SHA512 (onscripter-20150208.tar.gz) = c2b17897d243cc26bb040c931d92ac299f670339df4ded4dab517f0048b921b96b0f85fa112a5597e1adb2cf8d410789f90b8cddebdc21ccce31c36ea53cb8f3 -Size (onscripter-20150208.tar.gz) = 235129 bytes +SHA1 (onscripter-20150820.tar.gz) = e876090ba1ccefea31f544699a817ec591299ca9 +RMD160 (onscripter-20150820.tar.gz) = 9513dff06f2cea977e2c7c1c85fe612ac4f04698 +SHA512 (onscripter-20150820.tar.gz) = 28ddd6152a808f47ec0ea2ec75dd8704eb8bbb668c05dd1582dccc22095133b027e9dc437dd474839125842e1dda09a7f8e822b015c25e7ced67801d57d1158c +Size (onscripter-20150820.tar.gz) = 236933 bytes SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909 |