phaser/src
2014-05-27 13:36:38 +01:00
..
animation defs typo fix 2014-05-20 00:08:39 +01:00
core Group.destroy now removes any set filters (thanks @Jmaharman fix #844) 2014-05-26 20:13:00 +01:00
gameobjects RetroFont now uses Phaser.scaleModes.NEAREST by default for its RenderTexture to preserve scaling. 2014-05-27 13:36:38 +01:00
geom Graphics.drawTriangles will draw an array of vertices to the Graphics object (thanks @codevinsky, #795) 2014-05-14 00:04:31 +01:00
input Swapped keypress callback order. 2014-05-27 11:32:18 +01:00
loader ScaleManager.bounds is a Rectangle object that holds the exact size of the game canvas, taking DOM offset and game scale into account. 2014-05-19 18:49:59 +01:00
math RandomDataGenerator.integerInRange would return a non-integer value if you passed in a float. 2014-05-09 16:39:45 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.makeParticles updated to use Array.isArray() check on the key/frame values, so non-string objects can be passed in (thanks @AnderbergE, fix #786) 2014-05-01 02:41:53 +01:00
physics ArcadePhysics.Body has a new boolean property enable. If false the body won't be checked for any collision or overlaps, or have its pre or post update methods called. Use this for easy toggling of physics bodies without having to destroy or re-create the Body object itself. 2014-05-27 11:22:58 +01:00
pixi RetroFont.text would throw WebGL errors due to an issue with Pixi.RenderTexture. Fixed in Phaser and submitted code to Pixi. 2014-05-15 15:32:59 +01:00
sound Sound.stop on Samsung S4 would randomly throw a DOM error. Wrapped the audio stop in a try/catch (thanks FSDaniel) 2014-05-09 16:39:45 +01:00
system Updates Silk UA test to avoid Safari conflict 2014-05-08 00:28:27 -04:00
tilemap Fixed Tilemap.removeTile issue to put tile of index -1 instead of null. 2014-05-19 22:58:52 +02:00
time Fixed a problem with the Timer class where a timer that is _codePaused after a game pause would not be considered to be _codePaused. 2014-05-09 10:33:38 -04:00
tween Phaser.Tween.from 2014-05-01 10:34:14 -05:00
utils Readme update. 2014-05-20 10:31:55 +01:00
Intro.js Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
Outro.js More Timer tests. 2014-04-26 16:16:18 +01:00
Phaser.js Preparing for 2.0.6 "Jornhill" development. 2014-05-20 10:56:45 +01:00