aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/vehicle_body.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a warning message when a VehicleWheel is not a child of a VehicleBody.Nathan Warden2017-09-051-0/+8
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-8/+4
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-0/+3
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* GDScript can now tell if the wheel is in contact with the ground; change roll...Zireael072017-05-201-0/+18
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-433/+308
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-32/+32
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-15/+15
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-9/+12
* Type renames:Juan Linietsky2017-01-111-7/+7
* Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-101-1/+1
|\
| * Fixed inertia tensor computation and center of massm4nu3lf2017-01-091-1/+1
* | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-15/+21
|/
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-32/+32
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-9/+3
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Fixed overloaded virtual functions with const vs none warningmarcelofg552016-06-121-1/+1
* VehicleBody: Cosmetic fixes to previous commitRémi Verschelde2016-05-211-1/+1
* Add get_linear_velocity() method to VehicleBody classAgustin Benavidez2016-05-211-1/+7
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
* Huge Amount of BugFixJuan Linietsky2014-10-031-6/+7
* 3D Physics and Other StuffJuan Linietsky2014-09-021-8/+206
* Little BitsJuan Linietsky2014-08-141-0/+846