Skip to content

Releases: useflashpunk/FlashPunk

FlashPunk 1.7.2 — Jet Cougar

19 Sep 16:50
Compare
Choose a tag to compare

Improvements

  • Spritemap's clipRect works now, independently of animation. So you can clip Spritemap's resulting image without altering the animation.

FlashPunk 1.7.1 — Opal Mainframe

20 Aug 00:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed crash during FP.sort. #71
  • Fixed crashes when using Console.log. #108
  • Added proper checking for Entity collision.
  • Image.createGradient now works for all gradients.

Improvements

  • Updated documentation for Draw.line. #83

Deprecations

  • Deprecated Image.centerOO. And no, I don't wanna' talk about it... 😠

Developers

  • Added IntelliJ IDEA project files for Mac developers.
  • Added documentation generation project file for FlashDevelop.
  • .swcs now build out-of-the-box.

FlashPunk 1.7.0 — Twinkle Gangster

03 Jul 20:53
Compare
Choose a tag to compare

General Changes

  • Clarified documentation for many functions
  • Added project files to simplify building and deployment process
  • Switched to Semantic Versioning

API Additions

  • Added Image.createGradient()
  • Added Canvas.applyFilter()