This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Releases: grapefruitjs/grapefruit
Releases · grapefruitjs/grapefruit
v0.2.0
New Features
- Rewrite random library to support deterministic random numbers
- Built-in Control systems (PlatformerControls, TopDownControls)
- Support multi-image tilesets
- Add Color class
- Add sprite interactions via Pointers
- Expose pixi filters system
Bugfixes
- Ignore large frame-time deltas (usually from window blur)
- Fix problem with gear joints on infinite inertia bodies
- Fix bug with using new XHR spec
- Properly interpolate physics updates
- Fix problems with Camera and scaling
- Fix a multitude of bugs in Particle Emitters
Misc
- Refactored effects into a separate namespace (
gf.fx
) - Updated to the latest pixi.js (v1.5.1)
- Add coveralls support: https://coveralls.io/r/grapefruitjs/grapefruit
- Convert to browserify for builds
- Rewritten tilemap rendering, now more performant and much simplier!