| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #37350 from aaronfranke/force-impulse | Rémi Verschelde | 2020-07-02 | 1 | -7/+7 |
| |\ |
|
| | * | Refactor physics force and impulse code | Aaron Franke | 2020-06-02 | 1 | -7/+7 |
| * | | Normalise p_up_direction vector in move_and_slide() and | Marcel Admiraal | 2020-06-16 | 1 | -9/+11 |
| |/ |
|
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -21/+37 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+21 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -121/+0 |
| * | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -1/+2 |
| * | Add proper type to most public API uses of Array | Juan Linietsky | 2020-04-21 | 1 | -3/+3 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -13/+13 |
| * | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 1 | -2/+2 |
| * | More server renames for consistency after #37361 | Rémi Verschelde | 2020-03-28 | 1 | -2/+2 |
| * | Fixed missed occurrences in #37361 renamings. | dankan1890 | 2020-03-28 | 1 | -1/+1 |
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -64/+64 |
| * | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -19/+14 |
| * | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -10/+10 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -12/+12 |
| * | Merge pull request #36145 from akien-mga/remove-deprecated-friction-bounce | Rémi Verschelde | 2020-02-12 | 1 | -138/+0 |
| |\ |
|
| | * | Remove deprecated PhysicsBody friction and bounce parameters | Rémi Verschelde | 2020-02-12 | 1 | -138/+0 |
| * | | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -2/+2 |
| |/ |
|
| * | Fixes get_floor_normal() returning the user defined floor_normal. | Marcel Admiraal | 2020-01-15 | 1 | -3/+3 |
| * | Added function to expose floor normal, useful to correctly calculate player v... | Andrea Catania | 2020-01-10 | 1 | -11/+20 |
| * | 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 |