Stoneman1
|
e318d70c33
|
Build for release 2.7.1
|
2016-11-28 18:50:06 +02:00 |
|
Richard Davey
|
ede9bc1494
|
Merge pull request #2890 from stoneman1/master
Changelog and Readme updated
|
2016-11-28 14:33:54 +00:00 |
|
photonstorm
|
6d35609c29
|
Updated path.
|
2016-11-28 13:30:02 +00:00 |
|
Stoneman1
|
4e7484526b
|
Changelog and Readme updated
|
2016-11-28 15:20:12 +02:00 |
|
Richard Davey
|
d623971bfc
|
Merge pull request #2887 from cloakedninjas/fix-resolution
Fixes 1707 - BaseTexture defaults to resolution of 1
|
2016-11-28 12:52:22 +00: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 |
|
Richard Davey
|
14d2c6a8ae
|
Updated CanvasPool to store the type (2d or webgl), so it doesn't give incorrect canvases back out again. Updated Features to use proper canvases when feature testing. Added Interpolation code. Cached the Smoothing prefix.
|
2016-11-26 02:32:59 +00:00 |
|
Richard Davey
|
e45096611e
|
Converted the Device and CanvasPool into page level singletons, that can be shared by all instances of a Phaser Game running in the same page.
|
2016-11-26 01:28:53 +00:00 |
|
Richard Davey
|
3009a42df4
|
Added new DOM controls and the CanvasPool.
|
2016-11-26 00:36:11 +00:00 |
|
photonstorm
|
4de6a89979
|
Small README tweak.
|
2016-11-25 14:25:35 +00:00 |
|
Richard Davey
|
dcb48e1f38
|
Merge pull request #2882 from stoneman1/master
Changelog updated, preparing for 2.7.1 update
|
2016-11-25 14:16:22 +00:00 |
|
Stoneman1
|
c9e212ba4a
|
Changelog updated, preparing for 2.7.1 update
|
2016-11-25 09:10:54 +02:00 |
|
Richard Davey
|
1d4cdbd56a
|
Added and refactored the Random Data Generator. Working nicely, removed some redundant apply calls, and made the private vars properly private.
|
2016-11-25 05:12:02 +00:00 |
|
Richard Davey
|
45002461db
|
Added in final Device tests.
|
2016-11-25 04:33:48 +00:00 |
|
Richard Davey
|
5ca567c7e0
|
Adding more Device tests.
|
2016-11-25 04:00:15 +00:00 |
|
Richard Davey
|
36ca61dddb
|
Added in the final DOM level functions.
|
2016-11-25 02:08:33 +00:00 |
|
Richard Davey
|
970dea20f5
|
Added checksum ability to build process.
Fixed RequestAnimationFrame.
|
2016-11-25 01:37:14 +00:00 |
|
Richard Davey
|
96c7446b1e
|
Added RAF
|
2016-11-25 00:34:37 +00:00 |
|
photonstorm
|
247a837961
|
Game update.
|
2016-11-24 17:01:58 +00:00 |
|
photonstorm
|
e041a51de5
|
Fixed missing output.
|
2016-11-24 17:01:58 +00:00 |
|
Richard Davey
|
23e14b4b58
|
Merge pull request #2880 from Aleksey-Danchin/patch-1
Update phaser.d.ts
|
2016-11-24 16:39:17 +00:00 |
|
Алексей Данчин
|
d30f869298
|
Update phaser.d.ts
|
2016-11-24 19:31:45 +03:00 |
|
photonstorm
|
7883a7d305
|
Added more options to Config class.
|
2016-11-24 15:40:05 +00:00 |
|
Richard Davey
|
13f49f6086
|
Added webpack shell script to copy build file to examples.
|
2016-11-24 01:35:07 +00:00 |
|
Richard Davey
|
98c932e7c4
|
Merge pull request #2879 from ngscheurich/master
Change return type of Phaser.Group#next to `any`
|
2016-11-24 01:34:05 +00: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 |
|
Richard Davey
|
20fabd23a0
|
Merge pull request #2878 from stoneman1/master
Fixes issue #2860
|
2016-11-23 15:53:40 +00:00 |
|
Stoneman1
|
75e814d069
|
Fixes issue #2860
|
2016-11-23 17:46:36 +02:00 |
|
Richard Davey
|
8d608426aa
|
Merge pull request #2877 from stoneman1/master
Fixed path in manifests graphics.json. EarCut is now included.
|
2016-11-23 13:41:22 +00:00 |
|
Stoneman1
|
50504f0878
|
Fixed path in manifests graphics.json. EarCut is now included.
|
2016-11-23 14:26:50 +02:00 |
|
Richard Davey
|
22aa66a00d
|
Merge pull request #2873 from stoneman1/master
Some browsers use cancelAnimationFrame with prefix like this: msCance…
|
2016-11-23 11:34:17 +00:00 |
|
Richard Davey
|
1445281f10
|
Merge pull request #2874 from Anzumana/feature/tutorial_update
Feature/tutorial update
|
2016-11-23 11:33:57 +00:00 |
|
Anzumana Taal
|
6731373634
|
Merge branch 'feature/tutorial_update' of https://github.com/Anzumana/phaser into feature/tutorial_update
|
2016-11-23 10:56:25 +01: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 |
|
Richard Davey
|
8bf3c83381
|
Small tweak.
|
2016-11-23 03:55:14 +00:00 |
|
Richard Davey
|
05498a69a8
|
Merge pull request #2872 from hilts-vaughan/patch-1
Update README.md to include steps for migrating PRs
|
2016-11-23 03:51:25 +00: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 |
|
Richard Davey
|
34080eda6f
|
Merge pull request #2868 from hilts-vaughan/issue-2806
Keys: Fixed an issue where the name annotations were missing on some …
|
2016-11-23 03:25:04 +00:00 |
|
Richard Davey
|
b068b5743e
|
Merge pull request #2869 from hilts-vaughan/issue-c2815
Groups: Added the index parameter to the end of the parameter list fo…
|
2016-11-23 03:23:46 +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
|
8b20045cba
|
Groups: Added the index parameter to the end of the parameter list for the forEach callback that indicates the index of the child that is being iterated
|
2016-11-22 22:19:44 -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
|
6a81bcb590
|
Updated PR info.
|
2016-11-23 03:06:33 +00:00 |
|
Richard Davey
|
026a091cef
|
Swapped Phaser CE npm package and updated readme.
|
2016-11-23 03:00:42 +00:00 |
|
Richard Davey
|
620abf98bd
|
README updates.
|
2016-11-23 02:33:28 +00:00 |
|
Richard Davey
|
65cc4cca34
|
Updates for Phaser CE and the split versions.
|
2016-11-23 02:21:46 +00:00 |
|
Richard Davey
|
710cd68bb8
|
Phaser CE 2.7.0 release.
|
2016-11-23 00:59:34 +00:00 |
|