Age | Commit message (Expand) | Author |
2021-12-03 | Improve RigidDynamicBody contacts in 2D and 3D | PouleyKetchoupp |
2021-11-25 | Fix RigidDynamicBody gaining momentum with bounce | PouleyKetchoupp |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-22 | Add wakeup() conditional if previous gravity was 0 | Brennen Green |
2021-11-20 | Add area to moved list when changing monitorable, | Marcel Admiraal |
2021-11-17 | Fix rest_info returning no result with high margin and low motion | PouleyKetchoupp |
2021-11-16 | Fix physics BVH pairing for teleported or fast moving objects | PouleyKetchoupp |
2021-11-11 | Merge pull request #54810 from nekomatata/area-separate-override-modes | Camille Mohr-Daurat |
2021-11-10 | Add raycast options to hit when starting inside / hit back faces | PouleyKetchoupp |
2021-11-10 | Fix errors in CharacterBody when floor is destroyed or removed | PouleyKetchoupp |
2021-11-09 | Separate space override modes for gravity/damping in Area | PouleyKetchoupp |
2021-11-08 | Merge pull request #54134 from nekomatata/body-center-of-mass-local | Camille Mohr-Daurat |
2021-11-08 | Expose local center of mass in physics servers | PouleyKetchoupp |
2021-11-08 | Merge pull request #54486 from ibrahn/thread-work-pool-lazier | Rémi Verschelde |
2021-11-04 | Use parameter classes instead of arguments for all physics queries | PouleyKetchoupp |
2021-11-01 | Use `Callable` in Area monitor callback | rafallus |
2021-11-01 | ThreadWorkPool no longer starts worker threads if given zero work. | Ibrahn Sahir |
2021-10-25 | Improved RigidDynamicBody linear/angular damping override | PouleyKetchoupp |
2021-10-22 | Merge pull request #54124 from Uxeron/CenterOfMassRotationFix | Camille Mohr-Daurat |
2021-10-22 | Fix physics body rotating incorrectly around it's center of mass | Uxeron |
2021-10-22 | Fix RigidDynamicBody2D auto center of mass calculation | PouleyKetchoupp |
2021-10-21 | Fix RigidDynamicBody collision update after changing collision layer/mask | PouleyKetchoupp |
2021-10-19 | Fix 2D center of mass not updated from transform | PouleyKetchoupp |
2021-10-18 | Rename Godot Physics classes from *SW to Godot* | PouleyKetchoupp |
2021-10-05 | Merge pull request #53420 from nekomatata/fix-tilemap-moving-platform | Rémi Verschelde |
2021-10-04 | Merge pull request #53365 from danger-dan/wakeup_fix | Camille Mohr-Daurat |
2021-10-05 | Changed from directly waking bodies to using the wakeup() functions in direct... | Daniel |
2021-10-04 | Fix physics glitch with TileMap moving platforms | PouleyKetchoupp |
2021-10-04 | Script interface improvements for test body motion | PouleyKetchoupp |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-30 | Remove shape metadata from 2D physics server | PouleyKetchoupp |
2021-09-29 | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio |
2021-09-28 | Merge pull request #52754 from nekomatata/dynamic-body-modes | Camille Mohr-Daurat |
2021-09-28 | Merge pull request #52953 from nekomatata/fix-collision-recovery-depth | Rémi Verschelde |
2021-09-27 | Improved logic for CharacterBody collision recovery depth | PouleyKetchoupp |
2021-09-24 | Added set_active(true) to all body direct state force apply/impulses. #52915 | Daniel |
2021-09-16 | Clarify RigidDynamicBody modes | PouleyKetchoupp |
2021-09-16 | Merge pull request #52668 from qarmin/cppcheck_servers_physics | Camille Mohr-Daurat |
2021-09-15 | Initialize variables in servers/physics | qarmin |
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp |
2021-09-06 | Proper support for custom mass properties in 2D/3D physics bodies | PouleyKetchoupp |
2021-09-06 | Merge pull request #52271 from nekomatata/query-layer-default-mask | Camille Mohr-Daurat |
2021-08-31 | Add AnimatableBody inherited from StaticBody for moving platforms | PouleyKetchoupp |
2021-08-31 | Merge pull request #49471 from nekomatata/body-state-sync-callback | Juan Linietsky |
2021-08-30 | Harmonize default value for collision mask in ray/shape queries | PouleyKetchoupp |
2021-08-28 | Merge pull request #52070 from nekomatata/area-point-gravity-fix | Fabio Alessandrelli |
2021-08-27 | Optimize area detection and intersect_shape queries with concave shapes | PouleyKetchoupp |
2021-08-27 | Merge pull request #51896 from nekomatata/restore-ray-shape | Camille Mohr-Daurat |
2021-08-26 | Merge pull request #51801 from nekomatata/area-one-directional-layer-check | Camille Mohr-Daurat |
2021-08-25 | Clean physics direct body state usage in 2D and 3D physics | PouleyKetchoupp |