summaryrefslogtreecommitdiff
path: root/games/onscripter
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01Update onscripter to 20140504.tsutsui2-7/+6
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-05-03Revbump for Lua multiversion support.alnsn1-1/+2
2014-02-28Update onscripter to 20131223.tsutsui2-6/+6
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
2013-12-14Update onscripter to 20131103.tsutsui2-7/+6
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-10-30Bump PKGREVISION of packages whose Lua depends changed form, but whosedholland1-1/+2
own PKGNAME is unchanged.
2013-10-19Update onscripter to 20130929.tsutsui3-28/+6
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-09-15Update onscripter to 20130812.tsutsui3-7/+28
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-07-04Revbump after updating lang/lua to 5.2.2.adam1-1/+2
2013-06-14Update onscripter to 20130411.tsutsui2-7/+6
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-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
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-03-26Update onscripter to 20130317. (leaf package bug fix)tsutsui2-6/+6
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-17Update onscripter to 20130316.tsutsui2-6/+6
Upstream changes summary (only Japanese log available) 20130316 - fix a bug in spstr insn that doesn't work for string sprites
2013-03-10Update onscripter to 20130223.tsutsui2-6/+6
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-01-26Update onscripter to 20130120.tsutsui2-6/+6
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
2012-12-14Update onscripter to 20121201.tsutsui2-6/+6
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-10-30Update onscripter to 20121019.tsutsui4-12/+35
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-07Update onscripter to 20120926.tsutsui2-6/+6
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-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-07Update onscripter to 20120901.tsutsui2-6/+6
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-08-24Update onscripter to 20120712.tsutsui2-6/+6
Changes of 20120712: - implement getmouseover instruction
2012-06-23Update onscripter to 20120531 (leaf package bugfix).tsutsui2-7/+7
Also take MAINTAINER. Changes from 20120527: - fix a bug in Lua initialization
2012-05-27Fix botch in previous: use more pkg-config metainfo for all necessary libstsutsui2-6/+22
2012-05-27Update onscripter to 20120527.tsutsui3-43/+49
Changes from 20120520: - refactored Makefile.Linux - fix textbtnwait command bug
2012-05-20Update onscripter to 20120520.tsutsui4-55/+25
(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-01-28Recursive bump for removal of jpeg/tiff/png buildlink3.mk fileswiz1-2/+2
from SDL_image. If one of these packages needs them, it should include them itself.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-28Update to 20111025ryoon2-6/+6
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-07-14Update to 20110619ryoon2-6/+6
Changelog: * Fix getcselstr related bug.
2011-06-09Update onscripter to 20110528.obache2-6/+6
PR#45025 by ISIHARA Takanori. some bug fixes.
2011-04-29Update to 20110416.ryoon4-39/+19
Changelog: * Add --wide option, 16:9 wode screen support. * Fix SDL related bug. * Improve Android support. * Use PDA screen size selection mechanism.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-10Update to 20110320ryoon2-6/+6
Changelog: Version 20110309: * only affects to ONScripter for Android. Version 20110320: * Fix segmentation fault in size detection of nbz file in nsa archive.
2011-03-02Use mk/jpeg.buildlink3.mk, instead of graphics/jpeg directly.obache1-2/+2
2011-03-02Import onscripter-20110226 as games/onscripterryoon6-0/+176
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.