2013-03-26 15:01:56 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
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-17 22:28:12 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
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-10 17:33:24 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
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-01-26 14:02:50 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
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
|
2012-12-14 18:17:54 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
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-10-30 17:09:54 by Izumi Tsutsui | Files touched by this commit (4) |
Log message:
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-07 22:20:24 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
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-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-07 17:02:45 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
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-08-24 16:51:42 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update onscripter to 20120712.
Changes of 20120712:
- implement getmouseover instruction
|