| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -646/+0 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -1/+1 |
* | Remove deprecated PhysicsBody friction and bounce parameters | Rémi Verschelde | 2020-02-12 | 1 | -16/+0 |
* | - Integrated NavigationServer and Navigation2DServer. | Andrea Catania | 2020-02-10 | 1 | -1/+8 |
* | Added feature to move physical bones with skeleton when not simulating physics | Andrea Catania | 2020-02-08 | 1 | -9/+3 |
* | Added function to expose floor normal, useful to correctly calculate player v... | Andrea Catania | 2020-01-10 | 1 | -2/+4 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | i18n: Sync translations with Weblate + update template | Rémi Verschelde | 2019-12-22 | 1 | -1/+1 |
* | Added apply_central_impulse to PhysicalBone class | Vitalii Shmorhun | 2019-12-12 | 1 | -0/+3 |
* | Merge pull request #31476 from SoulForMachine/fix-move-and-slide-error | Rémi Verschelde | 2019-09-03 | 1 | -0/+1 |
|\ |
|
| * | Prevent move_and_slide() to generate an error. | Milan Davidovic | 2019-08-26 | 1 | -0/+1 |
* | | fix otherwise unitialized variables, found in #31694 | Robin Hübner | 2019-08-27 | 1 | -0/+1 |
|/ |
|
* | KinematicBody performance and quality improvements | Daniel Rakos | 2019-03-27 | 1 | -1/+1 |
* | Fixed missing exclude raycast shapes arguments in snap, closes #25230 | Juan Linietsky | 2019-03-03 | 1 | -2/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix 6DOF Physical Bone joint | Ivan Varesi | 2018-11-22 | 1 | -1/+17 |
* | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | 2018-11-12 | 1 | -1/+1 |
|\ |
|
| * | Fix inconsistency in KinematicBody | David Sichma | 2018-10-17 | 1 | -1/+1 |
* | | Add method get_collision_exceptions | Guilherme Recchi Cardozo | 2018-11-01 | 1 | -0/+1 |
|/ |
|
* | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde | 2018-10-02 | 1 | -0/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania | 2018-08-19 | 1 | -2/+7 |
* | Improved move_and_slide function to stay on slope and fall on steep slope | Andrea Catania | 2018-08-18 | 1 | -1/+1 |
* | Implemented IK | AndreaCatania | 2018-08-04 | 1 | -0/+1 |
* | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti... | Tiger Caldwell | 2018-07-24 | 1 | -0/+5 |
* | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky | 2018-07-23 | 1 | -4/+19 |
|\ |
|
| * | Implemented physics material | AndreaCatania | 2018-05-11 | 1 | -4/+19 |
* | | -Added support for raycast in KinematicBody2D | Juan Linietsky | 2018-07-16 | 1 | -1/+1 |
* | | Fixes #19648 Kinematic body move_and_slide compatibility issue | Andrea Catania | 2018-07-01 | 1 | -1/+1 |
|/ |
|
* | Implemented ragdoll | AndreaCatania | 2018-05-07 | 1 | -0/+264 |
* | Merge pull request #16757 from AndreaCatania/kinpush | Rémi Verschelde | 2018-02-20 | 1 | -4/+4 |
|\ |
|
| * | Improved kinematic body 2D and 3D, Now can move rigid body | Andrea Catania | 2018-02-20 | 1 | -4/+4 |
* | | Exposed apply_torque_impulse to gdscript and added documentation for added ap... | sdfgeoff | 2018-02-15 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #14907 from scayze/rigid_vehicle | Juan Linietsky | 2018-01-08 | 1 | -3/+2 |
|\ |
|
| * | Added RigidBody functionality to VehicleBody | Scayze | 2018-01-07 | 1 | -3/+2 |
* | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
|/ |
|
* | Implemented physics linear and angular lock | AndreaCatania | 2017-12-10 | 1 | -15/+5 |
* | Allow double-axis lock in RigidBody and KinematicBody | Eric Rybicki | 2017-11-10 | 1 | -11/+16 |
* | -Changed KinematicBody API yet again to make it friendlier | Juan Linietsky | 2017-09-04 | 1 | -15/+37 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo... | Juan Linietsky | 2017-08-05 | 1 | -0/+2 |
* | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 1 | -61/+46 |
* | Refactor layer_mask to collision_layer | Poommetee Ketson | 2017-06-14 | 1 | -2/+2 |
* | Ported/fixed move_and_slide to KinematicBody (3D+floor/ceiling args) | 20kdc | 2017-04-21 | 1 | -0/+17 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -58/+31 |
* | Rename collision layer as suggested in #5696 | Juan Linietsky | 2017-01-13 | 1 | -4/+4 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -4/+4 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |