Skip to content

Releases: Toksisitee/PopSpriteEditor

v1.4.0

19 Dec 15:31
Compare
Choose a tag to compare

New Features

  • Two additional sheet extraction options have been added; extract between an index range & start extraction from a specific index.

Bug Fixes

  • Fixed a sheet creation crash.

v1.3.3

15 Apr 17:03
Compare
Choose a tag to compare

Bug Fixes

  • Support for reading & writing sprites with a width of 127 or higher.
  • Sprite preview image will no longer grow over controls when zoomed in.

Misc

  • Option to force a full color palette useage. This is needed for some sprite banks, such as felgspen and plspanel.
  • Color palette image slightly larger.
  • Sprite preview image will have horizontal and vertical scrollbars if the image doesn't fit the control.
  • Sprite preview image will now scale to match the main window size.

v1.3.2

03 Mar 11:45
Compare
Choose a tag to compare

Bug Fixes

  • Fixed incomplete sprite mapping. This resolves issues such as missing shadows and world view icons.
  • Fixed corrupt colors when creating an HFX sprite bank.
  • Alpha table support; alpha based sprites, such as effects inside hfx0-0.dat will be correctly rendered inside the editor.

Misc

  • More user error handling added.

v1.3.1

27 Feb 19:37
Compare
Choose a tag to compare

New Features

  • Sprite Sheet Manager
    • Generate sheets from frames.
    • Parse & Split sheets to individual frames.

v1.2.0

24 Feb 17:09
Compare
Choose a tag to compare

New Features

  • Pixel Inspector; hover over an image and a tooltip will appear showing the highlighted pixel's values:
    • Position (current width & height).
    • RGB values.
    • Index in the color palette.
    • Right click to copy RGB values.
  • Basic editing functionality:
    • 2 color slots (right/left click).
    • Brush mode; paint individual pixels (r/l click).
    • Color pick mode; copy RGB values from highlighted pixel (r/l click).
    • CTRL + Z (undo).
    • CTRL + Y (redo).
    • Key B (brush mode).
    • Key Y (color pick mode).
  • Export color palette to bitmap format (File -> Export Palette).

Bug Fixes

  • Fixed infinite loops caused by sprites with a width and/or height larger than 256.

v1.1.0

18 Feb 07:49
Compare
Choose a tag to compare

New Features & Improvements

  • Color palette index 0 and 255 are treated as color keys.
  • Added optional and adjustable third color key option.
  • The editor now supports 8-bit, 24-bit and 32-bit bitmaps.

Bug Fixes

  • Fixed shadow sprites from corrupting during creation of new banks.
  • Fixed bitmap reading issues.

v1.0.0

09 Feb 12:33
Compare
Choose a tag to compare

Features

  • Open banks:
    • Preview scaled sprites (slider) with nearest-neighbor interpolation.
    • Export sprites as bitmaps (individually or in bulk).
    • View offset, index, width, height and raw data of each sprite.
  • Create banks:
    • From bitmaps of any width & height.
    • Append or insert sprites to an "existing" bank.
    • Modify original sprites width & height.
  • Color Palette:
    • Preview color palette.
    • Adjustable color key.

Known Issues

  • Shadows cannot be previewed or saved.