Zeke Chan
|
e9f92fab64
|
Revert "Updated maxWidth calculations"
This reverts commit 514f99d8aa .
|
2024-07-12 12:37:42 +08:00 |
|
Zeke Chan
|
514f99d8aa
|
Updated maxWidth calculations
|
2024-07-12 12:27:13 +08:00 |
|
Zeke Chan
|
9ecd99d173
|
Corrected currentLine offset
|
2024-07-11 17:34:47 +08:00 |
|
Zeke Chan
|
6fd0769915
|
Fixed line wrapping issue for lines ending with a space
|
2024-07-11 17:00:53 +08:00 |
|
zekechan
|
a190054ce0
|
Update TileSprite.js
Default width and height are assigned to displayFrame separately.
|
2024-07-10 17:15:57 +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 |
|
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
|
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
|
5e7a8aeb01
|
Update RenderTarget.js
|
2024-07-05 14:31:06 +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
|
02519c2ee5
|
Updated internal update method to MatterJS 0.20.0
|
2024-07-03 15:10:31 +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 |
|
Zeke Chan
|
cff438b2f8
|
Merge pull request #6846 from samme/feature/direct-control-friction
Add friction for direct-control bodies
|
2024-06-29 14:52:02 +08:00 |
|
Rex
|
05529fc98d
|
Store camera when drag-start
|
2024-06-29 00:19:48 +08:00 |
|
Rex
|
77c8f7389d
|
Fix drag-with-multiple-camera bug
|
2024-06-28 23:32:22 +08:00 |
|
Zeke Chan
|
429b794bd1
|
Update Runner.js
|
2024-06-28 17:51:33 +08:00 |
|
Zeke Chan
|
a0f44ed02e
|
Added wrapBounds property
|
2024-06-28 17:32:54 +08:00 |
|
Zeke Chan
|
ea0651f44d
|
Removed MatterCollisionEvents , MatterAttractors , MatterWrap plugins
|
2024-06-28 17:32:33 +08:00 |
|
Zeke Chan
|
2ec9e38405
|
Added wrap to bounds feature
|
2024-06-28 17:31:50 +08:00 |
|
Zeke Chan
|
8667f5dd38
|
Added wrap to bounds feature
|
2024-06-28 17:31:41 +08:00 |
|
Zeke Chan
|
a69bacbb5c
|
Added wrap to bounds feature
|
2024-06-28 17:31:31 +08:00 |
|
Zeke Chan
|
2512f65da0
|
Added wrap to bounds feature
|
2024-06-28 17:31:27 +08:00 |
|
Zeke Chan
|
df2e7e7104
|
Update MatterWorldConfig.js
|
2024-06-28 16:29:38 +08:00 |
|
Zeke Chan
|
e0aed1aacf
|
Update MatterWorldConfig.js
|
2024-06-28 15:43:57 +08:00 |
|
samme
|
9037738bce
|
Docs: nonNull arg for GetTileAt() etc.
|
2024-06-27 14:17:47 -07:00 |
|
Zeke Chan
|
05a814dc1d
|
Update World.js
Updated `pair.activeContacts.length` to use new `pair.contactCount` property
|
2024-06-27 17:06:44 +08:00 |
|
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 |
|
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 |
|
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
|
f92e1e86f2
|
Update ScaleManager.js
|
2024-06-19 14:18:50 +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
|
a4779bb5f3
|
Update Frame.js
Added `setCutPosition`, `setCutSize`
|
2024-06-14 15:07:21 +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
|
b2d62b6234
|
Update DeathZone.js
DeathZone now checks for particle local coordinates, not world coordinates.
|
2024-06-12 16:43:32 +08:00 |
|