diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2013-03-10 16:33:23 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2013-03-10 16:33:23 +0000 |
commit | e4adc57eeff0dd15a2017bee3fedd45d72f6ac5f (patch) | |
tree | c4c18ee0a368dbbf16261c0eea7a6ea57f0fc5a1 /games | |
parent | 999196f3b77792c399e1eb40a54db74479f2def8 (diff) | |
download | pkgsrc-e4adc57eeff0dd15a2017bee3fedd45d72f6ac5f.tar.gz |
Update onscripter to 20130223.
Upstream changes summary (only Japanese log available)
20130223
- fix bug of game insn that resets loaded default cursor
- fix bug that backlog doesn't show all text due to buffer overflow
in some case
20130216
- implement luacall reset
- fix bug in definereset insn that resets global variables even during
globalon insn is active
- make definereset insn load system.lua
- handle >255 values for sprite transparent value
20130203
- fix iOS SDK bug
20130202
- implement checkkey insn
- implement NL_dofile, NSGetSkip, NSGetWindowSize, NSTimer, NSGetKey,
NSUpdate, NSSpClear, NSSpGetInfo, NSSpGetPos, NSSpLoad, NSSpMove,
and NSSpVisible insns for NSLua
- update Android SDK
Diffstat (limited to 'games')
-rw-r--r-- | games/onscripter/Makefile | 4 | ||||
-rw-r--r-- | games/onscripter/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/onscripter/Makefile b/games/onscripter/Makefile index 51c104c5025..834c5eca627 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2013/01/26 13:02:50 tsutsui Exp $ +# $NetBSD: Makefile,v 1.21 2013/03/10 16:33:23 tsutsui Exp $ # -DISTNAME= onscripter-20130120 +DISTNAME= onscripter-20130223 CATEGORIES= games MASTER_SITES= http://onscripter.sourceforge.jp/ diff --git a/games/onscripter/distinfo b/games/onscripter/distinfo index a68b0d8d7f3..683a5fd5059 100644 --- a/games/onscripter/distinfo +++ b/games/onscripter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2013/01/26 13:02:50 tsutsui Exp $ +$NetBSD: distinfo,v 1.17 2013/03/10 16:33:23 tsutsui Exp $ -SHA1 (onscripter-20130120.tar.gz) = 25ce9db7b7c4610252f7baacd12035c6e69f6d0e -RMD160 (onscripter-20130120.tar.gz) = 86e7523bb4e9ad780bbb16fe61c9b206aa3a6a57 -Size (onscripter-20130120.tar.gz) = 231084 bytes +SHA1 (onscripter-20130223.tar.gz) = e3e3c72499e814a87b94765e5d5cdaf45c365d4c +RMD160 (onscripter-20130223.tar.gz) = 2f74b96662efc0f0a56b614b435d25fe687b2b37 +Size (onscripter-20130223.tar.gz) = 233207 bytes SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909 |