Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix error spam in create dialog when searching for nodes with some disabled | Michael Alexsander Silva Dias | 2019-06-12 | 1 | -5/+2 | |
|/ | ||||||
* | Merge pull request #26487 from matzebond/master | Rémi Verschelde | 2019-05-28 | 1 | -8/+30 | |
|\ | | | | | Auto-expand current node type when changing node type | |||||
| * | Auto-expand current node type when replace node | Matthias Schmitt | 2019-05-24 | 1 | -8/+30 | |
| | | ||||||
* | | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | 2019-05-28 | 1 | -8/+1 | |
|\ \ | |/ |/| | Add `popup_centered_clamped()` method to Popup | |||||
| * | Add Popup::popup_centered_clamped method | homer666 | 2019-04-30 | 1 | -8/+1 | |
| | | | | | | | | - Also replace redundant duplicate code in editor dialogs with calls to popup_centered_clamped() | |||||
* | | Force drawing guides in single-row Tree items in the editor | Michael Alexsander Silva Dias | 2019-04-12 | 1 | -0/+2 | |
|/ | ||||||
* | Add ability to edit editor feature profiles | Juan Linietsky | 2019-04-08 | 1 | -0/+24 | |
| | | | | Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||||
* | Allow class_name scripts to have nested inheritance | George Marques | 2019-03-09 | 1 | -1/+1 | |
| | ||||||
* | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | 2019-03-06 | 1 | -12/+0 | |
| | | | | | | -Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||||
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -4/+4 | |
| | | | | Fixes #25316. | |||||
* | Fixed Recent/Favorite in Create Node dialog not selecting right node | DualMatrix | 2019-01-26 | 1 | -3/+3 | |
| | | | | Fixes #6535 | |||||
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 | |
| | | | | Happy new year to the wonderful Godot community! | |||||
* | Move "Dialog Bounds" from the Editor Settings to project's metadata | Michael Alexsander Silva Dias | 2018-12-04 | 1 | -3/+4 | |
| | ||||||
* | Add more places to hide guides if relationship lines are enabled | Michael Alexsander Silva Dias | 2018-11-19 | 1 | -0/+2 | |
| | ||||||
* | Deselect recents when selecting favorites and vice versa in Create Node. | DualMatrix | 2018-10-04 | 1 | -0/+2 | |
| | | | | Deselect recents when selecting favorites and vice versa in Create Node. | |||||
* | Fixed favorite nodes list not being saved | DualMatrix | 2018-09-19 | 1 | -2/+2 | |
| | | | | Fixed favorite nodes list not being saved | |||||
* | Refactor editor icon retrieval | willnationsdev | 2018-09-14 | 1 | -39/+7 | |
| | ||||||
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 | |
| | | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||||
* | Fixed favorites and recent nodes selecting wrong node | DualMatrix | 2018-09-10 | 1 | -5/+5 | |
| | | | | | | Fixed favorites and recent nodes selecting wrong node and fixed a typo. Fixes #6535 | |||||
* | Fix Script Classes not instancing with custom name. | Will Nations | 2018-08-30 | 1 | -1/+5 | |
| | ||||||
* | Merge pull request #21046 from DualMatrix/recent_custom_type | Rémi Verschelde | 2018-08-16 | 1 | -2/+2 | |
|\ | | | | | Fixed custom nodes not working with favorites and recently used | |||||
| * | Fixed custom nodes not working properly with favorites and recently used in ↵ | DualMatrix | 2018-08-16 | 1 | -2/+2 | |
| | | | | | | | | create node window. | |||||
* | | Fix error spam from loading script class icons | Will Nations | 2018-08-15 | 1 | -6/+9 | |
| | | ||||||
* | | Merge pull request #21021 from DualMatrix/new_node_warning | Rémi Verschelde | 2018-08-15 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed error spam in create node dialog with custom types. | |||||
| * | | Fixed error spam in create node dialog with custom types. | DualMatrix | 2018-08-15 | 1 | -1/+1 | |
| |/ | | | | | | | This should fix #20789 | |||||
* / | Add custom icons to script classes. | Will Nations | 2018-08-14 | 1 | -18/+13 | |
|/ | ||||||
* | Merge pull request #20484 from willnationsdev/create-favorites | Rémi Verschelde | 2018-08-14 | 1 | -6/+18 | |
|\ | | | | | Add toggle for favorites in create_root_dialog | |||||
| * | Add toggle for favorites in create_root_dialog. | willnationsdev | 2018-08-08 | 1 | -6/+18 | |
| | | ||||||
* | | Do not use theme to set LineEdit right_icon | Łukasz Rutkowski | 2018-08-11 | 1 | -1/+1 | |
| | | ||||||
* | | Add clear text button to LineEdit | Łukasz Rutkowski | 2018-08-11 | 1 | -0/+2 | |
|/ | | | | | | | | | | - Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector | |||||
* | Add script hierarchies,add-script btn auto-derives | Will Nations | 2018-07-25 | 1 | -57/+62 | |
| | ||||||
* | Global class names (and GDScript support for it) | Juan Linietsky | 2018-07-15 | 1 | -0/+49 | |
| | ||||||
* | Expose ScriptCreateDialog to EditorPlugin | willnationsdev | 2018-07-04 | 1 | -4/+11 | |
| | ||||||
* | Adjust default editor popup sizes | homer666 | 2018-05-05 | 1 | -1/+8 | |
| | ||||||
* | Merge pull request #16995 from mrcdk/custom_resources_inspector | Juan Linietsky | 2018-04-08 | 1 | -20/+1 | |
|\ | | | | | The inspector will show the custom resources added via plugin | |||||
| * | Now the inspector will show the custom resources added via plugin | MrCdK | 2018-02-25 | 1 | -20/+1 | |
| | | ||||||
* | | Fix new Node dialog Create button behavior | Ivan Vodopiviz | 2018-03-04 | 1 | -0/+2 | |
|/ | | | | | | | Added a one-liner to update the Create button disabled state when selecting an item from the search results list. Fixes #17265, long live the Realm! | |||||
* | Merge pull request #15492 from vigreco/select-tree-root | Rémi Verschelde | 2018-02-14 | 1 | -0/+4 | |
|\ | | | | | Select root node if search_box is empty in create_dialog | |||||
| * | Select root node if search_box is empty in create_dialog | Vincenzo Greco | 2018-01-08 | 1 | -0/+4 | |
| | | ||||||
* | | Hide only PluginScript in dialog box | Emmanuel Leblond | 2018-01-21 | 1 | -2/+3 | |
| | | ||||||
* | | Hide Script nodes in dialog box to prevent crash with pluginscript | Emmanuel Leblond | 2018-01-19 | 1 | -0/+3 | |
|/ | ||||||
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 | |
| | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||||
* | Made the Create Dialog be clearer when it's changing a type of something. | Michael Alexsander Silva Dias | 2018-01-03 | 1 | -6/+23 | |
| | ||||||
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 | |
| | | | | Happy new year to the wonderful Godot community! | |||||
* | Changes to the Editor File Dialog. | Michael Alexsander Silva Dias | 2017-12-25 | 1 | -28/+24 | |
| | ||||||
* | Fixes and modifications for some dialogs. | Michael Alexsander Silva Dias | 2017-12-21 | 1 | -24/+35 | |
| | ||||||
* | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | 2017-12-12 | 1 | -1/+1 | |
| | ||||||
* | EditorSettings: Rename settings_path to settings_dir | Rémi Verschelde | 2017-11-17 | 1 | -4/+4 | |
| | | | | Also to prepare for upcoming refactoring for XDG support. | |||||
* | Enabling relationship lines in the Scene Tree enables them in the Create New ↵ | Michael Alexsander Silva Dias | 2017-11-16 | 1 | -0/+9 | |
| | | | | Node dialog as well. | |||||
* | Merge pull request #12640 from poke1024/createnode-ui | Rémi Verschelde | 2017-11-05 | 1 | -0/+4 | |
|\ | | | | | In Create New Node, always select and show best (shortest) match |