phaser/src
2016-07-18 23:39:09 +01:00
..
animation * PIXI.Texture.fromImage, PIXI.BaseTexture.fromImage and PIXI.Sprite.fromImage have all been removed. They should never have actually been used, as they bypass the Phaser Loader, and don't factor in CORs or any other advanced loader settings. 2016-07-06 21:47:27 +01:00
core Experimenting with new MainLoop + position interpolation. (reverted from commit e49d45e278) 2016-07-13 02:44:35 +01:00
gameobjects Docs fix #2624 2016-07-17 11:26:09 +01:00
geom Fixed jshint errors. 2016-07-16 08:04:56 +01:00
input The InputHandler.flagged property has been removed. It was never used internally, or exposed via the API, so was just overhead. 2016-07-11 14:17:41 +01:00
loader Phaser 2.6.0 Release. 2016-07-08 15:46:26 +01:00
math Docs updates. 2016-07-08 12:04:28 +01:00
net Fixed jsdocs #2418 2016-04-11 08:55:24 +01:00
particles Merge pull request #2187 from BdR76/patch-1 2016-04-06 01:28:49 +01:00
physics 2.6.1 Release. 2016-07-11 10:07:56 +01:00
pixi Code formatting and copyright text. 2016-07-18 23:39:09 +01:00
plugins Added Path Manager Plugin. 2016-07-13 03:08:03 +01:00
sound Docs fixes #2629 2016-07-17 11:23:41 +01:00
stubs SoundManager.muteOnPause is a new boolean that allows you to control if the Sound system gets muted automatically when a Phaser game pauses, such as when it loses focus. You may need to set this to false if you wish to control the audio system from outside of your Phaser game, i.e. from DOM buttons or similar (#2382) 2016-04-06 02:09:22 +01:00
tilemap Tidying up new Tilemap classes. 2016-07-18 23:24:49 +01:00
time Experimenting with new MainLoop + position interpolation. (reverted from commit e49d45e278) 2016-07-13 02:44:35 +01:00
tween Tween.update wouldn't dispatch an onLoop signal for Tweens with just one child, such as those created via Tween.to with -1 as the repeat value (thanks @ForgeableSum #2407) 2016-04-05 01:11:50 +01:00
utils The src/system folder has been removed and all files relocated to the src/utils folder. This doesn't change anything from an API point of view, but did change the grunt build scripts slightly. 2016-07-11 22:38:09 +01:00
Intro.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Outro.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Phaser.js Updated config to handle WebGL Tilemap renderer for testing. 2016-07-18 23:05:03 +01:00
PixiDefaults.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
polyfills.js Experimenting with new MainLoop + position interpolation. (reverted from commit e49d45e278) 2016-07-13 02:44:35 +01:00