Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Platypus v0.6.4

Compare
Choose a tag to compare
@probityrules probityrules released this 06 Oct 02:40
· 607 commits to master since this release

This release fixes a few bugs and adds a few small features as listed below.

Bug Fixes

  1. Fixed an event listening bug wherein an event handler could add additional event handlers to the currently processing event handler list resulting in an endless loop.
  2. Additional Vector bug fixes for assignment and addition (both fixes to original v0.6.2 overhaul due to incorrect iOS Safari behavior).
  3. Fix to CollisionTiles wherein adding un-instantiated AABB's did not increment the stored AABB index.
  4. Fix to RenderSprite's visible property so that it toggles appropriately for static cameras.

Minor Changes

  1. Implemented PIXI.ParticleContainer for RenderTiles to further optimize map draws.
  2. Added a tileCache property to the RenderTiles component. It defaults to true, but if explicitly set to false, visible map tiles and cached RenderSprites are not cached but instead rendered directly to the canvas.