phaser/src
2014-10-10 14:49:01 +01:00
..
animation jsdoc fixes and frameRate change. 2014-10-10 14:49:01 +01:00
core Merge pull request #1187 from codevinsky/feature/group-filter 2014-10-09 14:08:51 +01:00
gameobjects Fixed issue with textureLine creating white blocks in iOS. 2014-10-09 02:30:31 +01:00
geom BitmapData.textureLine takes a Phaser.Line object and an image in the image cache. It then accurately draws the image as a repeating texture for the full length of the line. 2014-10-03 02:21:09 +01:00
input Add PLUS and MINUS to list of keyboard keys 2014-10-03 20:59:29 +02:00
loader Merge pull request #1221 from englercj/url-cache-map 2014-10-09 14:10:54 +01:00
math jsdoc fix 2014-10-06 07:00:00 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles jsdoc fix 2014-09-22 11:32:26 +01:00
physics jshint fixes. 2014-09-29 12:29:18 +01:00
pixi Updated to latest version of Pixi. 2014-08-28 23:11:13 +01:00
sound Sound.allowMultiple allows you to have multiple instances of a single Sound playing at once. This is only useful when running under Web Audio, and we recommend you implement a local pooling system to not flood the sound channels. But it allows for one Sound object to play overlapping times, useful for gun effects and similar (#1220) 2014-10-09 14:44:25 +01:00
system jsdoc updates. 2014-09-16 19:44:04 +01:00
tilemap jsdoc updates. 2014-09-16 19:44:04 +01:00
time A Timer with a delay value that was a float and not an integer would not loop correctly. Timer delay values are now passed through Math.round to avoid this (thanks @osmanzeki #1196) 2014-09-29 22:15:41 +01:00
tween jsdoc updates. 2014-09-16 19:44:04 +01:00
utils The Uint32Array check used in Utils was incorrectly replacing Uint32Array on Safari, causing errors like BitmapData.getPixel32 to fail and other related issues (fixes #1043 and #1197) 2014-10-05 12:35:40 +01: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 Preparing for 2.1.3 dev. 2014-10-09 16:32:31 +01:00