Skip to content

Releases: ActivexDiamond/cat-paw

v0.1.1-alpha

20 Jul 02:39
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Changelog

Additions

  • Added detach method to EventSystem for removing listeners.

Removals

Changes

Bugfixes


Note regarding files:

  • cat-paw.zip includes only the code for the engine itself (what you need to use it in a project.)
  • Source Code includes everything (engine code, docs, tests and manual-test)
  • cat-paw 0.1.0-alpha.love also includes everything but is included as convenience so you can immediately execute it with love. In the future this will bring up the example-runner and builds for Windows/MacOS/Unix should also be provided (not implemented).

v0.1.0-alpha

14 Mar 02:13
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

The first ever (proper) CatPaw release! Now properly using semver!

The cat-paw.zip file includes only the code for the engine itself (what you need to use it in a project.)

The Source Code files include everything (engine code, docs, tests and manual-test)
The cat-paw 0.1.0-alpha.love file also includes everything but is included as convenience so you can immediately execute it with love. In the future this will bring up the example-runner and builds for Windows/MacOS/Unix should also be provided (not implemented).