summaryrefslogtreecommitdiff
path: root/servers/physics
AgeCommit message (Expand)Author
2016-10-03Expose more 2D/3D physics options in project settingsFabio Alessandrelli
2016-07-24Fix for incorrect velocity report due to a typo.Alex Piola
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-06-18Drop fully commented-out filesRé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
2016-05-21First version of ProfilerJuan Linietsky
2016-04-09Port collision and layer masks to 3D, fixes #1759Bojidar Marinov
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-23Merge pull request #2698 from Faless/add_area_fixJuan Linietsky
2016-01-10avoid crash with empty concavepolygonshape, fixes #3169Juan Linietsky
2016-01-10change intersect_ray function to discriminate pickable objects, fixes #3203Juan Linietsky
2016-01-02skip the first integration in physics bodies, fixes #2213Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Remove bogus argument in body_get_nodeRémi Verschelde
2015-12-14New and corrected are override modes.Ovnuniarchos
2015-12-08Merge pull request #2868 from akien-mga/pr-fix-can-move-toJuan Linietsky
2015-12-08Areas now calculate their dampenings the same way as their gravity.Ovnuniarchos
2015-12-04Fix wrong index being used to populate r_resultsRémi Verschelde
2015-12-02Fix Body (and Body2D) add_area / remove_area when area have multiple shapesFabio Alessandrelli
2015-11-22Fix can_move_to and rename it for more clarityRémi Verschelde
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-17Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky
2015-10-10Fix 3D Area mask matchingeska
2015-10-08newline fixesreduz
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
2015-09-16ran cppcheck, found unused variablesfirefly2442
2015-09-03merged some stuff for okamJuan Linietsky
2015-08-30Added gravity scale, and linear/angular damp override to 3D physics.Juan Linietsky
2015-06-12added ability for Area (3D) to detect other areasJuan Linietsky
2015-05-18Calculate gravity based on distance from body to gravity pointFabio Alessandrelli
2015-05-16sleeping property now should work properly, fixes #1892Juan Linietsky
2015-05-06optional formal changesehriche
2015-05-06PhysicsServerSW::body_is_shape_set_as_trigger - missing return statementehriche
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-04-26properly wake up bodies when a parameter changes, fixes #1740Juan Linietsky
2015-04-26fixes crash related to empty concavecollisionshape, fixes #1709Juan Linietsky
2015-04-18Merge pull request #1691 from Faless/area_combine_2dJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-14Fix operator definition for AreaCMPFabio Alessandrelli
2015-03-24Re-sort Area array during integration stepFabio Alessandrelli
2015-03-24Implement combine mode for areaFabio Alessandrelli
2015-03-24Use Vector for storing areasFabio Alessandrelli
2015-03-22fix area center of gravityJuan Linietsky
2015-03-22Merge pull request #1446 from UsernameIsAReservedWord/fixes_kinematicbody_mov...Juan Linietsky
2015-03-22input events on Area2D is now supportedJuan Linietsky
2015-02-26should fixes #1284UsernameIsAReservedWord
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 layoutJuan Linietsky