Commit graph

12834 commits

Author SHA1 Message Date
Richard Davey
ba424ac62a Added root types namespace 2019-05-09 11:41:35 +01:00
Richard Davey
046498d294 Fixed Leaderboard namespace 2019-05-09 11:21:52 +01:00
Richard Davey
c97a34486d Updated dependencies 2019-05-09 11:06:17 +01:00
Richard Davey
775c5a8af0 Updated Components 2019-05-09 11:05:53 +01:00
Richard Davey
4092056e84 Fixed namespace 2019-05-09 11:05:42 +01:00
Richard Davey
c7c052e9d8 Updated help script to include TS defs generation 2019-05-09 11:05:32 +01:00
Richard Davey
d61fd5c163 Delete game.js.map 2019-05-08 23:58:29 +01:00
Richard Davey
e49f462d6b Delete game.js 2019-05-08 23:57:28 +01:00
Richard Davey
faa7702de2 Update .gitignore 2019-05-08 23:56:40 +01:00
Richard Davey
770ccd3056 Create phaser.d.ts 2019-05-08 23:53:37 +01:00
Richard Davey
8a2cfb8831 Delete output.txt 2019-05-08 23:52:47 +01:00
Richard Davey
0c1f521a1f Update .gitignore 2019-05-08 23:48:47 +01:00
Richard Davey
3b19b87ed2 Update CHANGELOG.md 2019-05-08 23:47:23 +01:00
Richard Davey
4e525492b8 Added in the TypeScript defs generator to the main repo 2019-05-08 23:23:57 +01:00
Richard Davey
e902bfe346 Because GitHub doesn't see it unless in the root. Grrr. 2019-05-08 23:23:32 +01:00
Richard Davey
8cdc331f01 Removed logo file 2019-05-08 22:38:13 +01:00
Richard Davey
d5f9a1c7f4 Moved webpack configs to config folder and updated paths 2019-05-08 22:38:02 +01:00
Richard Davey
ea19fd2e92 Moved license file to .github folder 2019-05-08 22:37:41 +01:00
Richard Davey
6609046905 Update CHANGELOG.md 2019-05-08 22:13:04 +01:00
Richard Davey
c6dc93dba0 Added missing plugins jsdoc hook 2019-05-08 22:13:04 +01:00
Richard Davey
49a27bdeaf
Merge pull request #4514 from BeLi4L/master
TypeScript: Improve `Phaser.Utils.Array.Matrix` types
2019-05-08 21:54:13 +01:00
Richard Davey
ad09a18133 Finished JSDocs 2019-05-08 21:49:36 +01:00
Valentin Vetter
f33a9d730f TypeScript: Fix matrix types 2019-05-08 19:17:52 +02:00
Richard Davey
64572c430c Finished JSDocs for all DOM Element methods and properties 2019-05-08 17:35:35 +01:00
Richard Davey
ff9f7cf574 Always world step once 2019-05-08 15:43:01 +01:00
Richard Davey
04e4e07047 More JSDocs 2019-05-08 15:42:53 +01:00
Richard Davey
860cdbf2bf Adding DOM Element JSDocs 2019-05-08 15:00:04 +01:00
Richard Davey
faa72add9b Removed ComputedSize component as we need the values read-only.
Fixed renderer for DOM Elements inside of Containers, or outside, or in a scaled canvas.
2019-05-08 00:26:54 +01:00
Richard Davey
cdd9d85b8e DOM Elements set visible in preUpdate now. Fix #4486 2019-05-07 16:39:46 +01:00
Richard Davey
18a924c39c Passing an _array_ of configuration objects to physics.add.group would ignore them and none of the children would be assigned a physics body. Fix #4511 2019-05-07 16:17:28 +01:00
Richard Davey
068c1a7ac8 Merge branch 'master' of https://github.com/photonstorm/phaser 2019-05-04 12:51:06 +01:00
Richard Davey
71db4ab24e Update CHANGELOG.md 2019-05-04 12:50:54 +01:00
Richard Davey
63ddc0b07d
Merge pull request #4279 from akuskis/Issue_#4256.Circles_collision
Fix circles collision #4256
2019-05-04 12:44:29 +01:00
Richard Davey
acc5f92a8a
Merge pull request #4503 from jcyuan/master
expose ParseXMLBitmapFont for combined XML font file
2019-05-04 12:23:02 +01:00
Richard Davey
9672602c2f
Merge pull request #4504 from rexrainbow/master
Constraints canvas size via object size
2019-05-04 12:21:06 +01:00
Richard Davey
73d50071a8 DOM Element will check if parent can render 2019-05-03 19:01:02 +01:00
Richard Davey
fda7772d3f Fixed jsdocs to flag arguments as optional. Fix #4506 2019-05-03 18:23:39 +01:00
Richard Davey
935a9814ca Check SoundManager exists before accessing it. Fix #4428 2019-05-03 17:42:45 +01:00
Richard Davey
f0a25f4b9a Update CHANGELOG.md 2019-05-03 17:38:41 +01:00
Richard Davey
dcf2d44f4a Removed un-used properties 2019-05-03 17:38:37 +01:00
Richard Davey
d75431fc2b lint fixes 2019-05-03 17:38:27 +01:00
Richard Davey
bf741e962c Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
Richard Davey
40b325accf A Camera will pause following a Game Object for the duration of the Camera Pan Effect, as the two will clash over the Camera scroll position 2019-05-02 10:51:46 +01:00
Richard Davey
f9482ef580 BaseCache.getKeys is a new method that will return all keys in use in the current cache, i.e. this.cache.shader.getKeys(). 2019-05-02 02:27:29 +01:00
Richard Davey
abccac28f8 Can pass in either a BaseShader or a string 2019-05-01 17:04:53 +01:00
Richard Davey
8536049b65 Fixed shaderType reference 2019-05-01 14:12:06 +01:00
Richard Davey
b22f5ce5fd Improved jsdocs 2019-05-01 12:59:05 +01:00
Richard Davey
8ef5e9789c Renamed from Shader to BaseShader to avoid confusion with the Shader Game Object 2019-05-01 12:58:52 +01:00
Richard Davey
4edd77275a Removed funcmap and moved to renderer. Finished method jsdocs. 2019-05-01 12:30:09 +01:00
Richard Davey
3d40a95a00 Added glFuncMap 2019-05-01 12:29:45 +01:00