Age | Commit message (Expand) | Author |
2018-12-02 | Add missing validations | Guilherme Felipe |
2018-12-01 | Fix crash when multiple mouse buttons is pressed. | Guilherme Felipe |
2018-11-28 | Fixes crash, closes #24038 | Juan Linietsky |
2018-11-28 | Improved the mouse focus system (mouse keeps focus on a control while buttons... | Juan Linietsky |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-21 | Node: make _generate_serial_child_name manipulate numbers as String | lupoDharkael |
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias |
2018-11-19 | Properly handle multiple parent drag, fixes #19460 | Juan Linietsky |
2018-11-18 | Massive speed up on deleting nodes, fixes #18673 | Juan Linietsky |
2018-11-16 | Do not allow controls in ignore mouse to get focus via their children, fixes ... | Juan Linietsky |
2018-11-16 | Merge pull request #23734 from RandomShaper/fix-canvas-layer-out-of-tree | Rémi Verschelde |
2018-11-16 | Fix CanvasLayer trying to re-stack while out of tree | Pedro J. Estébanez |
2018-11-15 | -Send mouse motion events again to CollisionObjects (Area/Body) if they move,... | Juan Linietsky |
2018-11-14 | Merge pull request #23564 from endragor/fix-remove-child-ordering | Juan Linietsky |
2018-11-13 | Add a limit of previously known last element to timer timeout traversal in Sc... | Juan Linietsky |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky |
2018-11-07 | Notify node's moved children after sibling removed | Ruslan Mustakov |
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky |
2018-11-01 | Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministic | Rémi Verschelde |
2018-10-30 | Fix canvas stacking not deterministic on same layer | Pedro J. Estébanez |
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky |
2018-10-25 | Merge pull request #23091 from aaronfranke/mingw-warnings | Rémi Verschelde |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-19 | Fix compile warnings for Windows from Linux | Aaron Franke |
2018-10-11 | Fixed error when duplicating a scene which has connection | DualMatrix |
2018-10-03 | Merge pull request #22681 from akien-mga/fix-warnings | Rémi Verschelde |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-10-03 | Fixed error when duplicating node from editor. | DualMatrix |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-23 | Merge pull request #22342 from DualMatrix/duplicate_no_fun | Rémi Verschelde |
2018-09-22 | Merge pull request #22115 from akerudesu/find-parent | Max Hilbrunner |
2018-09-22 | Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ... | DualMatrix |
2018-09-20 | Merge pull request #22071 from DualMatrix/preserve_group | Rémi Verschelde |
2018-09-15 | Added find_parent method to node class | Unknown |
2018-09-14 | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias |
2018-09-14 | Made duplicate_and_reown preserve groups | DualMatrix |
2018-09-12 | Fix non chunked HTTP reading till eof. | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-11 | Fix MenuButton hover switching not happening with submenus open | Michael Alexsander Silva Dias |
2018-09-07 | Ensure that tree_exited signal really happens after tree exited, fixes #19641 | Juan Linietsky |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas |
2018-08-25 | Fix picking in CanvasLayer | Pedro J. Estébanez |
2018-08-24 | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100 | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | Revert "Take CanvasLayer transform into account for 2D physics" | Rémi Verschelde |
2018-08-21 | Merge pull request #21245 from RandomShaper/fix-physics-canvas-xform | Rémi Verschelde |