phaser/src/physics/arcade
2021-11-02 14:02:46 +00:00
..
components Updated jsdocs 2021-11-02 14:02:46 +00:00
events Add delta arg to WORLD_STEP event 2020-09-01 11:33:31 -07:00
tilemap Update body center after tile separation 2021-07-28 09:57:54 -07:00
typedefs Fix #5759 2021-09-28 15:21:13 +01:00
ArcadeImage.js More integer to number changes 2020-11-23 10:32:00 +00:00
ArcadePhysics.js finished updating culling system 2020-09-18 17:16:52 +02:00
ArcadeSprite.js More integer to number changes 2020-11-23 10:32:00 +00:00
Body.js Fixed JSDocs. Close #5836 2021-09-21 11:33:01 +01:00
Collider.js Update Collider.js 2020-10-15 11:07:27 +01:00
const.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Factory.js More integer to number changes 2020-11-23 10:32:00 +00:00
GetOverlapX.js When running an Arcade Physics overlap test against a StaticBody, it will no longer set the blocked states of the dynamic body. If you are doing a collision test, they will still be set, but they're skipped for overlap-only tests. Fix #4435 2020-09-24 11:04:56 +01:00
GetOverlapY.js When running an Arcade Physics overlap test against a StaticBody, it will no longer set the blocked states of the dynamic body. If you are doing a collision test, they will still be set, but they're skipped for overlap-only tests. Fix #4435 2020-09-24 11:04:56 +01:00
index.js finished updating culling system 2020-09-18 17:16:52 +02:00
PhysicsGroup.js Replace integer with number 2020-11-23 10:22:13 +00:00
ProcessX.js Fixed a conditional bug in Arcade Physics ProcessX when Body2 is Immovable and Body1 is not 2021-02-25 14:40:34 +00:00
ProcessY.js Removed debug logs and finished JSDocs 2020-09-28 15:25:43 +01:00
SeparateX.js Removed debug logs and finished JSDocs 2020-09-28 15:25:43 +01:00
SeparateY.js Removed debug logs and finished JSDocs 2020-09-28 15:25:43 +01:00
StaticBody.js Replace integer with number 2020-11-23 10:22:13 +00:00
StaticPhysicsGroup.js Replace integer with number 2020-11-23 10:22:13 +00:00
World.js Collide group vs self as array 2021-06-29 10:46:57 -07:00