Age | Commit message (Expand) | Author |
2021-11-01 | Use `Callable` in Area monitor callback | rafallus |
2021-11-01 | Merge pull request #37880 from nekomatata/rigid-body-damping-override | Camille Mohr-Daurat |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-25 | Improved RigidDynamicBody linear/angular damping override | PouleyKetchoupp |
2021-10-25 | Refactored Node3D rotation modes | reduz |
2021-10-21 | Fix RigidDynamicBody collision update after changing collision layer/mask | PouleyKetchoupp |
2021-10-21 | Fix SoftDynamicBody3D crash when setting disable mode | 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-15 | Swap args of Plane(point, normal) constructor | mennomax |
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 | Merge pull request #53280 from nekomatata/test-body-motion-parameters | Rémi Verschelde |
2021-10-04 | Script interface improvements for test body motion | PouleyKetchoupp |
2021-10-04 | Fix crashes with pinned vertices in GodotPhysics Soft Body | PouleyKetchoupp |
2021-10-04 | Fix crash when pinned SoftBody point is out of range | Haoyu Qiu |
2021-10-01 | Remove scene code in physics servers | 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-29 | Don't memcpy to nullptr even if length is zero | Haoyu Qiu |
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-22 | Port 2D improvement to move and slide 3D | fabriceci |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke |
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 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat |
2021-09-15 | Initialize variables in servers/physics | qarmin |
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp |
2021-09-13 | Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | Aaron Franke |
2021-09-06 | Optimize raycast with large Heightmap shape data | 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 |
2021-08-24 | Rename RayShape to SeparationRayShape | PouleyKetchoupp |
2021-08-24 | Rename slips_on_slope to slide_on_slope | PouleyKetchoupp |