summaryrefslogtreecommitdiffstats
path: root/scene/3d/vehicle_body.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-998/+0
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-5/+5
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-15/+15
* Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-2/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add per-wheel throttle, brake, and steering for vehiclesJon Ring2019-07-181-8/+60
* Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-3/+2
|\
| * Some code changed with Clang-Tidyqarmin2019-06-261-3/+2
* | Prevent VehicleBody contact damping from exceeding the baseline value when ro...Jon Ring2019-06-181-1/+1
|/
* Merge pull request #27875 from Thource/vehicle_wheel-get_rpmRémi Verschelde2019-05-281-4/+10
|\
| * Added a get_rpm() function to VehicleWheelAdam Sharp2019-04-091-4/+10
* | Added check engine_tractionGeorge Linkovsky2019-01-201-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Misc. typosluz.paz2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-10/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-14/+14
* Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-231-2/+0
|\
| * Implemented physics materialAndreaCatania2018-05-111-2/+0
* | Check for 0 roll influenceBastiaan Olij2018-05-261-4/+7
* | Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-1/+1
* | Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias2018-05-141-5/+0
|/
* Improve side impulse calculationBastiaan Olij2018-03-301-4/+8
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Merge pull request #14907 from scayze/rigid_vehicleJuan Linietsky2018-01-081-57/+18
|\
| * Added RigidBody functionality to VehicleBodyScayze2018-01-071-57/+18
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-10/+10
* Added VehicleWheel::get_skidinfo().Lucas Eriksson2017-09-301-0/+7
* 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-434/+309
* 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