Richard Davey
|
5a3d124583
|
lint fix
|
2019-12-28 17:28:50 +00:00 |
|
Richard Davey
|
c5c50dcfd0
|
Update CHANGELOG.md
|
2019-12-28 17:27:35 +00:00 |
|
Richard Davey
|
f0e7a9bcf9
|
The Container Game Object now uses the AlphaSingle component, allowing you to uniformly set the alpha of the container, rather than a quad alpha, which never worked consistently across Container children. Fix #4916
|
2019-12-28 17:27:31 +00:00 |
|
Richard Davey
|
949d882788
|
The Shape Game Object now uses the AlphaSingle component, allowing you to uniformly set the alpha of the shape, rather than a quad alpha, which never worked for Shape objects.
|
2019-12-28 17:27:15 +00:00 |
|
Richard Davey
|
695cb7e4e2
|
AlphaSingle is a new Game Object Component that allows a Game Object to set its alpha values, but only as a single uniform value, not on a per-quad basis.
|
2019-12-28 17:27:01 +00:00 |
|
Richard Davey
|
56179c3887
|
Merge pull request #4920 from samme/feature/error-for-missing-audio-source
Throw an error when adding a sound from a missing asset
|
2019-12-28 16:37:52 +00:00 |
|
Richard Davey
|
5130fccbf5
|
Merge pull request #4921 from samme/feature/emitter-remove
Add ParticleEmitter.remove() and ParticleEmitterManager#removeEmitter()
|
2019-12-28 16:35:07 +00:00 |
|
Richard Davey
|
5adf6382ff
|
Merge pull request #4922 from samme/feature/emitter-setTint
Add ParticleEmitter#setTint()
|
2019-12-28 16:33:39 +00:00 |
|
Richard Davey
|
e7852b5384
|
Merge pull request #4923 from samme/patch-2
Correct type for Phaser.Tilemaps.LayerData.data
|
2019-12-28 16:22:59 +00:00 |
|
Richard Davey
|
b01c4b400f
|
Merge pull request #4930 from jcyuan/path-missing-crop
Crop component is missing from `RenderTexture` class
|
2019-12-28 16:22:20 +00:00 |
|
Richard Davey
|
b0c101a1cc
|
Merge pull request #4926 from samme/feature/distances
Add Phaser.Math.Distance methods
|
2019-12-28 16:14:12 +00:00 |
|
J.C
|
936563df11
|
Crop component is missing from RenderTexture class
|
2019-12-27 17:01:14 +08:00 |
|
samme
|
148e907b71
|
Add Math.Distance methods
- BetweenPoints()
- BetweenPointsSquared()
- Chebyshev()
- Snake()
|
2019-12-23 17:20:43 -08:00 |
|
samme
|
f1001578c5
|
Bracket notation for type
Phaser.Tilemaps.LayerData#data
|
2019-12-23 12:57:58 -08:00 |
|
samme
|
15506e0faf
|
Add ParticleEmitter.remove() and ParticleEmitterManager#removeEmitter()
|
2019-12-23 10:36:35 -08:00 |
|
samme
|
56cd59c537
|
Throw error for a bad audio asset key
|
2019-12-23 09:46:45 -08:00 |
|
samme
|
559c89eaf2
|
Add ParticleEmitter#setTint()
|
2019-12-23 09:25:35 -08:00 |
|
Richard Davey
|
64690cf987
|
Body.gravityScale is a new vector property that allows you to scale the effect of world gravity on a specific Body.
|
2019-12-21 08:29:57 +00:00 |
|
Richard Davey
|
f61b947368
|
Update CHANGELOG.md
|
2019-12-18 14:55:15 +00:00 |
|
Richard Davey
|
66a25e2117
|
Setting lineSpacing in the Text Game Object style config would set the value but not apply it to the Text, leaving you to call updateText yourself. If set, it's now applied on instantiation. Fix #4901
|
2019-12-18 14:55:12 +00:00 |
|
Richard Davey
|
f733d1f01e
|
Update CHANGELOG.md
|
2019-12-18 14:43:23 +00:00 |
|
Richard Davey
|
752999c92b
|
The Mesh and Quad Game Objects have had the GetBounds component removed as it cannot operate on a Mesh as they don't have origins. Fix #4902
|
2019-12-18 14:43:23 +00:00 |
|
Richard Davey
|
9379f3ce17
|
Merge pull request #4877 from rexrainbow/curve-improvement
Add arguments step and out in curve.getSpacedPoints() method
|
2019-12-18 14:40:49 +00:00 |
|
Richard Davey
|
a4fb73fe38
|
Merge pull request #4879 from rexrainbow/curve-improvement2
Override default Curve.getUtoTmapping method
|
2019-12-18 14:37:36 +00:00 |
|
Richard Davey
|
55212dc2fb
|
Merge pull request #4892 from BeLi4L/master
TypeScript: Improve `Phaser.Math.RND` types
|
2019-12-18 14:36:52 +00:00 |
|
Richard Davey
|
d995cff36f
|
Merge pull request #4885 from rexrainbow/bug/game.destroy()
Fix bug of game.destroy()
|
2019-12-18 14:33:03 +00:00 |
|
Richard Davey
|
205bbab268
|
Merge pull request #4886 from rexrainbow/text-wrap
Don't add white space at last word of a line
|
2019-12-18 14:31:11 +00:00 |
|
Richard Davey
|
65efb6bcb7
|
Merge pull request #4900 from samme/patch-1
Correct docs for Phaser.Math.GetSpeed()
|
2019-12-18 14:30:31 +00:00 |
|
Richard Davey
|
29b0e96407
|
Merge pull request #4909 from samme/docs/arcade-physics-3
Docs for Arcade Physics
|
2019-12-18 14:29:51 +00:00 |
|
Richard Davey
|
e5ab24ec8c
|
Merge pull request #4912 from javigaralva/add-gameobjectfactory-docs
Added doc for `GameObjectFactory.register` and `GameObjectFactory.remove`
|
2019-12-18 14:29:25 +00:00 |
|
Richard Davey
|
427d88ed79
|
Merge pull request #4913 from javigaralva/fix-doc-static-functions
Fix doc static functions
|
2019-12-18 14:28:51 +00:00 |
|
Richard Davey
|
7e33444238
|
Merge pull request #4911 from javigaralva/fix-updateList-doc
Fixed semicolon in updateList doc
|
2019-12-18 14:27:22 +00:00 |
|
Javier García Álvarez
|
9d418eae73
|
Fixed jsdoc types to get TS definition intellisense.
|
2019-12-18 12:25:14 +01:00 |
|
Javier García Álvarez
|
e1d288a834
|
Add optional params to ParseFromAtlas doc
|
2019-12-18 12:22:30 +01:00 |
|
Javier García Álvarez
|
dbaf6f1f75
|
Fixed jsdocs @name to @method
|
2019-12-18 11:48:30 +01:00 |
|
Javier García Álvarez
|
718db273c2
|
Added doc for GameObjectFactory.register and GameObjectFactory.remove
|
2019-12-18 11:32:29 +01:00 |
|
Javier García Álvarez
|
7576c824af
|
Fixed semicolon in updateList doc
|
2019-12-18 10:38:44 +01:00 |
|
Richard Davey
|
5cb7d8484f
|
Added Game Object level collision events
|
2019-12-18 02:22:37 +00:00 |
|
Richard Davey
|
a7c644454f
|
Update PhysicsEditorParser.js
|
2019-12-17 18:04:10 +00:00 |
|
Richard Davey
|
e6b43a2f48
|
Improves jsdocs
|
2019-12-17 18:03:23 +00:00 |
|
Richard Davey
|
fed63d7f11
|
Update CHANGELOG.md
|
2019-12-17 16:42:49 +00:00 |
|
Richard Davey
|
efcbd1e4e5
|
Added helper methods for setting body collision callbacks
|
2019-12-17 16:42:46 +00:00 |
|
Richard Davey
|
f64d3e59d0
|
Per-body collision callbacks
|
2019-12-17 16:42:30 +00:00 |
|
Richard Davey
|
0d62f60f60
|
Removed un-used properties, functions and docs
|
2019-12-17 16:42:16 +00:00 |
|
Richard Davey
|
21a6458608
|
Added new collision pair type defs
|
2019-12-17 16:41:58 +00:00 |
|
Richard Davey
|
294ca71d5d
|
Update CHANGELOG.md
|
2019-12-17 14:47:29 +00:00 |
|
Richard Davey
|
ac124b8e20
|
Better handling of the runner config
|
2019-12-17 13:52:57 +00:00 |
|
Richard Davey
|
1412e1f4f9
|
Added typedef for Matter Runner config
|
2019-12-17 13:52:46 +00:00 |
|
Richard Davey
|
da4466ed2a
|
Update CHANGELOG.md
|
2019-12-17 13:15:28 +00:00 |
|
Richard Davey
|
a158b14228
|
Matter.World.has is a new method that will take a Matter Body, or Game Object, and search the world for it. If found, it will return true .
|
2019-12-17 13:15:15 +00:00 |
|