diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2015-01-10 12:27:29 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2015-01-10 12:27:29 +0000 |
commit | c14a1f0c6c5a89705ad86129e282495bae7f1166 (patch) | |
tree | fb44795cb7d1f385b51396e0212d38f3a63e941c | |
parent | 35018dee01824f7ce7ea99dcdc4e128df3d647db (diff) | |
download | pkgsrc-c14a1f0c6c5a89705ad86129e282495bae7f1166.tar.gz |
Update onscripter to 20150102.
Upstream changes (no English changelog):
20150102:
- fix bug that bgm doesn't stop if game is saved during bgmfadeout
- change button drawing when mouse is moved out of window
- fix bug in delay insn that causes extra wait during skip
- fix bug that settings of kidokumode insn in envdata is overwritten
by kidokuskip insn at the next startup
20150101:
- fix bug of bdown insn
- fix bps insn to ignore undefined lsp
- fix spbtn insn to ignore undefined lsp
- fix infinite loop bug during skip by CTRL-key
- fix segfaults when loading images fails
- fix bug that skip by CTRL-key doesn't stop when it's released during
SMPEG is played
- fix buffer overflow in ScriptHandler.cpp
- fix bexec insn that can't use number 0
- allow spaces or tabs before labels in game script
- update bps insn to handle third arg (mouse bottun event)
-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 d877befc809..579871dfd2d 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2014/11/02 19:56:35 tsutsui Exp $ +# $NetBSD: Makefile,v 1.37 2015/01/10 12:27:29 tsutsui Exp $ # -DISTNAME= onscripter-20140817 +DISTNAME= onscripter-20150102 CATEGORIES= games MASTER_SITES= http://onscripter.sourceforge.jp/ diff --git a/games/onscripter/distinfo b/games/onscripter/distinfo index 97c626c949a..23ec3c5cacf 100644 --- a/games/onscripter/distinfo +++ b/games/onscripter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2014/11/02 19:56:35 tsutsui Exp $ +$NetBSD: distinfo,v 1.27 2015/01/10 12:27:29 tsutsui Exp $ -SHA1 (onscripter-20140817.tar.gz) = 25b6cef861c7a7c13cc90bace057759c6178dbb3 -RMD160 (onscripter-20140817.tar.gz) = 038e8dcc059ebd60d44d4ffa97c5466b4632f805 -Size (onscripter-20140817.tar.gz) = 234075 bytes +SHA1 (onscripter-20150102.tar.gz) = fb53f31c5ba5b4b2f6db1489530aa31da0d9922d +RMD160 (onscripter-20150102.tar.gz) = 88077d9fb736183f25e383e3dc3df7b60aa7d104 +Size (onscripter-20150102.tar.gz) = 235104 bytes SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909 |