phaser/src
Yahiko Uzumaki 0416c6a9ee Update BitmapData.js
Fix explanation.
2015-08-06 13:57:43 +02:00
..
animation Updated to latest Creature runtimes, added to GameObjectFactory. 2015-07-23 13:25:08 +01:00
core Phaser 2.4 release. 2015-07-22 15:31:30 +01:00
gameobjects Update BitmapData.js 2015-08-06 13:57:43 +02:00
geom Phaser 2.4 release. 2015-07-22 15:31:30 +01:00
input Pointer fixes for Linux FireFox (#1932 #1944) 2015-07-28 14:18:36 +01:00
loader Phaser.Sound will now automatically check the Cache to see if the audio file it is using is still there or not. If not then it will automatically called Sound.destroy on itself. If you do not desire this result then you should ensure that you undertake all house-keeping yourself, and properly destroy Sound objects _before_ calling Cache.removeSound (#1946) 2015-07-27 14:02:04 +01:00
math 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
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 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
physics Phaser 2.4 release. 2015-07-22 15:31:30 +01:00
pixi Minor fix to docstring 2015-07-27 07:12:17 -07:00
sound Phaser.Sound will now automatically check the Cache to see if the audio file it is using is still there or not. If not then it will automatically called Sound.destroy on itself. If you do not desire this result then you should ensure that you undertake all house-keeping yourself, and properly destroy Sound objects _before_ calling Cache.removeSound (#1946) 2015-07-27 14:02:04 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Device.canPlayVideo now checks for ogv as a valid file extension for OGG video files (thanks @JB-Tellez #1928) 2015-07-26 13:19:05 +01:00
tilemap Fix unmatched context.save() & context.restore() calls 2015-07-24 17:36:56 +02:00
time 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
tween 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
utils 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
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 2.4.2 release. 2015-07-29 15:01:04 +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