Skip to content

MAPeD v0.67b - SPReD v0.61b

Compare
Choose a tag to compare
@0x8BitDev 0x8BitDev released this 03 Dec 08:44
· 499 commits to master since this release

MAPeD:

  • Updated Python API v1.8 and Quick Guide
  • Added screen mode with 2x2 blocks and switching between 2x2 and 4x4 tile data
  • Added support for custom screen size multiple to a 2x2 block
  • Optimization and speed-up of work with tiles
  • Added screen data alignment by 9 positions when loading another platform project or a project with a different screen size
  • Added asynchronous project loading/image importing operations with a progress bar
  • Added a separate option to import CHRs (1x1 tiles) from images
  • Added checking of matched blocks (2x2), to identify similar data in the optimization process
  • Added import of indexed images with an ordered array of 16-color palettes
  • Entity properties changed from decimal to hexadecimal values
  • NES: added user defined palettes array
  • SMS: added support of two 16-color palettes
  • SMS: added import of 32-color images
  • SMS: added support of RLE16 when exporting static screen (VDP-ready) data
  • SMS: added column ordered palette
  • Added ZX version with example projects and native samples (SjASMPlus)
  • Various bug fixes and improvements

[!] The PCE/SMD versions are in development and is available in development build.

SPReD:

Minor changes:

  • SMS: added column ordered palette
  • Various fixes