Age | Commit message (Expand) | Author |
2016-10-03 | Expose more 2D/3D physics options in project settings | Fabio Alessandrelli |
2016-07-24 | Fix for incorrect velocity report due to a typo. | Alex Piola |
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde |
2016-06-18 | Drop fully commented-out files | Rémi Verschelde |
2016-06-18 | Drop empty .cpp files for header-only classes | Rémi Verschelde |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-05-23 | Remove noisy print | Carter Anderson |
2016-05-21 | First version of Profiler | Juan Linietsky |
2016-04-09 | Port collision and layer masks to 3D, fixes #1759 | Bojidar Marinov |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-01-23 | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky |
2016-01-10 | avoid crash with empty concavepolygonshape, fixes #3169 | Juan Linietsky |
2016-01-10 | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky |
2016-01-02 | skip the first integration in physics bodies, fixes #2213 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Remove bogus argument in body_get_node | Rémi Verschelde |
2015-12-14 | New and corrected are override modes. | Ovnuniarchos |
2015-12-08 | Merge pull request #2868 from akien-mga/pr-fix-can-move-to | Juan Linietsky |
2015-12-08 | Areas now calculate their dampenings the same way as their gravity. | Ovnuniarchos |
2015-12-04 | Fix wrong index being used to populate r_results | Rémi Verschelde |
2015-12-02 | Fix Body (and Body2D) add_area / remove_area when area have multiple shapes | Fabio Alessandrelli |
2015-11-22 | Fix can_move_to and rename it for more clarity | Rémi Verschelde |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde |
2015-10-17 | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky |
2015-10-10 | Fix 3D Area mask matching | eska |
2015-10-08 | newline fixes | reduz |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky |
2015-09-16 | ran cppcheck, found unused variables | firefly2442 |
2015-09-03 | merged some stuff for okam | Juan Linietsky |
2015-08-30 | Added gravity scale, and linear/angular damp override to 3D physics. | Juan Linietsky |
2015-06-12 | added ability for Area (3D) to detect other areas | Juan Linietsky |
2015-05-18 | Calculate gravity based on distance from body to gravity point | Fabio Alessandrelli |
2015-05-16 | sleeping property now should work properly, fixes #1892 | Juan Linietsky |
2015-05-06 | optional formal changes | ehriche |
2015-05-06 | PhysicsServerSW::body_is_shape_set_as_trigger - missing return statement | ehriche |
2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky |
2015-04-26 | properly wake up bodies when a parameter changes, fixes #1740 | Juan Linietsky |
2015-04-26 | fixes crash related to empty concavecollisionshape, fixes #1709 | Juan Linietsky |
2015-04-18 | Merge pull request #1691 from Faless/area_combine_2d | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-04-14 | Fix operator definition for AreaCMP | Fabio Alessandrelli |
2015-03-24 | Re-sort Area array during integration step | Fabio Alessandrelli |
2015-03-24 | Implement combine mode for area | Fabio Alessandrelli |
2015-03-24 | Use Vector for storing areas | Fabio Alessandrelli |
2015-03-22 | fix area center of gravity | Juan Linietsky |
2015-03-22 | Merge pull request #1446 from UsernameIsAReservedWord/fixes_kinematicbody_mov... | Juan Linietsky |
2015-03-22 | input events on Area2D is now supported | Juan Linietsky |
2015-02-26 | should fixes #1284 | UsernameIsAReservedWord |
2015-01-05 | -CCD in 3D physics was not working (code was not even there!) re-added, fixes... | Juan Linietsky |
2015-01-04 | -WIP to add proper key swapping according to keyboard layout | Juan Linietsky |