Age | Commit message (Expand) | Author |
2021-05-20 | Merge pull request #48860 from JohnM666/fix-basis-variant-initialization | Rémi Verschelde |
2021-05-20 | Fix #46282 Executing RigidBody3D.get_inverse_inertia_tensor() crashes Godot | JohnM666 |
2021-05-19 | Fix ragdoll simulation when parent was readded to scene | Haoyu Qiu |
2021-05-18 | Merge pull request #42742 from madmiraal/fix-12215 | Rémi Verschelde |
2021-05-05 | Create CollisionObject3D debug shapes using RS | trollodel |
2021-04-22 | Unexpose _direct_state_changed in PhysicsBody | rafallus |
2021-04-20 | Move collision layer and mask into CollisionObject. | Marcel Admiraal |
2021-04-11 | Use Array for node configuration warnings | Nathan Franke |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-03-06 | Return RID instead of Object id in area-body_shape_entered-exited signals. | Marcel Admiraal |
2021-02-10 | Removed _change_notify | reduz |
2021-02-10 | Make Servers truly Thread Safe | reduz |
2021-02-07 | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut |
2021-02-01 | Merge pull request #37547 from aaronfranke/tau | Rémi Verschelde |
2021-01-29 | Use real_t in physics nodes | Aaron Franke |
2021-01-19 | Fixed 6DOF set/get check for the path starting with joint_constraints | HipsterPenguin |
2021-01-09 | Use Math_TAU and deg2rad/rad2deg in more places and optimize code | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-22 | Fix joint RID not being passed to _set in PhysicalBone | David Hoppenbrouwers |
2020-11-27 | Remove RigidBody weight property | Marcel Admiraal |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-10-13 | Remove old RigidBody layers property and methods. | Marcel Admiraal |
2020-10-02 | Merge pull request #42451 from Duroxxigar/rename-toplevel | Rémi Verschelde |
2020-10-01 | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
2020-07-21 | Add Method get_inverse_inertia_tensor | Yerik |
2020-07-14 | Properly pass safe margin on initialization. | Juan Linietsky |
2020-07-02 | Merge pull request #37350 from aaronfranke/force-impulse | Rémi Verschelde |
2020-06-16 | Normalise p_up_direction vector in move_and_slide() and | Marcel Admiraal |
2020-06-02 | Refactor physics force and impulse code | Aaron Franke |
2020-05-19 | Fixed kinematic body axis lock | Andrea Catania |
2020-05-16 | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee |
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-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-21 | Add proper type to most public API uses of Array | Juan Linietsky |
2020-04-14 | Merge pull request #37316 from nekomatata/physical-bone-settings | Rémi Verschelde |
2020-04-14 | Add PhysicalBone rotation, damping, axis lock & can sleep | PouleyKetchoupp |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde |
2020-03-28 | Fixed missed occurrences in #37361 renamings. | dankan1890 |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |