Release 2013-04
67 days since last release.
Overview
Not backwards compatible due to changes in event handling and game loop (adapting your game should be rather easy).
Major changes and new features
- improved
gamejs.worker
module - use gamejs.onEvent instead of the removed
gamejs.event.get()
- use gamejs.onTick instead of the removed
gamejs.time.*
functions - new
gamejs.draw.quadraticCurve()
andgamejs.draw.bezierCurve()
- new flag
gamejs.display.FULLSCREEN
(experimental; see examples/event) - new flag
gamejs.display.display.POINTERLOCK
; implies fullscreen flag (experimental)
Changes and bugfixes
- fixed build/minify problems on cygwin and maco
Contributors
- Vesa Hagström
- Simon Oberhammer
- rejacobson
- systemstart