phaser/src
2016-04-04 21:25:21 +01:00
..
animation Docs update #2243 2016-02-02 23:04:54 +00:00
core Ensure a parent container is a Group before removing from its hash. 2016-03-24 13:44:49 -03:00
gameobjects Formatting. 2016-04-04 21:25:21 +01:00
geom Update Polygon.js 2016-02-28 16:00:29 -05:00
input Fixed issue with not removing mouseoutglobal eventlistener 2016-02-19 15:15:31 +02:00
loader URI + ? fix. 2016-02-18 14:34:20 +00:00
math Added RandomDataGenerator.sign (returns -1 or +1) 2016-02-07 14:25:19 +02:00
net All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
particles Emitter methods return the Emitter instance 2016-01-20 13:34:08 -08:00
physics fix typo in componentToHex 2016-03-09 15:54:40 -08:00
pixi Formatting. 2016-04-04 21:25:21 +01:00
sound Sound.position can no longer become negative, meaning calls to AudioContextNode.start with negative position offsets will no longer throw errors (thanks @Weedshaker #2351) 2016-02-26 13:36:19 +00:00
stubs Added removeAll to TweenManager's stub so call from stageManager doesn't throw errors 2016-01-05 21:03:04 +01:00
system Fixed Edge device check. 2016-02-17 13:37:32 +00:00
tilemap Merge pull request #2412 from MannyC/keep_tiled_layer_encoding_synced 2016-04-04 17:07:31 +01:00
time Fixed links in documentation 2016-03-25 18:08:29 -03:00
tween Tween.onLoop would be fired when a Tween repeated and Tween.onRepeat would be fired when a Tween looped. These are now reversed to fire correctly (thanks @vladkens #2024) 2016-02-17 02:57:45 +00:00
utils Color.updateColor would pass color.a to the getColor32 method without first putting the value into the range 0 - 255 (thanks @mainpsyhos #2327) 2016-02-17 03:50:06 +00:00
Intro.js More tests with the UMD wrapper. 2015-07-24 13:21:33 +01:00
Outro.js More tests with the UMD wrapper. 2015-07-24 13:21:33 +01:00
Phaser.js Preparing for 2.4.7 development. 2016-02-18 15:06:43 +00:00
PixiDefaults.js Updated readme and build scripts. 2015-09-30 11:20:14 +01:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00