Skip to content

Releases: nataliapc/msx2daad

msx2daad v1.5

30 Oct 16:24
Compare
Choose a tag to compare
  • Speed/size optimizations
  • INPUT partially implemented
  • Fixed ISDONE/ISNOTDONE mechanism (issue #13)
  • Fixed INKEY condact (issue #23)
  • Fixed RAMLOAD
  • Fixed COPYFO
  • Fixed TIME
  • Fixed WINDOW
  • English pronoums bugfix
  • Condact unit tests
  • imagewizard.php updated

msx2daad v1.4

03 Oct 12:59
Compare
Choose a tag to compare
  • Implemented DOALL condact.
  • Added new GFX routines (128, 129) -MSX2 only-
  • Support for PARSE 1 condact (for orders like: SAY "HELLO").
  • Reading of input keys optimized to avoid DOS BIOS calls.
  • WHATO condact fixed (issues #17 #5).
  • PLACE condact & object count fix.
  • XSAVE bugfix.
  • HASAT/HASNAT added undocumented use.
  • Info_daad.tcl debug script for openMSX.
  • Support to enable CPU Turbo (MSX2+) & R800 (TurboR).
  • Character printing speed optimizations.
  • LastPicture functionality now is at WINDOW level not global.
  • Improvements in DOS2 library.
  • IssueFix #21: Don't change unknown object articles.

msx2daad v1.3

15 Jan 17:02
Compare
Choose a tag to compare
  • Support for SCREEN 10 (YJK+RGB mode with 12499 colors)
  • imgwizard: Added support to image creation with transparencies.
  • imgwizard: Added Chunks: CLS, RESET, SKIP, PAUSE.
  • imgwizard: We can now delete chunks and join images.
  • imgwizard: Can convert SC5 to SC10(RGB) and SC12 to SC10(YJK)
  • Corrected condacts: INKEY, LOAD.
  • Added XUNDONE (Maluva)
  • Added partial support to condacts SFX and GFX.
  • Added Debug Transcript to file support.
  • fGFlags and fScMode flags initialization fixed.
  • Bugfix: using ATGT and ATLT.
  • Bugfix: using LISTAT y LISTOBJ.
  • Fixed #11 : PAPER and INK aren't globals, each WINDOW have its own.
  • Fixed #12 : MORE message don't must be show with 1 row windows.

Thanks to @rockersuke for the issue repports.

msx2daad v1.2

18 Nov 15:42
Compare
Choose a tag to compare
  • Support of XPLAY virtual condact of DRC compiler.
  • Pictures can now have transparency, any width/height, and be painted in a specific place using WINDOW.
  • Bugfixes

msx2daad v1.1

13 Nov 22:59
Compare
Choose a tag to compare
  • Several bugfixes.
  • Objects management can support several objects with same name.
  • Text compression tokens not limited to 5 characters.
  • Bugfixed pletter5 decompression of images

msx2daad v1.0

09 Nov 15:38
Compare
Choose a tag to compare

First release.
The compiled binaries are included for all screeen modes and spanish and english languages.
Also included a minimal adventure ready to use just for testing purpose (sources and disks).