Richard Davey
|
96298cf920
|
Added new resetFlags method and willStep and delta arguments to preUpdate .
|
2019-06-19 15:31:29 +01:00 |
|
Richard Davey
|
9a5a369423
|
Update CHANGELOG.md
|
2019-06-19 15:30:59 +01:00 |
|
Richard Davey
|
ae591c1c34
|
Timeline.setTimeScale would only impact the Timeline loop and completion delays, not the actively running Tweens. It now scales the time for all child tweens as well. Fix #4164
|
2019-06-19 12:34:41 +01:00 |
|
Richard Davey
|
6d173434eb
|
Looped Tween Timelines would mess-up the tween values on every loop repeat, causing the loop to fail. They now loop correctly due to a fix in the Tween.play method. Fix #4558
|
2019-06-19 12:23:24 +01:00 |
|
Richard Davey
|
bb27213f12
|
Improved jsdocs
|
2019-06-19 11:25:33 +01:00 |
|
Richard Davey
|
8f22f37dca
|
Tween.restart wouldn't restart the tween properly. Fix #4594
|
2019-06-19 11:05:27 +01:00 |
|
Richard Davey
|
d71529b4c0
|
Update CHANGELOG.md
|
2019-06-19 10:41:51 +01:00 |
|
Richard Davey
|
1676f22360
|
Automatically handle the drag values in rotated containers
|
2019-06-19 10:41:48 +01:00 |
|
Richard Davey
|
4a91b1e560
|
Added dragStartXGlobal and dragStartYGlobal properties
|
2019-06-19 10:41:26 +01:00 |
|
Richard Davey
|
5fa4264219
|
Added new Transform.getParentRotation method
|
2019-06-19 10:40:47 +01:00 |
|
Richard Davey
|
3be81dc6b6
|
Update CHANGELOG.md
|
2019-06-19 09:46:41 +01:00 |
|
Richard Davey
|
b917a0611f
|
ESLint fix
|
2019-06-19 09:46:38 +01:00 |
|
Richard Davey
|
f5cae5a48b
|
Added in Text justification feature. Fix #4291
|
2019-06-19 09:46:32 +01:00 |
|
Richard Davey
|
61827f3539
|
Preparing for 3.18 release
|
2019-06-19 09:29:02 +01:00 |
|
Richard Davey
|
3a74ee9a27
|
Update CHANGELOG.md
|
2019-06-19 09:29:01 +01:00 |
|
Richard Davey
|
57fd8c9ce1
|
Merge pull request #4540 from BdR76/patch-2
drawDebug, display checkCollision sides
|
2019-06-19 09:28:31 +01:00 |
|
Richard Davey
|
2e64f4c5cc
|
Merge pull request #4588 from rexrainbow/master
Update displayOriginX, displayOriginY after size changed
|
2019-06-19 09:25:38 +01:00 |
|
Richard Davey
|
aa7f4da0d9
|
Merge pull request #4587 from samme/fix/emitter-op-random
Fix EmitterOp config with { random: false }
|
2019-06-19 09:24:20 +01:00 |
|
Richard Davey
|
932583402c
|
Merge pull request #4589 from samme/x/arcade-static-body-setSize
Change arguments to Arcade.StaticBody#setSize
|
2019-06-19 09:21:00 +01:00 |
|
ldd
|
4cd8787212
|
Fix some JSDoc descriptions
|
2019-06-17 16:03:22 -04:00 |
|
Richard Davey
|
19c6c94899
|
Update CHANGELOG.md
|
2019-06-17 19:48:47 +01:00 |
|
Richard Davey
|
a884277e2f
|
Merge pull request #4593 from samme/fix/scene-create-remove
Fix an error when destroying a scene during create()
|
2019-06-17 19:47:14 +01:00 |
|
samme
|
9a3340ff7c
|
Exit if scene was removed during create()
|
2019-06-14 13:00:13 -07:00 |
|
Richard Davey
|
89fe81a5ab
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2019-06-12 23:20:25 +01:00 |
|
Richard Davey
|
a786298c66
|
Updated Line docs. #4590
|
2019-06-12 23:20:22 +01:00 |
|
samme
|
7bba56be16
|
Change arguments to StaticBody#setSize
`center` replaces `offsetX`, `offsetY`
|
2019-06-12 10:59:07 -07:00 |
|
Richard Davey
|
18f8ee5c31
|
Update CHANGELOG.md
|
2019-06-12 12:35:43 +01:00 |
|
Richard Davey
|
ea8bb89554
|
Exposed all of the Tilemap Parser functions. Fix #4318
|
2019-06-12 12:35:41 +01:00 |
|
Richard Davey
|
0f592ba91a
|
Moved the Pick function to the object utils
|
2019-06-12 12:35:03 +01:00 |
|
Richard Davey
|
9c7b26260e
|
StaticPhysicsGroup can now take a classType property in its Group Config and will use the value of it, rather than override it. If none is provided it'll default to ArcadeSprite . Fix #4401
|
2019-06-12 12:06:40 +01:00 |
|
Richard Davey
|
6a2e8a06b6
|
Update CHANGELOG.md
|
2019-06-12 11:19:03 +01:00 |
|
Richard Davey
|
0791ae10d2
|
Added button property and methods for leftButtonReleased, rightButtonReleased and so on.
|
2019-06-12 11:19:00 +01:00 |
|
Hua
|
da617f364d
|
Update displayOriginX, displayOriginY after size changed
|
2019-06-12 13:54:27 +08:00 |
|
samme
|
df3953e604
|
Require truthy random value for randomness
|
2019-06-11 11:38:29 -07:00 |
|
Richard Davey
|
77859b1cdf
|
Calling Arcade Physics Body.reset on a Game Object that doesn't have any bounds, like a Container, would throw an error about being unable to access getTopLeft . If this is the case, it will now set the position to the given x/y values
|
2019-06-11 18:20:56 +01:00 |
|
Richard Davey
|
13180b9a9a
|
If you had a Graphics object in the display list immediately after an object with a Bitmap Mask it would throw an error Uncaught TypeError: Cannot set property 'TL' of undefined . Fix #4581
|
2019-06-11 17:58:57 +01:00 |
|
Richard Davey
|
9e5527f230
|
Update CHANGELOG.md
|
2019-06-11 16:45:15 +01:00 |
|
Richard Davey
|
423a9e5003
|
Implent Grid canvas rendering! Fix #4585
|
2019-06-11 16:45:13 +01:00 |
|
Richard Davey
|
eb73b51cd8
|
Allow for color and alpha overrides
|
2019-06-11 16:44:55 +01:00 |
|
Richard Davey
|
4f36fe15fa
|
Update CHANGELOG.md
|
2019-06-11 16:06:11 +01:00 |
|
Richard Davey
|
69877548c9
|
Merge pull request #4586 from rexrainbow/master
Set (width,height) of arc/circle to (diameter,diameter)
|
2019-06-11 15:58:34 +01:00 |
|
Richard Davey
|
e7a6c9f211
|
Merge pull request #4582 from Sun0fABeach/patch-1
Correct docs of arcade physics body member
|
2019-06-11 15:57:41 +01:00 |
|
Richard Davey
|
dfdba323fb
|
New decodeAudio method for decoding base64 audio into webaudio
|
2019-06-11 14:31:43 +01:00 |
|
Richard Davey
|
2cc42f1a32
|
Update CHANGELOG.md
|
2019-06-11 14:31:23 +01:00 |
|
Richard Davey
|
a124580930
|
New Audio Decode type
|
2019-06-11 14:31:17 +01:00 |
|
Richard Davey
|
f2c2c93499
|
Added new DECODE and DECODE_ALL events
|
2019-06-11 14:29:29 +01:00 |
|
Richard Davey
|
b1e3ee4eec
|
Added base64 to ArrayBuffer and ArrayBuffer to base64
|
2019-06-11 14:14:31 +01:00 |
|
Richard Davey
|
4bd3cca4d0
|
Update CHANGELOG.md
|
2019-06-11 09:08:12 +01:00 |
|
Hua
|
382afd6945
|
Set (width,height) of arc/cicle to (diameter,diameter)
Set (width,height) of arc/cicle to (diameter,diameter), not (radius,radius).
|
2019-06-11 12:38:26 +08:00 |
|
Markus Appel
|
5ff9b20668
|
Correct docs of arcade physics body member
|
2019-06-09 12:22:15 +02:00 |
|