Commit graph

42 commits

Author SHA1 Message Date
tsutsui
5117539e84 Update onscripter to 20161102.
No English changelog in upstream (too many changes to translate),
mostly bug fixes and some new script instructions.
2017-03-20 13:56:08 +00:00
tsutsui
00a7d48b93 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
2016-02-14 14:49:41 +00:00
ryoon
7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
tsutsui
808acae6ac Update onscripter to 20150208.
Upstream changes (no English changelog):

20150208:
 - fix a bug in textgosub insn with "_" clockstr insn strings

20150207:
 - fix a bug that delay insn doesn't read an argument (enbugged in 20150102)
 - implement textcolor insn
 - fix a bug in textgosub insn that doesn't show text when there are multiple
   charactors specified by clickstr insn

20150112:
 - iOS 8 SDK changes
2015-03-14 15:09:00 +00:00
tsutsui
9c68cf921c 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)
2015-01-10 12:27:29 +00:00
tsutsui
f6f8d388a5 Update onscripter to 20140817.
Upstream changes (no English changelog):

20140817:
 - fix a bug which fails on playing movie on Android L (Preview)
   on emulator

20140816:
 - fix ONScripter and SDK for Android L (Preview) ART environment
   on emulator
 - reflect screen size and global variable informations even if
   they are not defined at the top of the script
 - allow ":c/2;" format instead of ":c/2,0,3;" for animation
   in graphic file
 - fix a bug of incorrect trap insn behavior on btnwait and at
   the end of text

20140505:
 - fix SDK for Xcode 5.1.1 + iOS 7.1.1
2014-11-02 19:56:35 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
tsutsui
5b1e0dd09e 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
2014-06-01 15:50:21 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
tsutsui
1906461b1e Update onscripter to 20131223.
Upstream Changes (only Japanese log available)

20131223:
 - fix bugs that dialog characters are not drawn correctly
   if -DPDA_AUTOSIZE, -DPDA_WIDTH or -DBPP16 options are specified
 - fix a bug that doesn't load saved data from the directory specified
   by savedir instruction on startup
2014-02-28 16:17:22 +00:00
tsutsui
4c68e1e16d Update onscripter to 20131103.
Upstream Changes (only Japanese log available)

20131103:
 - misc iOS 7 improvements
 - implemente savedir instruction
   (existing save date directory might be changed)

20131102:
 - support Xcode 5.0 and iOS 7
2013-12-14 15:28:18 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
tsutsui
b29ef90219 Update onscripter to 20130929.
pkgsrc changes:
 - remove previous patch-LUAHandler.cpp, which has been integrated

Upstream Changes (only Japanese log available)

20130929:
 - apply a patch to fix compile failure with Lua 5.2
2013-10-19 06:43:43 +00:00
tsutsui
bbeb9d39ea Update onscripter to 20130812.
pkgsrc changes:
 - add patch-LUAHandler.cpp to adapt to lua 5.2 API changes

Upstream Changes (only Japanese log available)

20130812:
 - make savescreenshot and savescreenshot2 insns allow any filenames,
   i.e. allow filenames without .bmp extension as the original
   ONScripter does.
2013-09-15 20:07:07 +00:00
adam
f9cd38361f Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
tsutsui
a3a48956ce Update onscripter to 20130411.
Upstream changes summary (only Japanese log available)

20130411:
 - fix a bug of bexec insn that doesn't return "SKIP" status
   even during skip mode
2013-06-14 15:43:49 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
tsutsui
afc56fff5f Update onscripter to 20130317. (leaf package bug fix)
Upstream changes summary (only Japanese log available)

20130317
 - fix a bug introduced in 20130223, failure of loading savefile
   when there are too many characters in the backlog text buffer
2013-03-26 14:01:56 +00:00
tsutsui
53708be9d6 Update onscripter to 20130316.
Upstream changes summary (only Japanese log available)

20130316
 - fix a bug in spstr insn that doesn't work for string sprites
2013-03-17 21:28:12 +00:00
tsutsui
0aa074c1d3 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
2013-03-10 16:33:23 +00:00
tsutsui
381c436681 Update onscripter to 20130120.
Upstream changes summary (only Japanese log available)

20130120
 - fix a timer bug introduced in 20130112 that cause too fast animation

20130119
 - fix bugs in definereset and reset insns

20130118
 - fix bug that can't get right hight of character sprite

20130112
 - fix event loop handlers to make NSLua work correctly
 - fix a bug around text new line
 - improve yesnobox and okcancelbox button drawing
 - add Lua support to Android SDK
2013-01-26 13:02:50 +00:00
tsutsui
bd6dfa0d59 Update onscripter to 20121201.
upstream changes since 20121029:

20121201:
 - fix a write after free bug
 - fix out of bounds write bug when --render-font-outline is specified
 - update Androld SDK

