phaser/src
2015-06-16 20:38:18 +01:00
..
animation jshint fixes. 2015-05-18 13:36:22 +01:00
core If running under Cordova and iOS the Game.lockRender boolean will be set to true when the game pauses and false when it resumes. This avoids the gpus_ReturnNotPermittedKillClient app crash on iOS (thanks @cncolder #1800) 2015-06-16 14:54:42 +01:00
gameobjects Fixed issue with long text dropping to be shorter again. 2015-06-16 12:45:26 +01:00
geom Line.rotate allows you to rotate a line by the given amount around its center point. 2015-06-13 05:20:43 +01:00
input onDragUpdate is a new signal that is dispatched whenever a Game object enabled for input and drag is moved by a pointer (i.e. during a drag event). See the Phaser.InputHandler.enableDrag docs for parameter details and the new Phaser Example. 2015-06-04 20:58:00 +01:00
loader Merge pull request #1777 from boniatillo-com/assetpack_audiosprite 2015-06-16 16:43:06 +01:00
math Typo. 2015-05-19 16:57:36 +01:00
net Copyright date change. 2015-02-25 03:36:23 +00:00
particles When an Emitter is destroyed via Emitter.destroy it now removes itself from the Phaser Particle Manager, freeing it up for garbage collection and stopping it from being processed. 2015-03-25 05:07:39 +00:00
physics Fixed TS defs and jsdoc for Ninja convertTilemap #1756 2015-06-16 19:10:01 +01:00
pixi Added textureDebug boolean - allows you to visually debug the generated texture a TilingSprite creates. 2015-06-16 18:31:39 +01:00
sound Sound.restart and Sound.stop now properly disconnect the sound from the gainNode (or external node) before stopping it, allowing restart to work correctly (thanks @eofs #1796) 2015-06-16 16:24:47 +01:00
stubs Converted tabs to spaces. 2015-04-29 09:21:02 -04:00
system Formatting update. 2015-06-16 20:38:18 +01:00
tilemap TilemapLayer swapped to use full Phaser.Sprite to allow for input events, bringToTop, etc. 2015-06-16 16:40:45 +01:00
time Fixed a few documentation typos. 2015-03-18 21:07:36 +00:00
tween Tween.to and Tween.from can now accept null as the ease parameter value. If null it will use the default tween, as per the documentation (thanks @nkovacs #1817) 2015-05-26 20:01:57 +01:00
utils jsdoc and debug removal. 2015-06-12 19:21:06 +01:00
Intro.js Copyright date change. 2015-02-25 03:36:23 +00:00
Outro.js Copyright date change. 2015-02-25 03:36:23 +00:00
Phaser.js Updated jsdocs and added align parameter to method call. 2015-06-03 05:28:24 +01:00
PixiDefaults.js Added BitmapText global. 2015-06-03 05:28:24 +01:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00