Commit graph

18583 commits

Author SHA1 Message Date
Richard Davey
65ca9cc967 PostPipeline is a new Game Object component that deals specifically with Post Pipelines 2023-02-03 17:41:43 +00:00
Alex West
6f6f96959d Efficient spatial audio processing 2023-02-02 17:43:04 +00:00
Alex West
ee2bf925ae Missed reference 2023-02-02 14:53:22 +00:00
Alex West
f1b40a8475 audioDestination to listenerPosition 2023-02-02 14:52:28 +00:00
Alex West
2507bb0fa4 Blip in sound's spatial source on play and pause. 2023-02-02 13:55:08 +00:00
Alex West
2df3d5979d Merge branch 'spatial-sound' of https://github.com/alxwest/phaser into spatial-sound 2023-02-02 13:22:30 +00:00
Richard Davey
e699fef68b Typo 2023-02-01 18:27:32 +00:00
Richard Davey
fa5685603f Update CHANGELOG-v3.60.md 2023-02-01 18:18:44 +00:00
Richard Davey
35163ec483 TileSprite will now error if you try and use a Dynamic Texture. Fix #6368 2023-02-01 18:18:41 +00:00
Richard Davey
884a2f1fad Added Matter Walls type 2023-02-01 18:08:40 +00:00
Richard Davey
fb7f43299c Update CHANGELOG-v3.60.md 2023-02-01 17:27:46 +00:00
Richard Davey
a679b3e835 Update SpatialSoundConfig.js 2023-02-01 17:22:52 +00:00
Richard Davey
3dd5d63bd3 Don't stop if not playing animation. Fix #6381 2023-02-01 17:22:46 +00:00
Alex West
2eb916238b Reduce processing on spatial audio for some browsers 2023-02-01 15:06:12 +00:00
Richard Davey
717f09e244 Tidying up the spatial audio functions to make them more game friendly 2023-01-31 18:47:49 +00:00
Richard Davey
60b4dabf59 Corrected the source properties and swapped to use GetFastValue #6355 2023-01-31 16:28:20 +00:00
Richard Davey
a062fe3281 Changed default cone outer angle to 0 2023-01-31 16:18:27 +00:00
Richard Davey
0cedda1cd9 Fix jsdocs and eslint #6355 2023-01-31 15:50:55 +00:00
Richard Davey
2e2b572e43 Added missing property declarations for spatialNode and spatialSource and added missing nulll of the source in destroy #6355 2023-01-31 15:49:09 +00:00
Richard Davey
c2efac5ea8 Update SpatialSoundConfig.js 2023-01-31 15:48:08 +00:00
Richard Davey
add991494c Update CHANGELOG-v3.60.md 2023-01-31 15:37:15 +00:00
Richard Davey
c1dd417fb8
Merge pull request #6355 from alxwest/spatial-sound
Spatial sound
2023-01-31 15:37:00 +00:00
Richard Davey
b6b098f421 Added PlaneCreator and all typedefs 2023-01-31 13:34:18 +00:00
Richard Davey
dfc3ebc0ec Finished Plane documentation 2023-01-31 13:21:02 +00:00
Richard Davey
c54cc2d6a1
Merge pull request #6376 from vforsh/improve-particles-types
Improve particles types
2023-01-30 21:44:38 +00:00
Richard Davey
e97d491458 Fix #6377 2023-01-30 21:42:21 +00:00
Vladislav Forsh
8c34a84fde Improve particles types 2023-01-30 21:58:34 +03:00
Richard Davey
e6573ff87b Merge branch 'master' of https://github.com/photonstorm/phaser 2023-01-30 15:34:52 +00:00
Richard Davey
1d2d6beddd Update CHANGELOG-v3.60.md 2023-01-30 15:34:49 +00:00
Richard Davey
4d4aa77a68
Merge pull request #6375 from samme/feature/clock-startTime
Add Phaser.Time.Clock#startTime
2023-01-30 15:33:29 +00:00
samme
2ed4836dd2 Add Phaser.Time.Clock#startTime 2023-01-30 06:57:40 -08:00
Alex West
114d267ffa whitespace 2023-01-30 14:20:39 +00:00
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