phaser/src
2014-12-03 03:19:25 +00:00
..
animation Merge pull request #1386 from pnstickne/wip-docs-1130 2014-12-01 12:07:10 +00:00
core Various doc fixes. 2014-12-03 03:19:25 +00:00
gameobjects Text.setShadow has had the default color value changed from rgba(0,0,0,0) to rgba(0,0,0,1) so it appears as a black shadow by default - before the alpha channel made it invisible. 2014-12-02 09:03:55 +00:00
geom Documentation - consistency updates 2014-11-30 04:03:35 -08:00
input Merge pull request #1386 from pnstickne/wip-docs-1130 2014-12-01 12:07:10 +00:00
loader Documentation - consistency updates 2014-11-30 04:03:35 -08:00
math Utils - cleanup 2014-12-01 23:19:32 -08:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.setScale fixed minX minY order presedence (thanks spayton) 2014-11-18 15:38:08 +00:00
physics Documentation - consistency updates 2014-11-30 04:03:35 -08:00
pixi Pixi 2.2.0 merged. 2014-12-02 11:01:57 +00:00
sound Phaser 2.2 Release Candidate 8 (newsletter build) 2014-11-17 14:14:50 +00:00
system Docs update. 2014-12-02 09:03:55 +00:00
tilemap Tilemap - Tiled image size calculation 2014-11-26 19:50:07 -08:00
time Documentation - consistency updates 2014-11-30 04:03:35 -08:00
tween Documentation - consistency updates 2014-11-30 04:03:35 -08:00
utils Utils - cleanup 2014-12-01 23:19:32 -08:00
Intro.js Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
Outro.js Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js Game.lockRender is a new property. If false Phaser will automatically render the display list every update. If true the render loop will be skipped. You can toggle this value at run-time to gain exact control over when Phaser renders. This can be useful in certain types of game or application. Please note that if you don't render the display list then none of the game object transforms will be updated, so use this value carefully. 2014-12-02 09:03:55 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00