| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #22681 from akien-mga/fix-warnings | Rémi Verschelde | 2018-10-03 | 1 | -1/+2 |
| |\ |
|
| | * | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde | 2018-10-03 | 1 | -1/+2 |
| * | | Fixed error when duplicating node from editor. | DualMatrix | 2018-10-03 | 1 | -5/+7 |
| |/ |
|
| * | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -2/+0 |
| * | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -0/+3 |
| * | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde | 2018-09-27 | 1 | -18/+0 |
| * | Merge pull request #22342 from DualMatrix/duplicate_no_fun | Rémi Verschelde | 2018-09-23 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ... | DualMatrix | 2018-09-22 | 1 | -1/+1 |
| * | | Merge pull request #22115 from akerudesu/find-parent | Max Hilbrunner | 2018-09-22 | 2 | -0/+16 |
| |\ \
| |/
|/| |
|
| | * | Added find_parent method to node class | Unknown | 2018-09-15 | 2 | -0/+16 |
| * | | Merge pull request #22071 from DualMatrix/preserve_group | Rémi Verschelde | 2018-09-20 | 1 | -0/+12 |
| |\ \
| |/
|/| |
|
| | * | Made duplicate_and_reown preserve groups | DualMatrix | 2018-09-14 | 1 | -0/+12 |
| * | | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias | 2018-09-14 | 1 | -0/+2 |
| |/ |
|
| * | Fix non chunked HTTP reading till eof. | Fabio Alessandrelli | 2018-09-12 | 1 | -8/+9 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 9 | -29/+29 |
| * | Ensure that tree_exited signal really happens after tree exited, fixes #19641 | Juan Linietsky | 2018-09-07 | 3 | -2/+16 |
| * | Improve ClassDB information for some some signal parameters | Kelly Thomas | 2018-09-01 | 1 | -3/+3 |
| * | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100 | Juan Linietsky | 2018-08-24 | 2 | -0/+14 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 3 | -21/+5 |
| * | Revert "Take CanvasLayer transform into account for 2D physics" | Rémi Verschelde | 2018-08-23 | 2 | -20/+0 |
| * | Merge pull request #21245 from RandomShaper/fix-physics-canvas-xform | Rémi Verschelde | 2018-08-21 | 2 | -0/+20 |
| |\ |
|
| | * | Take CanvasLayer transform into account for 2D physics | Pedro J. Estébanez | 2018-08-21 | 2 | -0/+20 |
| * | | Style: Fix issues that went past CI | Rémi Verschelde | 2018-08-21 | 1 | -1/+1 |
| * | | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky | 2018-08-21 | 1 | -3/+3 |
| |/ |
|
| * | Lift 1440 limit in rotation_degrees hint range | Rémi Verschelde | 2018-08-16 | 1 | -3/+1 |
| * | Fix not to show configuration warning on every node has script | volzhs | 2018-08-15 | 1 | -1/+1 |
| * | Merge pull request #18096 from aaronfranke/master | Juan Linietsky | 2018-08-14 | 1 | -1/+1 |
| |\ |
|
| | * | [Core] Completely kill math_2d.h, change includes | Aaron Franke | 2018-08-11 | 1 | -1/+1 |
| * | | -Deprecate ImageTexture::load | Juan Linietsky | 2018-08-14 | 1 | -0/+4 |
| |/ |
|
| * | Fixed process priority | Andrea Catania | 2018-08-04 | 2 | -7/+1 |
| * | Ensure process notification is received only if really enabled, fixes #7894 | Juan Linietsky | 2018-07-29 | 3 | -1/+15 |
| * | fixed uninitialised variable that was causing menu crash. | Ibrahn Sahir | 2018-07-28 | 1 | -1/+1 |
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -6/+6 |
| * | Opens the menu with the same parent on mouse focus | Guilherme Felipe | 2018-07-24 | 1 | -1/+28 |
| * | Merge pull request #19888 from AndreaCatania/pry | Juan Linietsky | 2018-07-23 | 4 | -5/+49 |
| |\ |
|
| | * | Implemented proceses priority | Andrea Catania | 2018-07-23 | 4 | -5/+49 |
| * | | -Fix tooltips in inspector, now they show as rich text. | Juan Linietsky | 2018-07-20 | 2 | -24/+42 |
| * | | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | 2018-07-18 | 1 | -1/+1 |
| * | | Merge pull request #19015 from toger5/fixed_scrolling_with_trackpad_in_new_in... | Max Hilbrunner | 2018-07-05 | 1 | -0/+2 |
| |\ \ |
|
| | * | | fixed scrolling in new ispector when using trackpad pan gesture | toger5 | 2018-05-18 | 1 | -0/+2 |
| * | | | Fix CORS problems due to added headers on JS target | GagaPete | 2018-07-04 | 1 | -20/+0 |
| * | | | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project | Juan Linietsky | 2018-07-03 | 2 | -4/+5 |
| * | | | Merge pull request #19853 from khairul169/duplicate_bug | Max Hilbrunner | 2018-07-03 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fix duplicate bug | khairul169 | 2018-06-30 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | Add a new notification to detect crashes on native scripts | Marcelo Fernandez | 2018-07-02 | 1 | -0/+5 |
| * | | | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky | 2018-07-02 | 1 | -1/+2 |
| |/ / |
|
| * | | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | 2018-06-27 | 1 | -1/+1 |
| * | | Add missing NULL checks for add_child_below_node | Marcelo Fernandez | 2018-06-19 | 1 | -0/+4 |
| * | | Fix regression with cursor shape | Guilherme Felipe | 2018-06-07 | 1 | -1/+1 |
| * | | Entirely new (and much improved) animation editor. | Juan Linietsky | 2018-06-07 | 2 | -5/+48 |