Skip to content

Releases: houmain/spright

3.5.2

28 Jul 08:31
Compare
Choose a tag to compare

Added

  • Added .DEB and .RPM package releases.

Changed

  • glob only adds not yet encountered inputs.

3.5.1

25 Jul 18:46
Compare
Choose a tag to compare

Added

  • Allow filename sequence for description to output each slice separately (#14).
  • Substitute variable in template filename.

Fixed

  • Fixed variable source.filenameBase to contain no extension.

3.5.0

17 Jul 06:09
Compare
Choose a tag to compare

Added

  • Allow grid cell size of one dimension to be 0 (to maximize).
  • Added function removeDirectories.
  • Added function joinPaths.

Changed

  • Not merging sequences in glob when grid or atlas is active.

Fixed

  • Fixed # in string literals.
  • Fixed grid when globbing.
  • Preventing grid and atlas in input file sequences.
  • grid-cells is considering grid-spacing.

3.4.0

15 Jun 15:40
9a04ca9
Compare
Choose a tag to compare

Added

  • Added function makeId.
  • Added function base64.
  • Added variables source.filenameBase, source.filenameStem, and source.filenameId.

Changed

  • Separated texture.path from texture.filename.
  • Also lookup templates in "templates" subdirectory.
  • Also packaging templates.

Fixed

  • Improved PixiJS template.

3.3.1

06 Jun 16:36
Compare
Choose a tag to compare

Added

  • Added max-sprites definition.
  • Added Cocos2d-x template.

Changed

  • Abort globbing when pattern is too coarse.

Fixed

  • Ensure the lowest index duplicate sprite is the one that is kept.
  • globbing does not always search subdirectories.

3.3.0

29 May 06:39
Compare
Choose a tag to compare

Added

  • Added pack method origin.
  • Added alpha mode opaque.
  • Added color parameter to alpha mode clear.

Changed

  • Ignoring unsupported extension when globbing with '.*'.
  • Skip output of descriptions without filename.

Fixed

  • Properly handling missing closing quote.
  • Expand sprite bounds by over-alignment.

3.2.0

23 May 20:00
Compare
Choose a tag to compare

Added

  • Added PixiJS template.
  • Replacing variables in tag values.

Changed

  • Renamed template files to .inja.

Fixed

  • Fixed output path for descriptions.
  • Fixed redundancy check when outputting multiple descriptions.

3.1.0

20 May 13:25
Compare
Choose a tag to compare

Added

  • Added default sheet.
  • Added description and template definitions.

Changed

  • Reporting unpackable sprites as warnings.
  • y-parameter of grid is no longer optional.
  • Atlas completion does not add skipped.

3.0.0

07 May 08:55
Compare
Choose a tag to compare

Changed

  • Added glob, removed source definition.
  • Replaced several commandline parameters with single run mode parameter.
  • Outputting sprite indices by input/source.
  • Checking sequence bounds.

Added

  • Autocompletion can update.
  • Allow to autocomplete only specific inputs.
  • Generalized skip to atlas and sequences.
  • Allow to specify grid's offset from the bottom-right corner.

2.3.1

05 Apr 04:24
d8ba004
Compare
Choose a tag to compare

Packaging all releases as ZIP.