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)
This commit is contained in:
parent
7f90daf356
commit
9c68cf921c
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue