| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Add a range property hint for the number of contacts reported | Hugo Locurcio | 2019-12-21 | 1 | -1/+1 |
| * | Ensure move_and_slide() is consistent between the 2D and 3D versions. | Marcel Admiraal | 2019-12-02 | 1 | -19/+15 |
| * | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | 2019-09-25 | 1 | -3/+3 |
| |\ |
|
| | * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -3/+3 |
| * | | Fix misc. source comment typos | luz.paz | 2019-09-19 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #31476 from SoulForMachine/fix-move-and-slide-error | Rémi Verschelde | 2019-09-03 | 1 | -0/+8 |
| |\ |
|
| | * | Prevent move_and_slide() to generate an error. | Milan Davidovic | 2019-08-26 | 1 | -0/+8 |
| * | | Merge pull request #31014 from DavidSichma/kinematic_angle | Rémi Verschelde | 2019-08-23 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fix floor_max_angle comparison for impossible angles | David Sichma | 2019-08-01 | 1 | -2/+2 |
| * | | | Fix custom inertia in physics2d, closes#30838 | RaphaelHunter | 2019-08-22 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora | 2019-08-09 | 1 | -28/+11 |
| |/ |
|
| * | Tweak Area and PhysicsBody damping setting hints for consistency | Hugo Locurcio | 2019-07-31 | 1 | -2/+2 |
| * | Improve the node configuration warning display | Hugo Locurcio | 2019-07-09 | 1 | -1/+1 |
| * | Add default values to the editor help, docs, and generated RST | Bojidar Marinov | 2019-06-27 | 1 | -1/+1 |
| * | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -16/+16 |
| * | Small fixes, mostly dupicated code | qarmin | 2019-04-08 | 1 | -3/+0 |
| * | Add missing check for 2d physics bounce and friction setters | Kanabenki | 2019-03-18 | 1 | -4/+4 |
| * | Specifically error when users try to use sync to physics and move and slide, ... | Juan Linietsky | 2019-03-04 | 1 | -0/+3 |
| * | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky | 2019-02-23 | 1 | -0/+6 |
| * | Fixed bugs in test body motion and removed unnecesary test in move_and_slide.... | Juan Linietsky | 2019-02-21 | 1 | -3/+0 |
| * | Change snapping to only happen when the floor normal remains as floor, fixes ... | Juan Linietsky | 2019-02-16 | 1 | -6/+14 |
| * | Make sure stop on slope can have a tiny bit of precision edge. | Juan Linietsky | 2019-02-16 | 1 | -1/+1 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | fix stop_on_slope affecting sliding up slopes | piratesephiroth | 2018-12-14 | 1 | -12/+4 |
| * | Fixed using move_and_slide with stop_on_slope stopping too early | DualMatrix | 2018-11-29 | 1 | -1/+1 |
| * | Make sure sync to physics is disabled in editor, fixes #20230 | Juan Linietsky | 2018-11-21 | 1 | -0/+4 |
| * | Merge pull request #17530 from bojidar-bg/17516-detect-delta | Rémi Verschelde | 2018-11-12 | 1 | -1/+2 |
| |\ |
|
| | * | Make it possible to call move_and_slide from _process, even if it is not reco... | Bojidar Marinov | 2018-11-08 | 1 | -1/+2 |
| * | | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | 2018-11-12 | 1 | -6/+6 |
| |\ \
| |/
|/| |
|
| | * | Fix inconsistency in KinematicBody | David Sichma | 2018-10-17 | 1 | -6/+6 |
| * | | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -8/+8 |
| * | | Add method get_collision_exceptions | Guilherme Recchi Cardozo | 2018-11-01 | 1 | -0/+19 |
| |/ |
|
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
| * | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde | 2018-09-02 | 1 | -2/+19 |
| * | Improve ClassDB information for some some signal parameters | Kelly Thomas | 2018-09-01 | 1 | -6/+6 |
| * | Physics: Properly obsolete friction and bounce properties | Rémi Verschelde | 2018-08-29 | 1 | -23/+13 |
| * | Fix operator precedence in PhysicsBody2D::set_weight | Rémi Verschelde | 2018-08-29 | 1 | -2/+2 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -7/+0 |
| * | Revert "Take CanvasLayer transform into account for 2D physics" | Rémi Verschelde | 2018-08-23 | 1 | -14/+27 |
| * | Take CanvasLayer transform into account for 2D physics | Pedro J. Estébanez | 2018-08-21 | 1 | -27/+14 |
| * | Added ray shape and move_and_slide with snapping on 3D. | Andrea Catania | 2018-08-19 | 1 | -18/+30 |
| * | apply a threshold for floor angle, fixes #16037, fixes #15632 | Juan Linietsky | 2018-08-10 | 1 | -2/+5 |
| * | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky | 2018-08-07 | 1 | -18/+12 |
| |\ |
|
| | * | Removed physics material combination mode. Added rough and absorbent paramete... | Andrea Catania | 2018-08-07 | 1 | -18/+12 |
| * | | Fix PhysicsBody build with deprecated=no | Rémi Verschelde | 2018-07-27 | 1 | -2/+11 |
| * | | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -4/+4 |
| * | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti... | Tiger Caldwell | 2018-07-24 | 1 | -0/+20 |
| |/ |
|
| * | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky | 2018-07-23 | 1 | -16/+144 |
| |\ |
|
| | * | Implemented physics material | AndreaCatania | 2018-05-11 | 1 | -16/+144 |