Richard Davey
|
fde24247af
|
Update CHANGELOG-v3.85.md
|
2024-07-15 17:44:43 +01:00 |
|
Richard Davey
|
5038c26051
|
The TextStyle.setStyle method will no longer mutate the given style object if it includes a numeric fontSize value. Fix #6863
|
2024-07-15 17:44:39 +01:00 |
|
Richard Davey
|
b14c580282
|
typo
|
2024-07-15 17:26:16 +01:00 |
|
Richard Davey
|
f2cc3c0b91
|
Update TilemapLayer.js
|
2024-07-15 17:24:27 +01:00 |
|
zekechan
|
944c6be993
|
BitmapText with maxWidth set does not wrap text correctly when a line ends with a white space. Fix #6860
|
2024-07-15 17:12:50 +08:00 |
|
Richard Davey
|
5f4dfa4fb8
|
Fixed call to lengthSq
|
2024-07-12 16:58:51 +01:00 |
|
Richard Davey
|
3ff119ae9e
|
Update CHANGELOG-v3.85.md
|
2024-07-12 16:57:59 +01:00 |
|
Richard Davey
|
29426d198e
|
Updated lookAtRH to call Vec3.lengthSq
|
2024-07-12 16:56:17 +01:00 |
|
Richard Davey
|
0560a787c5
|
Added missing subVectors method
|
2024-07-12 16:56:17 +01:00 |
|
Zeke Chan
|
7931e181a2
|
Updated maxWidth calculations
|
2024-07-12 15:34:48 +08:00 |
|
Zeke Chan
|
e9f92fab64
|
Revert "Updated maxWidth calculations"
This reverts commit 514f99d8aa .
|
2024-07-12 12:37:42 +08:00 |
|
Zeke Chan
|
548c920fb0
|
Update CHANGELOG-v3.85.md
|
2024-07-12 12:28:55 +08:00 |
|
Zeke Chan
|
514f99d8aa
|
Updated maxWidth calculations
|
2024-07-12 12:27:13 +08:00 |
|
Zeke Chan
|
70d9ab2910
|
Update CHANGELOG-v3.85.md
|
2024-07-11 17:34:51 +08:00 |
|
Zeke Chan
|
9ecd99d173
|
Corrected currentLine offset
|
2024-07-11 17:34:47 +08:00 |
|
Zeke Chan
|
187de1042d
|
Update CHANGELOG-v3.85.md
|
2024-07-11 17:09:43 +08:00 |
|
Zeke Chan
|
6fd0769915
|
Fixed line wrapping issue for lines ending with a space
|
2024-07-11 17:00:53 +08:00 |
|
Zeke Chan
|
3835ed417a
|
Update CHANGELOG-v3.85.md
|
2024-07-11 16:59:18 +08:00 |
|
zekechan
|
a190054ce0
|
Update TileSprite.js
Default width and height are assigned to displayFrame separately.
|
2024-07-10 17:15:57 +08:00 |
|
zekechan
|
d92c8ff2f2
|
Update CHANGELOG-v3.85.md
|
2024-07-10 17:15:07 +08:00 |
|
Zeke Chan
|
a51e91e066
|
Merge pull request #6850 from rexrainbow/bugfix-drag
Fix drag-with-multiple-camera bug
|
2024-07-10 16:47:26 +08:00 |
|
Zeke Chan
|
7a726560ee
|
Merge pull request #6849 from samme/docs/tilemaps-nonNull
Docs: `nonNull` argument for `GetTileAt()` etc.
|
2024-07-10 16:44:12 +08:00 |
|
Zeke Chan
|
0c17c6ac7a
|
Merge pull request #6859 from rexrainbow/bug-input-disableInteractive-nottoponly
Use cloned drag pointers
|
2024-07-10 16:27:51 +08:00 |
|
Rex
|
464dae5c96
|
Use cloned drag pointers
Drag pointer might be removed under event, it will break processing loop of drag pointers #6820
|
2024-07-10 10:22:03 +08:00 |
|
Zeke Chan
|
47fb4794c0
|
Update CHANGELOG-v3.85.md
|
2024-07-09 11:21:22 +08:00 |
|
Zeke Chan
|
b2f6922c20
|
Changed group.length to group.getLength()
|
2024-07-05 15:25:14 +08:00 |
|
Zeke Chan
|
3bb1f6f96a
|
Changed default collisionMask = 2147483647
|
2024-07-05 15:24:58 +08:00 |
|
Zeke Chan
|
547179c5b8
|
Changed default collisionMask = 2147483647
|
2024-07-05 15:24:51 +08:00 |
|
Zeke Chan
|
1b1ce752db
|
Update CHANGELOG-v3.85.md
|
2024-07-05 15:24:32 +08:00 |
|
Zeke Chan
|
5e7a8aeb01
|
Update RenderTarget.js
|
2024-07-05 14:31:06 +08:00 |
|
Zeke Chan
|
b4e36b2c7c
|
Update CHANGELOG-v3.85.md
|
2024-07-04 15:24:41 +08:00 |
|
Zeke Chan
|
7450ff9dff
|
Add null support to ignore default, missing, and white base64 images in TextureManager
|
2024-07-04 15:24:39 +08:00 |
|
Zeke Chan
|
97455bcedd
|
Added clear area functionality
|
2024-07-04 14:56:11 +08:00 |
|
Zeke Chan
|
49c32ba5c5
|
Added clear area functionality
|
2024-07-04 14:56:06 +08:00 |
|
Zeke Chan
|
d877fd6b67
|
Update CHANGELOG-v3.85.md
|
2024-07-04 14:53:56 +08:00 |
|
Zeke Chan
|
0d7f062d95
|
Create MatterWorldUpdate.md
|
2024-07-04 11:15:45 +08:00 |
|
Zeke Chan
|
3abec5ce26
|
Update CHANGELOG-v3.85.md
|
2024-07-04 11:15:41 +08:00 |
|
Zeke Chan
|
02519c2ee5
|
Updated internal update method to MatterJS 0.20.0
|
2024-07-03 15:10:31 +08:00 |
|
Zeke Chan
|
2a25008e9a
|
Update CHANGELOG-v3.85.md
|
2024-07-01 23:51:47 +08:00 |
|
Zeke Chan
|
26510d9716
|
Create MatterCollisionEvents.md
|
2024-07-01 23:51:45 +08:00 |
|
Zeke Chan
|
3ca2e6838a
|
Update MatterJS.md
|
2024-07-01 23:51:38 +08:00 |
|
Zeke Chan
|
a3b0db97df
|
Update MatterWrapBounds.md
|
2024-07-01 23:51:36 +08:00 |
|
Zeke Chan
|
5e68c3d812
|
Create MatterWrapBounds.md
|
2024-07-01 23:38:26 +08:00 |
|
Zeke Chan
|
9ebe03b40f
|
Create MatterAttractor.md
|
2024-07-01 23:38:23 +08:00 |
|
Zeke Chan
|
3fe805e5b7
|
Update CHANGELOG-v3.85.md
|
2024-07-01 23:38:21 +08:00 |
|
Zeke Chan
|
f69411fd6b
|
Integrated MatterCollisionEvents plugin
|
2024-07-01 17:20:58 +08:00 |
|
Zeke Chan
|
2bd89f1f29
|
Removed MatterCollisionEvents plugin
|
2024-07-01 17:20:43 +08:00 |
|
Zeke Chan
|
ea79f2be5c
|
Update MatterPhysics.js
|
2024-07-01 16:55:07 +08:00 |
|
Zeke Chan
|
431e58aa0f
|
Update Engine.js
|
2024-07-01 16:54:49 +08:00 |
|
Zeke Chan
|
ad2865f3fb
|
Added attractors property
|
2024-07-01 16:54:35 +08:00 |
|