Skip to content

Releases: SourceComb/sc-sprites

Lua (LÖVE) Version 0.1.0

10 Sep 07:20

Choose a tag to compare

Pre-release

Based on f566f6d (equiv. to lua-generic-v0.2.0)

We have basic functionality.

Things aren't too well documented right now, though. Most of what you need can be found in main.lua (our test file).

Lua (Generic) Version 0.2.0

02 Sep 13:38

Choose a tag to compare

Pre-release
  • Renamed Coords to Sprite, which makes slightly more sense.
    • Renamed Spritesheet.coords to .sprites
  • Sprite:frames() is now a generator
    • Added Sprite:getFrames(), which creates an array of frames in case you need it.
  • Generally improved the codebase
    • Actual parsing functionality is split into three separate functions, and moved to Parser
    • Code is now much better documented

Lua (Generic) Version 0.1.1

02 Sep 13:40

Choose a tag to compare

Pre-release
  • Now relying on Class Commons
    • Removed hard dependency on middleclass (which now won't work without some kind of adapter/translator/thing).

Lua (Generic) Version 0.1.0

02 Sep 10:39

Choose a tag to compare

Pre-release

Now pretty format-compliant and having a usable API, it's about time to release.