summaryrefslogtreecommitdiff
path: root/servers/physics/joints
AgeCommit message (Expand)Author
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-13Added angular restitutionGeoffrey Irons
2018-10-06Remove redundant "== false" codeAaron Franke
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-10-31Merge pull request #11249 from m4nu3lf/bugfix/get_eulerRémi Verschelde
2017-10-14Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ...Grosskopf
2017-09-22Fix wrong index in get_euler_xyz and wrong get_euler in G6DF Jointm4nu3lf
2017-09-22Fix Inertia tensor update & Generic 6DOF Jointm4nu3lf
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-06-26ConeTwistJoint: Initialize 'm_angularOnly'.dotquixote
2017-05-07Improve documentation of thirdparty code snippetsRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Use real_t as floating point type in physics code.Ferenc Arn
2017-02-03Fixed property setter in G6DOF jointm4nu3lf
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-11Type renames:Juan Linietsky
2017-01-09Fixed inertia tensor computation and center of massm4nu3lf
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-06-18Drop empty .cpp files for header-only classesRémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-05-23Remove noisy printCarter Anderson
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2014-09-153D Physics Rework, Other StuffJuan Linietsky