Skip to content

Releases: Clownacy/ClownMapEd

v1.1.2

12 Apr 15:06
Compare
Choose a tag to compare

General changes

  • Fixed cycling backwards through sprite pieces getting stuck at piece 0.
  • Fixed the selected sprite piece not being visually highlighted.
  • The editor now gracefully recovers when loading invalid mappings and DPLCs.
  • Sprite importing now only matches the background colour if it is exact.
  • Sprite importing now allows bitmaps which do not mark their unbounded areas.

Technical changes

  • Added support for Qt 6.
  • Made compatible with Qt 5.12.
  • Offloaded asset processing to the libsonassmd library.
  • Added an AppImage build.
  • Switched to the static MSVC runtime library, avoiding the need for users to install any redistributables.

v1.1.1

28 Nov 21:10
Compare
Choose a tag to compare
  • Saving tiles/palettes/mappings/DPLCs no longer requires permission to overwrite existing files.
  • Non-MapMacro mappings/DPLCs no longer use local labels, to improve compatibility with old disassemblies.
  • Tiles can now be saved in assembly format.

v1.1

09 Sep 12:46
Compare
Choose a tag to compare
  • Fixed selected sprite piece not incrementing.
  • Fixed generated assembly mappings using too many leading zeroes for the sprite size value.
  • Added support for loading and saving in the MapMacros format (enabled by default).

v1.0.1

14 May 12:36
Compare
Choose a tag to compare
  • More keyboard shortcuts have been added to account for alternate keyboard layouts. This particularly benefits German keyboard layouts, where the '[' and ']' keys are far less accessible. '[' and ']' have been bound to '8' and '9', and ';' and ''' have been bound to '6' and '7'.
  • File dialogs now support more file extensions ('.unc', '.nem', etc.).

v1.0

19 Apr 20:03
Compare
Choose a tag to compare

The initial release. While not yet at feature-parity with SonMapEd, this version should provide all of the essentials.