phaser/src
Paul McMonagle c2bf22ef7c Added useCapture flags to removeEventListener where approriate
Event listeners added with true passed in as the useCapture flag are only removed when true is also passed into the removeEventListener call. Adding this flag to the stop method where appropriate fixes a memory leak in IE where events on window are never removed.

See https://msdn.microsoft.com/en-us/library/ff975250(v=vs.85).aspx
2015-09-02 14:36:49 -04:00
..
animation jsdoc fix #2049 2015-08-31 10:57:54 +01:00
core jsdoc fix. 2015-09-02 16:16:52 +01:00
gameobjects jsdoc fix. 2015-09-02 16:16:52 +01:00
geom jshint fix. 2015-08-07 01:41:59 +01:00
input Added useCapture flags to removeEventListener where approriate 2015-09-02 14:36:49 -04:00
loader Updated to use a matching expression instead. 2015-08-28 17:19:24 -03: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 Set correct default value for 'clearCallback' on P2.Body.removeCollisionGroup 2015-08-30 01:30:33 +02:00
pixi New docs. 2015-08-24 15:43:45 +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 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 Change splice.call(arguments, ..) to use slice 2015-08-26 23:50:16 -07:00
tween Tween elapsed debug. 2015-09-02 16:58:51 +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