phaser/src
2015-07-31 18:39:37 +01: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 Merge pull request #1950 from jdnichollsc/dev 2015-07-31 16:00:47 +01:00
geom Phaser 2.4 release. 2015-07-22 15:31:30 +01:00
input jsdoc updates. 2015-07-31 18:39:37 +01:00
loader BitmapText.smoothed is a new boolean property that allows you to set texture smoothing on a bitmap font or not. By default smoothing is always on, but you can turn it off which helps for bitmap fonts created from pixel art style character sets. 2015-07-31 15:58:00 +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 jsdoc updates. 2015-07-31 18:39:37 +01:00
pixi Experimenting with generateTexture fixes for Canvas. 2015-07-30 17:17:31 +01: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 Tween.frameBased allows you to control if a Tween updates based on the physics step (i.e. frame based) or the system clock (time based). A frame based tween will use the physics elapsed timer when updating. This means it will retain the same consistent frame rate, regardless of the speed of the device. The duration value given should be given in frames. If the Tween uses a time based update (which is the default) then the duration is given in milliseconds. In this situation a 2000ms tween will last exactly 2 seconds, regardless of the device and how many visual updates the tween has actually been through. 2015-07-30 15:27:51 +01:00
utils ArrayUtils.numberArrayStep would return an empty array if a single parameter was given, instead of a single step array (thanks @pooya72 #1958) 2015-07-31 16:21:10 +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.3 dev. 2015-07-29 15:14:40 +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