summaryrefslogtreecommitdiff
path: root/scene/2d/physics_body_2d.cpp
AgeCommit message (Expand)Author
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-03-18Add missing check for 2d physics bounce and friction settersKanabenki
2019-03-04Specifically error when users try to use sync to physics and move and slide, ...Juan Linietsky
2019-02-23Ensure move and slide snap respects stop on slope, fixes #26180Juan Linietsky
2019-02-21Fixed bugs in test body motion and removed unnecesary test in move_and_slide....Juan Linietsky
2019-02-16Change snapping to only happen when the floor normal remains as floor, fixes ...Juan Linietsky
2019-02-16Make sure stop on slope can have a tiny bit of precision edge.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-14fix stop_on_slope affecting sliding up slopespiratesephiroth
2018-11-29Fixed using move_and_slide with stop_on_slope stopping too earlyDualMatrix
2018-11-21Make sure sync to physics is disabled in editor, fixes #20230Juan Linietsky
2018-11-12Merge pull request #17530 from bojidar-bg/17516-detect-deltaRémi Verschelde
2018-11-12Merge pull request #23090 from DavidSichma/inconsistent-kinematicRémi Verschelde
2018-11-08Make it possible to call move_and_slide from _process, even if it is not reco...Bojidar Marinov
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-11-01Add method get_collision_exceptionsGuilherme Recchi Cardozo
2018-10-17Fix inconsistency in KinematicBodyDavid Sichma
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-02PhysicsBody: Don't create PhysicsMaterial override for default friction/bounceRémi Verschelde
2018-09-01Improve ClassDB information for some some signal parametersKelly Thomas
2018-08-29Physics: Properly obsolete friction and bounce propertiesRémi Verschelde
2018-08-29Fix operator precedence in PhysicsBody2D::set_weightRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-23Revert "Take CanvasLayer transform into account for 2D physics"Rémi Verschelde
2018-08-21Take CanvasLayer transform into account for 2D physicsPedro J. Estébanez
2018-08-19Added ray shape and move_and_slide with snapping on 3D.Andrea Catania
2018-08-10apply a threshold for floor angle, fixes #16037, fixes #15632Juan Linietsky
2018-08-07Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky
2018-08-07Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania
2018-07-27Fix PhysicsBody build with deprecated=noRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell
2018-07-23Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky
2018-07-17Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky
2018-07-16Changes to how snap works (I think this makes more sense now)Juan Linietsky
2018-07-16-Added support for raycast in KinematicBody2DJuan Linietsky
2018-05-11Implemented physics materialAndreaCatania
2018-02-21Added forgotten infinite_inertia to bindingsAndrea Catania
2018-02-20Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-01-21Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-20Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky