Commit graph

19780 commits

Author SHA1 Message Date
Zeke Chan
0458e4ab01 Update MatterCollisionPair.js
Changed `activeContacts` to `contacts`
2024-06-27 17:05:39 +08:00
samme
b961398acf Add friction for direct-control bodies
Fixes #6792
2024-06-26 09:43:39 -07:00
Zeke Chan
ea48bcf491 Update ParticleEmitter.js 2024-06-26 10:58:39 +08:00
Zeke Chan
0ab223054a Update CHANGELOG-v3.85.md 2024-06-26 10:58:37 +08:00
Richard Davey
c45e2f4dba MatterJS v0.20 integration 2024-06-25 18:51:12 +01:00
Richard Davey
91f21c95e9 3.85 beta 2 const 2024-06-25 18:50:55 +01:00
Zeke Chan
f0f82d3a40 Update ParticleEmitter.js 2024-06-25 15:55:55 +08:00
Richard Davey
b49cf68e71 v.3.85.0-beta.1 release 2024-06-21 17:00:46 +01:00
Richard Davey
c5a5a9fce2 Update README.md 2024-06-21 16:53:59 +01:00
Zeke Chan
42a6831106 Update GetBitmapTextSize.js
Fixed extra empty line issue in GetBitmapTextSize.js when setMaxWidth is called with line width less than a word.
2024-06-21 16:27:30 +08:00
Zeke Chan
4bfe3f58ee Update CHANGELOG-v3.85.md 2024-06-21 16:25:45 +08:00
Zeke Chan
34b16ceb48 Update CHANGELOG-v3.85.md 2024-06-19 14:22:37 +08:00
Zeke Chan
323e4b8a78 Update CHANGELOG-v3.85.md 2024-06-19 14:19:00 +08:00
Zeke Chan
f92e1e86f2 Update ScaleManager.js 2024-06-19 14:18:50 +08:00
Zeke Chan
50503e56a5 Update CHANGELOG-v3.85.md 2024-06-19 13:59:27 +08:00
Zeke Chan
9b2663774e Fixed bitmapText kerning bug 2024-06-19 13:55:41 +08:00
Zeke Chan
0951a4a3d4 Update ORIENTATION_CONST.js
Added secondary landscape orientation.
Added secondary portrait orientation.
2024-06-18 15:53:49 +08:00
Zeke Chan
c2e849eb96 Update CHANGELOG-v3.85.md 2024-06-14 15:07:32 +08:00
Zeke Chan
a4779bb5f3 Update Frame.js
Added `setCutPosition`, `setCutSize`
2024-06-14 15:07:21 +08:00
Zeke Chan
c50a78321b Update CHANGELOG-v3.85.md 2024-06-14 14:15:36 +08:00
Zeke Chan
4751786e96 Update CHANGELOG-v3.85.md 2024-06-13 17:35:42 +08:00
Zeke Chan
52f3309ab5 Update GetLineToLine.js 2024-06-13 17:30:36 +08:00
Zeke Chan
7724dd0076 Update WebGLRenderer.js 2024-06-13 11:23:19 +08:00
Zeke Chan
382fd583d5 Update CHANGELOG-v3.85.md 2024-06-12 16:44:03 +08:00
Zeke Chan
b2d62b6234 Update DeathZone.js
DeathZone now checks for particle local coordinates, not world coordinates.
2024-06-12 16:43:32 +08:00
Zeke Chan
ef6a9331b6 Update Pointer.js
These methods will now return `true` when multiple mouse buttons are being pressed:
- leftButtonReleased
- rightButtonReleased
- middleButtonReleased
- backButtonReleased
- forwardButtonReleased
2024-06-11 17:25:02 +08:00
Zeke Chan
aa15dbd40d Update CHANGELOG-v3.85.md 2024-06-11 17:23:41 +08:00
Zeke Chan
e14ab812f4 Update CHANGELOG-v3.85.md 2024-06-11 15:37:58 +08:00
Zeke Chan
67da96272a Update CHANGELOG-v3.85.md 2024-06-11 15:36:16 +08:00
Zeke Chan
1b965326d4 Update World.js
Added pushable property collision checking when both bodies are set to circles
2024-06-11 15:36:09 +08:00
Zeke Chan
43ce515fcb Update WebGLRenderer.js 2024-06-11 15:25:53 +08:00
Richard Davey
4a82a8bc9b Tidied up documentation and small code tweaks 2024-06-10 17:22:54 +01:00
Zeke Chan
48cd2fc2e0 Update WebGLRenderer.js 2024-06-11 00:05:08 +08:00
Zeke Chan
efaa3b00e1 Update CHANGELOG-v3.85.md 2024-06-11 00:05:00 +08:00
Zeke Chan
6014b2d775 Update WebGLRenderer.js
Added `setContextHandlers` method
2024-06-10 23:35:27 +08:00
Richard Davey
ea78ec7822
Update CHANGELOG-v3.85.md 2024-06-10 11:56:08 +01:00
Zeke Chan
3212f6ff33 Reapply "Update WebGLRenderer.js"
This reverts commit ead539a664.
2024-06-10 14:52:57 +08:00
Zeke Chan
1c5a9d02ea Reapply "Update CHANGELOG-v3.85.md"
This reverts commit ca5cdf4b1a.
2024-06-10 14:52:49 +08:00
Zeke Chan
ca5cdf4b1a Revert "Update CHANGELOG-v3.85.md"
This reverts commit 86d4811246.
2024-06-10 14:50:22 +08:00
Zeke Chan
ead539a664 Revert "Update WebGLRenderer.js"
This reverts commit 6489106aa8.
2024-06-10 14:50:14 +08:00
Zeke Chan
6489106aa8 Update WebGLRenderer.js
Added `dispatchContextLost`, `dispatchContextRestored` methods
2024-06-10 14:49:38 +08:00
Zeke Chan
86d4811246 Update CHANGELOG-v3.85.md 2024-06-10 14:49:04 +08:00
samme
6d3dbd6065
Docs: note Tween timeScale in Timeline#timeScale 2024-06-07 09:53:05 -07:00
Richard Davey
4ddba9bc5c Update CHANGELOG-v3.85.md 2024-06-07 16:30:06 +01:00
Richard Davey
2f3a92b2d9 Added useSpriteSheet config property. Fix #6752 2024-06-07 16:30:06 +01:00
Zeke Chan
5036abe1e7 Update README.md 2024-06-07 23:13:30 +08:00
Richard Davey
ad55bad261 Update CHANGELOG-v3.85.md 2024-06-06 16:35:21 +01:00
Richard Davey
86c91e65d0 Update CHANGELOG-v3.85.md 2024-06-06 15:54:01 +01:00
Richard Davey
d0c23acccb Update CHANGELOG-v3.85.md 2024-06-06 15:49:06 +01:00
Richard Davey
38d27c1fd7 Changed version number 2024-06-06 15:49:06 +01:00