diff options
author | tsutsui <tsutsui> | 2014-06-01 15:50:21 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2014-06-01 15:50:21 +0000 |
commit | b8114ee7098e9ed36d961a24f43dbbfc9b35f043 (patch) | |
tree | 9afc097b3dfeae92f4596f5574ae6d1bdea52e9d /games | |
parent | e1afcb08a7308fa564d3dac2fdd9d83ba0abb053 (diff) | |
download | pkgsrc-b8114ee7098e9ed36d961a24f43dbbfc9b35f043.tar.gz |
Update onscripter to 20140504.
Upstream changes (no English changelog):
20140504:
- fix a bug that can't read in label information in some particular cases
- fix warnings by gcc-4.7.2
20140422 (serious bug fix):
- fix a bug slippled in 20140406 that prevents save from mouse
right click menu
20140406:
- fix incorrect movie URLs on Android version
- fix a bug in savegame insns that handles a 32 bit integer
for save data differently from the original nscripter
- improve bgm and mp3loop insns to support
"(time from the start of bgm)filename" format for loop bgm
- fix a bug in skip insn that causes infinite loop when 0 is passed
- implement menu_clock_def and menu_click_page insns
- fix a bug in textgosub insn that doesn't return to the labeled insn
specfied by "return *label" format
Diffstat (limited to 'games')
-rw-r--r-- | games/onscripter/Makefile | 5 | ||||
-rw-r--r-- | games/onscripter/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/onscripter/Makefile b/games/onscripter/Makefile index 06166db709a..afe577098fe 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2014/05/03 13:14:37 alnsn Exp $ +# $NetBSD: Makefile,v 1.34 2014/06/01 15:50:21 tsutsui Exp $ # -DISTNAME= onscripter-20131223 -PKGREVISION= 1 +DISTNAME= onscripter-20140504 CATEGORIES= games MASTER_SITES= http://onscripter.sourceforge.jp/ diff --git a/games/onscripter/distinfo b/games/onscripter/distinfo index 290f5648180..545222cc8df 100644 --- a/games/onscripter/distinfo +++ b/games/onscripter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2014/02/28 16:17:22 tsutsui Exp $ +$NetBSD: distinfo,v 1.25 2014/06/01 15:50:21 tsutsui Exp $ -SHA1 (onscripter-20131223.tar.gz) = 76e35f6e0bbc05f559c1ceb6500e80bde9839ab6 -RMD160 (onscripter-20131223.tar.gz) = f5edf8852a721555965781c012d670fbcd397c40 -Size (onscripter-20131223.tar.gz) = 234276 bytes +SHA1 (onscripter-20140504.tar.gz) = 7e424312f71467b3fcb76408ad17efe9d3115d46 +RMD160 (onscripter-20140504.tar.gz) = 9da4b6ede2ac7bfbc47503c279fe444d7a1fce7c +Size (onscripter-20140504.tar.gz) = 233752 bytes SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909 |