Commit graph

75 commits

Author SHA1 Message Date
Johannes Wiese
ce752d3567 change emitter.gravity from number to Phaser.Point
This allows the emitter to set x- and y-axis gravity for each particle, not only the y-axis.
2016-12-03 13:04:09 +01:00
Ed Bishop
0d3958a410 This issue causes tsc to crap out under certain circumstances 2016-12-01 12:40:36 +00:00
Autophagy
198f8d48e9 Added feature: set character limit with suffix 2016-12-01 10:43:21 +01:00
Thomas Felix
b4a0e7f826 removeTextureAtlas now deletes the correct cache object. 2016-11-30 20:54:38 +01:00
photonstorm
7fdc83e0e2 Added build dates. 2016-11-28 16:57:20 +00:00
Stoneman1
e318d70c33 Build for release 2.7.1 2016-11-28 18:50:06 +02:00
Stoneman1
4e7484526b Changelog and Readme updated 2016-11-28 15:20:12 +02:00
Daniel Jackson
04689f0c22 Fixes 1707 - BaseTexture defaults to resolution of 1
Recreating after move to CE.
2016-11-27 12:59:45 +00:00
photonstorm
4de6a89979 Small README tweak. 2016-11-25 14:25:35 +00:00
Stoneman1
c9e212ba4a Changelog updated, preparing for 2.7.1 update 2016-11-25 09:10:54 +02:00
Алексей Данчин
d30f869298 Update phaser.d.ts 2016-11-24 19:31:45 +03:00
Nicholas Scheurich
cc8da15c5f Change return type of Phaser.Group#next to any
The return type was previously `void`, which is inaccurate and causes
unintended compiler errors.

See
https://github.com/photonstorm/phaser/blob/master/v2-community/src/core/Group.js#L839.
2016-11-23 19:08:12 -06:00
Stoneman1
75e814d069 Fixes issue #2860 2016-11-23 17:46:36 +02:00
Stoneman1
50504f0878 Fixed path in manifests graphics.json. EarCut is now included. 2016-11-23 14:26:50 +02:00
Stoneman1
ed625c33d4 Some browsers use cancelAnimationFrame with prefix like this: msCancelRequestAnimationFrame (IE11 for example). This will fix it 2016-11-23 11:50:39 +02:00
Vaughan Hilts
e7b3b002d8 Update README.md to include steps for migrating PRs
This might be useful for people that are less familiar with Git.
2016-11-22 22:40:37 -05:00
Richard Davey
6bcac0067e Merge pull request #2870 from hilts-vaughan/issue-2851
Particles: Fixed an issue where particle systems held onto emitters b…
2016-11-23 03:28:42 +00:00
Richard Davey
1340d32167 Merge pull request #2871 from hilts-vaughan/issue-2822
Animation: Fixes an issue where setFrame would skip a frame if the an…
2016-11-23 03:27:50 +00:00
Vaughan Hilts
86739184bb Animation: Fixes an issue where setFrame would skip a frame if the animation was currently playing backwards 2016-11-22 22:21:05 -05:00
Vaughan Hilts
904a8b00f1 Particles: Fixed an issue where particle systems held onto emitters by name instead of ID, which causes issues involving removal and cleanup 2016-11-22 22:20:52 -05:00
Vaughan Hilts
9904fd2fca Keys: Fixed an issue where the name annotations were missing on some properties which made them not appear in documentation 2016-11-22 22:17:48 -05:00
Richard Davey
026a091cef Swapped Phaser CE npm package and updated readme. 2016-11-23 03:00:42 +00:00
Richard Davey
710cd68bb8 Phaser CE 2.7.0 release. 2016-11-23 00:59:34 +00:00
Richard Davey
91b9ca70fe Preparing for 2.7 release. 2016-11-23 00:48:15 +00:00
Richard Davey
c298a45d1f Updated folder paths and the 2.7 README. 2016-11-23 00:17:46 +00:00