Alex West
c1f42c9369
Bug fix: reset position of listener when applying config.
2023-01-30 14:17:40 +00:00
Richard Davey
5e185f32b5
Update CHANGELOG-v3.60.md
2023-01-29 22:05:08 +00:00
Richard Davey
86d557b84b
Game.isPaused
is a new boolean that tracks if the Game loop is paused, or not (and can also be toggled directly). Fix #6373
2023-01-29 22:05:06 +00:00
Richard Davey
2e59ec4d4e
Merge branch 'master' of https://github.com/photonstorm/phaser
2023-01-27 18:05:03 +00:00
Richard Davey
4608044577
Added animation and ability to adjust frame verts
2023-01-27 18:04:59 +00:00
Richard Davey
14b91e84c8
Add missing tile property
2023-01-27 17:46:41 +00:00
Richard Davey
d88feee825
Update CHANGELOG-v3.60.md
2023-01-27 17:46:29 +00:00
Richard Davey
5619f4ddde
Update PhysicsConfig.js
2023-01-27 17:46:22 +00:00
Richard Davey
674bcbe6f8
Moved uvScroll, uvScale and rotate setters to Mesh
2023-01-27 17:46:17 +00:00
Richard Davey
dae80ee845
Update MatterWorldConfig.js
2023-01-27 17:45:32 +00:00
Alex West
fc737e60b7
Removed z value change.
2023-01-26 16:23:25 +00:00
Alex West
9ff5dc5e77
Set defaults to web audio's standards.
2023-01-26 16:22:53 +00:00
Richard Davey
c493579c3e
Merge pull request #6366 from Bambosh/fix-addSpriteSheetFromAtlas-with-multiatlas
...
Fixed addSpriteSheetFromAtlas exception
2023-01-26 14:49:36 +00:00
Alex West
cce08adf5c
bug fix: chained audio nodes incorrectly.
...
bug fix: null exception raised when context.createPanner isn't defined.
2023-01-26 13:18:57 +00:00
Alex West
34b50d9f5d
Forgot the brackets...
2023-01-26 11:57:41 +00:00
Bambosh
7cbf56c3ae
Fixed SpriteSheetFromAtlas out of range sourceIndex
2023-01-26 16:28:15 +11:00
Richard Davey
de2e7847df
Added rotation methods and setters
2023-01-25 23:30:58 +00:00
Richard Davey
57c41cba72
Use Frame if the Mesh has one and not defined
2023-01-25 23:30:47 +00:00
Richard Davey
49ad4348d9
Added Mesh.hasFaceAt
2023-01-25 23:30:35 +00:00
Richard Davey
60d6119b1b
Tidied up the internals, added frame parameter, preDestroy
2023-01-25 18:49:11 +00:00
Richard Davey
6d81544706
createCheckerboard handles colors properly
2023-01-24 18:23:36 +00:00
Richard Davey
b83e4956ba
New build of Spine 3 plugin against 3.60
2023-01-24 17:48:59 +00:00
Richard Davey
78797dd87a
z calculation now done correctly
2023-01-24 17:48:45 +00:00
Richard Davey
affdd0cd60
Added Mesh.fov property
2023-01-24 17:48:35 +00:00
Richard Davey
303e44a9bf
Added Plane Game Object (WIP)
2023-01-24 13:44:43 +00:00
Richard Davey
44d45f7c61
Updated jsdocs
2023-01-24 13:44:31 +00:00
Richard Davey
a5abae8f0a
Added setColor, scrollUV and scaleUV methods
2023-01-24 13:44:20 +00:00
Richard Davey
eb0731d3be
Added translated uv coords + scrollUV and scaleUV methods
2023-01-24 13:43:52 +00:00
Richard Davey
5d75d771f8
Wrap shouldn't adjust a value already in the range
2023-01-24 13:43:15 +00:00
Alex West
b015d2b27a
createPanner() instead of initializing PannerNode
2023-01-24 09:55:06 +00:00
Alex West
15f6e6ca21
Merge branch 'spatial-sound' of https://github.com/alxwest/phaser into spatial-sound
2023-01-24 09:33:04 +00:00
Alex West
33a3388892
Requested changes from PR
2023-01-24 09:26:42 +00:00
Alex West
3d636f5fac
Merge branch 'photonstorm:master' into spatial-sound
2023-01-24 09:13:33 +00:00
Richard Davey
50d0aeb391
Update CHANGELOG-v3.60.md
2023-01-23 20:59:04 +00:00
Richard Davey
6f678e0825
If mipmapFilter is not set on the config (now the default) it won't create them at all.
2023-01-23 20:59:02 +00:00
Richard Davey
49efda3d9b
Default mipmapFilter is now an empty string.
2023-01-23 20:58:43 +00:00
Richard Davey
114e34cf7c
Update CHANGELOG-v3.60.md
2023-01-23 17:21:14 +00:00
Richard Davey
89459642e2
New constants and use of Float32Arrays
...
* `ColorMatrix._matrix` and `_data` are now Float32Arrays.
* Calling the `ColorMatrix.set`, `reset` and `getData` methods all now use the built-in Float32 Array operations, making them considerably faster.
* `ColorMatrix.BLACK_WHITE` is a new constant used by blackwhite operations.
* `ColorMatrix.NEGATIVE` is a new constant used by negative operations.
* `ColorMatrix.DESATURATE_LUMINANCE` is a new constant used by desaturation operations.
* `ColorMatrix.SEPIA` is a new constant used by sepia operations.
* `ColorMatrix.LSD` is a new constant used by LSD operations.
* `ColorMatrix.BROWN` is a new constant used by brown operations.
* `ColorMatrix.VINTAGE` is a new constant used by vintage pinhole operations.
* `ColorMatrix.KODACHROME` is a new constant used by kodachrome operations.
* `ColorMatrix.TECHNICOLOR` is a new constant used by technicolor operations.
* `ColorMatrix.POLAROID` is a new constant used by polaroid operations.
* `ColorMatrix.SHIFT_BGR` is a new constant used by shift BGR operations.
2023-01-23 17:21:11 +00:00
Richard Davey
61278d0812
Optionally pass ColorMatrix to ciopySprite method
2023-01-23 17:16:43 +00:00
Richard Davey
1a9e631c77
Update CHANGELOG-v3.60.md
2023-01-23 15:26:09 +00:00
Richard Davey
29ac551457
Merge pull request #6358 from samme/feature/warn-for-no-audio-type
...
Warn if no audio URLs are matched
2023-01-23 15:03:20 +00:00
Richard Davey
40e2181c83
Merge pull request #6360 from samme/fix/body-process-blocked-none
...
Set blocked.none in processX(), processY()
2023-01-23 15:02:50 +00:00
Richard Davey
e3b4eb6678
Merge pull request #6359 from pavle-goloskokovic/master
...
Few type fixes
2023-01-23 15:02:20 +00:00
samme
ca2cef5281
Set blocked.none in processX(), processY()
2023-01-22 10:30:42 -08:00
Pavle Goloskokovic
0ab4981f86
docs reference updated method name setEmitterFrame
2023-01-21 11:39:13 +01:00
Pavle Goloskokovic
15ffe6aaff
optional config param for Phaser.GameObjects.GameObjectCreator#graphics method
2023-01-20 21:36:00 +01:00
Pavle Goloskokovic
54ad20122c
added missing lineSpacing property to Phaser.Types.GameObjects.Text.TextStyle type
2023-01-20 21:27:08 +01:00
Pavle Goloskokovic
6fb0287b58
Phaser.Types.GameObjects.Text.TextStyle fontSize type fix
2023-01-20 21:14:31 +01:00
samme
24197dd09a
Warn if no audio URLs are matched
2023-01-20 11:46:04 -08:00
Alex West
98b4364f55
Whitespace fix
2023-01-20 09:58:20 +00:00