| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 43 | -43/+43 |
| * | ConeTwistJoint: Initialize 'm_angularOnly'. | dotquixote | 2017-07-14 | 1 | -0/+1 |
| * | Fix initial collision pairs being cleared | Pedro J. Estébanez | 2017-07-05 | 1 | -4/+4 |
| * | Fix multiple issues with 2D & 3D physics | Pedro J. Estébanez | 2017-06-19 | 13 | -25/+120 |
| * | Improve documentation of thirdparty code snippets | Rémi Verschelde | 2017-05-26 | 6 | -5/+115 |
| * | Style: Fix some badly formatted files | Rémi Verschelde | 2017-04-08 | 1 | -15/+18 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 43 | -0/+43 |
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 43 | -5799/+4722 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-03-18 | 3 | -3/+3 |
| * | Fixed property setter in G6DOF joint | m4nu3lf | 2017-03-18 | 1 | -1/+1 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 43 | -43/+43 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 2 | -2/+2 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 2 | -0/+4 |
| * | Expose more 2D/3D physics options in project settings | Fabio Alessandrelli | 2016-10-09 | 2 | -1/+2 |
| * | Fix for incorrect velocity report due to a typo. | Alex Piola | 2016-07-24 | 1 | -4/+4 |
| * | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 4 | -13/+0 |
| * | Drop fully commented-out files | Rémi Verschelde | 2016-06-18 | 2 | -570/+1 |
| * | Drop empty .cpp files for header-only classes | Rémi Verschelde | 2016-06-18 | 2 | -65/+0 |
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 14 | -28/+462 |
| * | Remove noisy print | Carter Anderson | 2016-05-23 | 1 | -1/+0 |
| * | First version of Profiler | Juan Linietsky | 2016-05-21 | 4 | -1/+99 |
| * | Port collision and layer masks to 3D, fixes #1759 | Bojidar Marinov | 2016-04-09 | 6 | -1/+61 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 2 | -53/+53 |
| * | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky | 2016-01-23 | 1 | -3/+19 |
| |\ |
|
| | * | Fix Body (and Body2D) add_area / remove_area when area have multiple shapes | Fabio Alessandrelli | 2015-12-02 | 1 | -3/+19 |
| * | | avoid crash with empty concavepolygonshape, fixes #3169 | Juan Linietsky | 2016-01-10 | 1 | -0/+4 |
| * | | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky | 2016-01-10 | 2 | -3/+3 |
| * | | skip the first integration in physics bodies, fixes #2213 | Juan Linietsky | 2016-01-02 | 2 | -1/+7 |
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 34 | -34/+34 |
| * | | Remove bogus argument in body_get_node | Rémi Verschelde | 2015-12-28 | 2 | -2/+2 |
| * | | New and corrected are override modes. | Ovnuniarchos | 2015-12-14 | 1 | -9/+21 |
| * | | Merge pull request #2868 from akien-mga/pr-fix-can-move-to | Juan Linietsky | 2015-12-08 | 1 | -7/+9 |
| |\ \ |
|
| | * | | Fix wrong index being used to populate r_results | Rémi Verschelde | 2015-12-04 | 1 | -10/+10 |
| | * | | Fix can_move_to and rename it for more clarity | Rémi Verschelde | 2015-11-22 | 1 | -2/+4 |
| | |/ |
|
| * / | Areas now calculate their dampenings the same way as their gravity. | Ovnuniarchos | 2015-12-08 | 2 | -9/+15 |
| |/ |
|
| * | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 2 | -5/+0 |
| * | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky | 2015-10-17 | 1 | -1/+0 |
| |\ |
|
| | * | ran cppcheck, found unused variables | firefly2442 | 2015-09-16 | 1 | -1/+0 |
| * | | Fix 3D Area mask matching | eska | 2015-10-10 | 1 | -3/+3 |
| * | | newline fixes | reduz | 2015-10-08 | 2 | -933/+933 |
| * | | Ability to visually debug geometry visually: | Juan Linietsky | 2015-09-20 | 5 | -1/+48 |
| |/ |
|
| * | merged some stuff for okam | Juan Linietsky | 2015-09-03 | 2 | -0/+9 |
| * | Added gravity scale, and linear/angular damp override to 3D physics. | Juan Linietsky | 2015-08-30 | 4 | -16/+71 |
| * | added ability for Area (3D) to detect other areas | Juan Linietsky | 2015-06-12 | 7 | -8/+219 |
| * | Calculate gravity based on distance from body to gravity point | Fabio Alessandrelli | 2015-05-18 | 3 | -3/+13 |
| * | sleeping property now should work properly, fixes #1892 | Juan Linietsky | 2015-05-16 | 2 | -1/+3 |
| * | optional formal changes | ehriche | 2015-05-06 | 1 | -1/+3 |
| * | PhysicsServerSW::body_is_shape_set_as_trigger - missing return statement | ehriche | 2015-05-06 | 1 | -1/+1 |
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
| * | properly wake up bodies when a parameter changes, fixes #1740 | Juan Linietsky | 2015-04-26 | 3 | -0/+18 |