aboutsummaryrefslogtreecommitdiff
path: root/servers/physics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-222-2/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-192-2/+2
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-1514-37/+751
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-087-22/+22
* ConeTwistJoint: Initialize 'm_angularOnly'.dotquixote2017-06-261-0/+1
* Refactor layer_mask to collision_layerPoommetee Ketson2017-06-146-35/+35
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-094-8/+8
* Improve documentation of thirdparty code snippetsRémi Verschelde2017-05-076-5/+115
* Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-2/+2
|\
| * Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-2/+2
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0843-0/+43
|/
* Fix typos in source code using codespellRémi Verschelde2017-03-245-6/+6
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0543-5005/+3986
* Style: prevent bogus macro formatting by clang-formatRémi Verschelde2017-03-051-3/+4
* Merge pull request #7878 from RebelliousX/elseRémi Verschelde2017-02-281-1/+1
|\
| * Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* | Inf and NaN support added to GDScript.Saracen2017-02-281-1/+1
|/
* Merge pull request #7802 from tagcup/physics_64bitRémi Verschelde2017-02-2630-309/+261
|\
| * Use real_t as floating point type in physics code.Ferenc Arn2017-02-1330-309/+261
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-212-2/+2
|/
* Fixed property setter in G6DOF jointm4nu3lf2017-02-031-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-163-3/+3
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-151-8/+8
* fixed to 2D physics, makes it work againJuan Linietsky2017-01-151-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-1414-71/+96
* Type renames:Juan Linietsky2017-01-1117-85/+85
* Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-1014-69/+143
|\
| * Fixed inertia tensor computation and center of massm4nu3lf2017-01-0914-69/+143
* | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-072-39/+39
* | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-3/+3
|/
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-023-3/+3
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-024-5/+5
|\
| * Begining of GLES3 renderer:Juan Linietsky2016-10-034-5/+5
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0143-43/+43
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-2/+2
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-172-0/+4
* | Expose more 2D/3D physics options in project settingsFabio Alessandrelli2016-10-032-1/+2
|/
* Fix for incorrect velocity report due to a typo.Alex Piola2016-07-241-4/+4
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-084-13/+0
* Drop fully commented-out filesRémi Verschelde2016-06-182-570/+1
* Drop empty .cpp files for header-only classesRémi Verschelde2016-06-182-65/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-1814-28/+462
* Remove noisy printCarter Anderson2016-05-231-1/+0
* First version of ProfilerJuan Linietsky2016-05-214-1/+99
* Port collision and layer masks to 3D, fixes #1759Bojidar Marinov2016-04-096-1/+61
* remove trailing whitespaceHubert Jarosz2016-03-092-53/+53
* Merge pull request #2698 from Faless/add_area_fixJuan Linietsky2016-01-231-3/+19
|\
| * Fix Body (and Body2D) add_area / remove_area when area have multiple shapesFabio Alessandrelli2015-12-021-3/+19
* | avoid crash with empty concavepolygonshape, fixes #3169Juan Linietsky2016-01-101-0/+4