phaser/src
2015-09-26 00:58:02 +01:00
..
animation Typo fix. 2015-09-23 14:04:04 +01:00
core Merge pull request #2107 from JackMorganNZ/master 2015-09-23 11:21:21 +03:00
gameobjects The default Button.onOverMouseOnly value has changed from false to true. If you used this in your touch enabled games then please be aware of this change (#2083) 2015-09-22 15:24:52 +01:00
geom jshint fix. 2015-08-07 01:41:59 +01:00
input Keyboard.addCallbacks didn't check to see if the arguments were null, only if they were undefined making the jsdocs misleading. 2015-09-23 23:18:36 +01:00
loader Fixed assignment of TEXTURE_ATLAS_JSON_PYXEL constant (#2050) 2015-09-14 11:23:31 +01:00
math rnd check fix. 2015-09-19 11:58:25 +01: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 Removed RND.float as it's a reserved word :( 2015-08-27 19:28:01 +01:00
physics Add JsDoc comment for Body#addPhaserPolygon return value 2015-09-17 12:11:49 +02:00
pixi WebGLRenderer.mapBlendModes optimised to cut down on file size. 2015-09-26 00:58:02 +01:00
sound The SoundManager now detects if the browser is running under iOS9 and uses a touchend callback to unlock the audio subsystem. Previous versions of iOS (and Android) still use touchstart. This fixes Apple's screw-up with regard to changing the way Web Audio should be triggered in Mobile Safari. Thanks Apple (thanks @MyCatCarlos for the heads-up #2095) 2015-09-22 11:46:58 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Fixed for jshint. 2015-09-22 12:07:14 +01:00
tilemap Fix for tile ids between 0x7FFFFFFF and 0xFFFFFFFF 2015-09-15 01:36:13 -03:00
time Updated documentation to clarify 'types' of time 2015-09-14 20:21:47 -07:00
tween Game.update could call updateLogic multiple times in a single frame when catching up with slow device frame rates. This would cause Tweens to advance at twice the speed they should have done (thanks @mkristo) 2015-09-09 12:09:18 +01:00
utils jsdoc fix. 2015-09-15 13:33:42 +01: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.4 dev. 2015-08-24 16:01:58 +01:00
PixiDefaults.js PIXI.BitmapText has been removed as a global array, as it is no longer used. 2015-07-16 01:29:32 +01:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00