| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #41437 from KoBeWi/put_it_here | Rémi Verschelde | 2021-03-01 | 1 | -1/+28 |
|\ \ |
|
| * | | Allow to create a node at specific position | Tomasz Chabora | 2021-02-26 | 1 | -1/+28 |
* | | | SceneTreeDock: Changed "Save Branch as Scene" to make use of Node::duplicate_... | Oliver Dick | 2021-02-28 | 1 | -3/+17 |
| |/
|/| |
|
* | | Prevent 'Change Type' on nodes from an instanced scene | hilfazer | 2021-02-26 | 1 | -1/+34 |
* | | Merge pull request #45943 from KoBeWi/YEEEET | Rémi Verschelde | 2021-02-18 | 1 | -30/+0 |
|\ \ |
|
| * | | Remove Merge From Scene | kobewi | 2021-02-13 | 1 | -30/+0 |
* | | | Fix internal resource detecting when pasting nodes | kobewi | 2021-02-13 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #34892 from KoBeWi/copy-pasta_v7 | Rémi Verschelde | 2021-02-12 | 1 | -4/+194 |
|\ \ |
|
| * | | Duplicate resources pasted to other scenes | kobewi | 2021-02-12 | 1 | -1/+65 |
| * | | Add node copy-paste | Tomasz Chabora | 2021-02-09 | 1 | -4/+130 |
* | | | Fix LineEdit minimum width | reduz | 2021-02-12 | 1 | -1/+1 |
|/ / |
|
* | | Change how editable children data is stored | kobewi | 2021-01-17 | 1 | -1/+0 |
* | | Unify single and multiscene instancing | kobewi | 2021-01-15 | 1 | -21/+7 |
|/ |
|
* | Fix cases of resources destroyed too early | Pedro J. Estébanez | 2021-01-06 | 1 | -2/+2 |
* | Properly edit the instanced node in the inspector | kobewi | 2021-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -11/+11 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -2/+2 |
* | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -1/+1 |
* | Cleanup unused engine code | Tomasz Chabora | 2020-12-09 | 1 | -17/+0 |
* | Remove connect *_compat methods | Aaron Franke | 2020-12-05 | 1 | -4/+4 |
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | 2020-11-28 | 1 | -0/+6 |
|\ |
|
| * | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -0/+1 |
| * | Added accept_event() calls for SceneTreeDock and BaseButton | Eric M | 2020-11-23 | 1 | -0/+5 |
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -0/+3 |
|/ |
|
* | Fixed deletion of nodes with exported node paths | Marcus Brummer | 2020-11-18 | 1 | -2/+2 |
* | Merge pull request #38201 from Calinou/editor-f2-rename-node | Rémi Verschelde | 2020-11-17 | 1 | -2/+2 |
|\ |
|
| * | Require Ctrl for switching between editors, bind F2 to Rename Node | Hugo Locurcio | 2020-04-25 | 1 | -2/+2 |
* | | SceneTree: Fix reparent crash with animation tracks renaming disabled | Rémi Verschelde | 2020-11-13 | 1 | -4/+0 |
* | | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | | Fix error on attaching script | Gilles Roudière | 2020-10-26 | 1 | -1/+4 |
* | | Keep 'Editor Description' metadata when changing a Node's type | Gabriel Van Eyck | 2020-10-18 | 1 | -2/+6 |
* | | Add ability to bind an unbind arguments to Callable. | reduz | 2020-10-09 | 1 | -1/+1 |
* | | Fixed renaming/moving of nodes with exported NodePaths | Marcus Brummer | 2020-09-25 | 1 | -9/+27 |
* | | Fix changing icons' colors when switch dark and light theme | booer | 2020-09-17 | 1 | -3/+7 |
* | | Fix TTR misuse | SkyJJ | 2020-07-24 | 1 | -1/+1 |
* | | Small naming and tooltip tweaks | Michael Alexsander | 2020-07-23 | 1 | -0/+1 |
* | | Remove duplicate node update call | Nehluxhes | 2020-07-21 | 1 | -4/+2 |
* | | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -3/+2 |
* | | Merge pull request #40034 from hinlopen/fix-new-node-crash | Rémi Verschelde | 2020-07-02 | 1 | -4/+8 |
|\ \ |
|
| * | | Fix crash by calculating wrong size of array. | Stijn Hinlopen | 2020-07-02 | 1 | -4/+8 |
* | | | Fix some popups menu missing screen transform. | Juan Linietsky | 2020-07-01 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #39954 from hinlopen/delete-nodes-msg | Rémi Verschelde | 2020-07-01 | 1 | -8/+19 |
|\ \ |
|
| * | | Deleting multiple nodes displays correct message. | Stijn Hinlopen | 2020-07-01 | 1 | -8/+19 |
* | | | Add Control to preferred types | Stijn Hinlopen | 2020-06-30 | 1 | -7/+12 |
|/ / |
|
* | | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -7/+14 |
* | | Fix scene tree showing up when the root selection is present | Michael Alexsander | 2020-06-09 | 1 | -1/+3 |
* | | Prevent crash attaching a script with no languages registered | Andrii Doroshenko (Xrayez) | 2020-05-31 | 1 | -0/+5 |
* | | Keep "lock" metadata when changing a Node's type, if applicable | Michael Alexsander | 2020-05-19 | 1 | -0/+12 |
* | | Replace 'add_child_below_node' with 'add_sibling' in Node | Dominik 'dreamsComeTrue' Jasiński | 2020-05-15 | 1 | -1/+2 |