20121117:
20121116:
20121031:
 - iOS SDK updates (not relevant to pkgsrc binary)
2012-12-14 17:17:54 +00:00
tsutsui
6dc4b63043 Update onscripter to 20121019.
pkgsrc changes:
 - add PKG_OPTION onscripter-pda that enables PDA_AUTOSIZE option
   to fit window size to screen on small PDA devices like W-ZERO3 and Zaurus

upstream changes since 20120926:

20121029:
 - fix compiler error on iOS target build environment

20121019: serious bug fix
 - fix memory leak per rendering a glyph, slipped in since 20050819

20121016:
 - reimplement yesnobox insn to allow yes/no choice in dialog
 - implement okcancelbox insn
 - enlarge buttons in yesnobox and okcancelbox dialogs
 - allow mapping right click to no/cancle in yesnobox and okcancelbox insns
2012-10-30 16:09:53 +00:00
tsutsui
7c49a93ee2 Update onscripter to 20120926.
Changes summary:

20120926:
 * fix a bug in textgosub insn used with wait-click '@' and following insns

20120910:
 * improve font rendering used by --render-font-outline option
2012-10-07 20:20:24 +00:00
asau
45127be31e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
tsutsui
ec50ff3031 Update onscripter to 20120901.
Change logs:

20120901:
 * add --render-font-outline option that enables outline fonts
   added in SDL_ttf 2.0.10

20120831:
 * fix resampling bug in resizeImage function enabled by
   -PDA_WIDTH or -DPDA_AUTOSIZE options

20120826:
 * fix a bug in getcursorpos2 insn after strsp insn
 * fix autosave bug if pretextgosub is not set
2012-09-07 15:02:44 +00:00
tsutsui
e7be50698e Update onscripter to 20120712.
Changes of 20120712:
 - implement getmouseover instruction
2012-08-24 14:51:41 +00:00
tsutsui
ce9a02ad70 Update onscripter to 20120531 (leaf package bugfix).
Also take MAINTAINER.

Changes from 20120527:
 - fix a bug in Lua initialization
2012-06-23 08:00:49 +00:00
tsutsui
14e315cb50 Update onscripter to 20120527.
Changes from 20120520:
- refactored Makefile.Linux
- fix textbtnwait command bug
2012-05-27 17:08:44 +00:00
tsutsui
138bea6423 Update onscripter to 20120520.
(no English changelog in upstream)
 * Makefile.onscripter quirk for Windows build was moved into Makefile.Win
 * various bug fixes
 * misc improvements mostly for Android and iOS supports
2012-05-20 11:47:51 +00:00
wiz
de14785d30 Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
ryoon
2a9747228b Update to 20111025
Changelog:
* Fix resize of splite bug
* Fix square drawing bun in 16bpp mode
* When transbtn is run and button is pushed with btnwait,
  select most solid button
* Make btnwait zero when btntime is zero
* Implement textspeeddefault
* Fix square drawing bug with alpha mode
* Fix getcursorpos bug
* Fix button drawing bug
* Fix bugs in textgosub, pretextgosub, and so on
* Change btndown 1 behavior
* Implement ruby support in strsp
* Discard old style save file format support
* Fix bug in save and restore
* Implement partial yesnobox support
* Support extract on case insensitive filesystem
* Support ns2 archive reading
* Fix bug in automode screen transition
* Implement mp3fadein, mp3fadeout, bgmfadein, and bgmfadeout
* Fix bugs in Ogg Vorbis play
* Fix bugs related to Android and Windows
2011-10-28 15:03:54 +00:00
ryoon
27357ca72b Update to 20110619
Changelog:
* Fix getcselstr related bug.
2011-07-14 06:34:36 +00:00
obache
021520d07a Update onscripter to 20110528.
PR#45025 by ISIHARA Takanori.

some bug fixes.
2011-06-09 12:09:22 +00:00
ryoon
35cb60ae90 Update to 20110416.
Changelog:
* Add --wide option, 16:9 wode screen support.
* Fix SDL related bug.
* Improve Android support.
* Use PDA screen size selection mechanism.
2011-04-29 17:02:27 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ryoon
9244bb73f2 Update to 20110320
Changelog:
Version 20110309:
* only affects to ONScripter for Android.

Version 20110320:
* Fix segmentation fault in size detection of nbz file in nsa archive.
2011-04-10 08:11:56 +00:00
obache
b7cc057286 Use mk/jpeg.buildlink3.mk, instead of graphics/jpeg directly. 2011-03-02 13:36:00 +00:00
ryoon
eb19d35463 Import onscripter-20110226 as games/onscripter
ONScripter executes a script for NScripter. NScripter is an engine
for the creation of visual novels on Microsoft Windows.

This package is based on PR pkg/44555 from ISIHARA Takanori.
2011-03-02 12:05:18 +00:00