Age | Commit message (Expand) | Author |
2022-11-23 | Update remaining physics exclude parameters to use TypedArray | Ricardo Buring |
2022-09-25 | Add `area_get_collision_layer` and `area_get_collision_mask` | Mansur Isaev |
2022-09-07 | Expose registration of physics servers to GDExtension | Ricardo Buring |
2022-09-05 | Merge pull request #65321 from rburing/physics_server_2d_extension | Rémi Verschelde |
2022-09-04 | Create GDExtension classes for PhysicsServer2D | Ricardo Buring |
2022-09-01 | Change Array arguments to TypedArray | kobewi |
2022-08-26 | Restore RigidBody2/3D, SoftBody names in physics | fabriceci |
2022-08-23 | Replace Array return types with TypedArray 2 | kobewi |
2022-08-18 | Add collision weight to PhysicsBody for penetrations must be avoided | Silc Renew |
2022-06-10 | Add static methods to create RayQueryParameters | kobewi |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-19 | Add dedicated macros for property name extraction | Haoyu Qiu |
2022-05-18 | Add motion parameter to toggle whether recovery is reported as a collision | Ricardo Buring |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-02-14 | Validate PhysicsDirectSpaceState{2,3}D::_intersect_point input | Haoyu Qiu |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-10 | Improve RigidDynamicBody force and torque API | PouleyKetchoupp |
2021-12-03 | Update space parameters in 2D and 3D | 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-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-04 | Use parameter classes instead of arguments for all physics queries | PouleyKetchoupp |
2021-11-01 | Use `Callable` in Area monitor callback | rafallus |
2021-10-25 | Improved RigidDynamicBody linear/angular damping override | PouleyKetchoupp |
2021-10-09 | Fix missing argument names in bindings | Rémi Verschelde |
2021-10-04 | Fix physics glitch with TileMap moving platforms | PouleyKetchoupp |
2021-10-04 | Script interface improvements for test body motion | PouleyKetchoupp |
2021-10-03 | Merge pull request #42364 from madmiraal/fix-39887 | Rémi Verschelde |
2021-09-30 | Remove shape metadata from 2D physics server | PouleyKetchoupp |
2021-09-28 | Merge pull request #52754 from nekomatata/dynamic-body-modes | Camille Mohr-Daurat |
2021-09-27 | Improved logic for CharacterBody collision recovery depth | PouleyKetchoupp |
2021-09-16 | Clarify RigidDynamicBody modes | PouleyKetchoupp |
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp |
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-15 | API improvement on physics, mainly CharacterBody | fabriceci |
2021-08-14 | Rename LineShape2D to WorldMarginShape2D | Hugo Locurcio |
2021-08-12 | Uniformize layer names, script methods and documentation | PouleyKetchoupp |
2021-08-10 | Remove infinite inertia and ray shapes from CharacterBody | PouleyKetchoupp |
2021-08-09 | Fix applied rotation from moving platforms in move_and_slide | PouleyKetchoupp |
2021-07-15 | Fixing 2D moving platform logic | fabriceci |
2021-07-05 | Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D | PouleyKetchoupp |
2021-06-28 | Fix move_and_collide causing sliding on slopes | PouleyKetchoupp |
2021-06-04 | More explanatory names for RigidBody modes | PouleyKetchoupp |