summaryrefslogtreecommitdiff
path: root/servers/physics_2d
AgeCommit message (Expand)Author
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-10-09Merge pull request #6691 from Faless/expose_more_physicsRémi Verschelde
2016-10-03Expose more 2D/3D physics options in project settingsFabio Alessandrelli
2016-09-26Now ignoring remaining collision shapes.Victor Seiji Hariki
2016-09-19Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl
2016-09-01-Fixed issue in Kinematicbody2DJuan Linietsky
2016-08-31More improvements to visual script..Juan Linietsky
2016-07-18Merge pull request #5383 from Ovnuniarchos/OptimizeOneWayRémi Verschelde
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-06-24Optimized one way collision loops.Ovnuniarchos
2016-06-18Fixed a stupid bug with segment-segment collision in SAT physics, closes #480...Juan Linietsky
2016-06-18Change hash grid in 2D physics to contemplate large objects as separate cases...Juan Linietsky
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-21First version of ProfilerJuan Linietsky
2016-04-26RigidBody2D (add_force, set_inertia): new methods.Josh Grams
2016-04-24RigidBody2D: rename apply_impulse(pos) to offset.Josh Grams
2016-04-20RigidBody2D: add and bind get_inertia() method.Josh Grams
2016-04-12Fixed #4163 (intersect_shape crashes on results limit)Marc Gilleron
2016-03-10Merge pull request #3999 from neikeq/issues_3650_3990Rémi Verschelde
2016-03-09Fix crash when resizing ConcavePolygonShape2D segmentsIgnacio Etcheverry
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-01Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr
2016-01-23Merge pull request #2698 from Faless/add_area_fixJuan Linietsky
2016-01-04-Fix crash at exit due to unnecesary check in command queue, fixes #2034Juan Linietsky
2016-01-03physics state properly returns contact metadata, closes #1979Juan Linietsky
2016-01-02skip the first integration in physics bodies, fixes #2213Juan Linietsky
2016-01-01properly removing unprocessed objects from physics islands fixes one way plat...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky
2015-12-14New and corrected are override modes.Ovnuniarchos
2015-12-08Areas now calculate their dampenings the same way as their gravity.Ovnuniarchos
2015-12-02Fix Body (and Body2D) add_area / remove_area when area have multiple shapesFabio Alessandrelli
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-10-17Merge pull request #2587 from eska014/fix-area2d-mask-matchingJuan Linietsky
2015-10-10Expose softness parameter of pin joint to the editor.Biliogadafr
2015-10-09Fix Area2D type mask matchingeska
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
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-30small fixesJuan Linietsky
2015-06-07Merge pull request #1932 from Faless/gravity_distance_fullJuan Linietsky
2015-05-27-fix bug in animation editorJuan Linietsky
2015-05-26oops, previous commit was not workingJuan Linietsky
2015-05-26ability to run 2D physics in a threadJuan Linietsky
2015-05-18Calculate gravity based on distance from body to gravity point (2D)Fabio Alessandrelli
2015-05-16sleeping property now should work properly, fixes #1892Juan Linietsky
2015-05-10-improved one-way collision handling in both dynamic and character bodies for...Juan Linietsky