Age | Commit message (Expand) | Author |
2021-09-06 | Proper support for custom mass properties in 2D/3D physics bodies | PouleyKetchoupp |
2021-08-30 | Harmonize default value for collision mask in ray/shape queries | PouleyKetchoupp |
2021-08-24 | Rename RayShape to SeparationRayShape | PouleyKetchoupp |
2021-08-24 | Fix CharacterBody motion with RayShape | PouleyKetchoupp |
2021-08-24 | Restore RayShape as a regular shape type | PouleyKetchoupp |
2021-08-23 | Enabled area-specific wind forces | Jeffrey Cochran |
2021-08-15 | API improvement on physics, mainly CharacterBody | fabriceci |
2021-08-10 | Remove infinite inertia and ray shapes from CharacterBody | PouleyKetchoupp |
2021-08-09 | Fix 3D moving platform logic | PouleyKetchoupp |
2021-08-09 | Fix applied rotation from moving platforms in move_and_slide | PouleyKetchoupp |
2021-07-10 | Add a method to set the number of physics solver iterations in 3D | Hugo Locurcio |
2021-07-05 | Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D | PouleyKetchoupp |
2021-07-02 | Expose body_test_motion in 3D physics server | PouleyKetchoupp |
2021-06-04 | Safe margin cleanup | PouleyKetchoupp |
2021-06-04 | More explanatory names for RigidBody modes | PouleyKetchoupp |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke |
2021-06-03 | Rename Transform to Transform3D in core | Aaron Franke |
2021-04-30 | Prevent setting too big or too small Collision Mask and Layer | Rafał Mikrut |
2021-04-22 | Unexpose _direct_state_changed in PhysicsBody | rafallus |
2021-03-18 | SoftBody support in GodotPhysics 3D | PouleyKetchoupp |
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde |
2021-02-10 | Make Servers truly Thread Safe | reduz |
2021-01-28 | Use real_t in physics code | Aaron Franke |
2021-01-27 | Correctly expose transform as 3D transform | Winston Yallow |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-07-02 | Merge pull request #37350 from aaronfranke/force-impulse | Rémi Verschelde |
2020-06-26 | Expose shape property for shape query parameters classes | Andrii Doroshenko (Xrayez) |
2020-06-21 | Check for motion in cast_motion() before doing Bullet convexSweepTest(). | Marcel Admiraal |
2020-06-02 | Refactor physics force and impulse code | Aaron Franke |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-28 | More server renames for consistency after #37361 | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |