phaser/src
Richard Davey 96dae9bf2e Merge pull request #2055 from pmcmonagle/dev
Added useCapture flags to removeEventListener where approriate
2015-09-10 00:03:19 +03:00
..
animation jsdoc fix #2049 2015-08-31 10:57:54 +01:00
core 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
gameobjects BitmapData.move, moveH and moveV have a new optional wrap argument allowing you to control if the contents of the BitmapData are wrapped around the edges (true) or simply scrolled off (false). 2015-09-07 01:16:43 +01:00
geom jshint fix. 2015-08-07 01:41:59 +01:00
input Merge pull request #2055 from pmcmonagle/dev 2015-09-10 00:03:19 +03:00
loader jsdoc fix. 2015-09-03 00:46:48 +01:00
math Removed RND.float as it's a reserved word :( 2015-08-27 19:28:01 +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 Doc updates. 2015-09-08 15:56:28 +01:00
pixi New docs. 2015-08-24 15:43:45 +01:00
sound Fix for AudioBufferSourceNode listener memory leak. 2015-09-08 17:56:17 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Fixed issue with an extra 4px being added to the canvas elements because the display type wasn't set. 2015-08-24 11:32:32 +01:00
tilemap New docs. 2015-08-24 15:43:45 +01:00
time 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
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 Change splice.call(arguments, ..) to use slice 2015-08-26 23:50:16 -07: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