Commit graph

33 commits

Author SHA1 Message Date
tsutsui
a1fa5c246e onscripter: update to 20191116.
Upstream changes:

20191116
 - Support Ponscripter's extension, reading archives from a patch directory.
2019-11-21 13:05:29 +00:00
tsutsui
6de039696c onscripter: update to 20191022.
pkgsrc changes:
 - use https for HOMEPAGE and MASTER_SITES

No English upstream changelog.
2019-11-14 15:19:42 +00:00
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
agc
002d349f92 Add SHA512 digests for distfiles for games category
Problems found locating distfiles:
	Package blokus: missing distfile blokus-1.1.tar.gz
	Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
	Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
	Package gate88: missing distfile Gate88_Mar19_05.tar.gz
	Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
	Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
	Package rollemup: missing distfile Rollemup.tar.gz
	Package tscp: missing distfile tscp181.zip
	Package xbat: missing distfile xev111.tar.gz
	Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
	Package xrick: missing distfile xrick-021212.tgz
	Package xskat: missing distfile xskat-cards.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 20:56:42 +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
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
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
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
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
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
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
22d11ac99a Fix botch in previous: use more pkg-config metainfo for all necessary libs 2012-05-27 17:40:38 +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
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
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
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