Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-24 | Fix zoom in/out keyboard shortcuts not working since the introduction of ↵ | Eric M | |
EditorZoomWidget. Add KP shortcuts to zoom in/out. | |||
2022-09-23 | Merge pull request #66254 from bruvzg/macos_title | Rémi Verschelde | |
[macOS extend-to-title] Add scene/project name to the editor title, and fix window button placement. | |||
2022-09-23 | Merge pull request #66248 from akien-mga/warnings-gcc-Wmaybe-uninitialized | Rémi Verschelde | |
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1 | |||
2022-09-22 | [macOS extend-to-title] Add scene/project name to the editor title, fix ↵ | bruvzg | |
incorrect window button position/order when system primary language is RTL. | |||
2022-09-22 | Fixed root name invalid at scene creation. | Nong Van Tinh | |
2022-09-22 | Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1 | Rémi Verschelde | |
Not sure why I didn't get those before, it may be due to upstream changes (12.2.1 is a moving target, it's basically 12.3-dev), or simply rebuilding Godot from scratch with different options. | |||
2022-09-22 | Merge pull request #66240 from bruvzg/ftr_hide | Rémi Verschelde | |
[Font Inspector Plugin] Hide "Add Feature" button if supported feature list is empty. | |||
2022-09-22 | [Font Inspector Plugin] Hide "Add Feature" button if supported feature list ↵ | bruvzg | |
is empty. | |||
2022-09-22 | Automatically use class name for empty renames | kobewi | |
2022-09-21 | Merge pull request #65816 from bruvzg/proj_settings_missing_flags | Rémi Verschelde | |
Add missing initial window flags and window mode to the project settings. | |||
2022-09-21 | Merge pull request #65933 from Mickeon/remove-scene-tree-dock-unused | Rémi Verschelde | |
Remove unused `import_subscene()` in Scene Tree Dock | |||
2022-09-21 | Merge pull request #65934 from YuriSizov/editor-theme-big-thumb | Rémi Verschelde | |
Improve icon generation in the editor theme | |||
2022-09-21 | Merge pull request #66212 from ↵ | Rémi Verschelde | |
kleonc/script-text-editor-fix-check-if-script-used-within-scene `ScriptTextEditor` Fix checking if script is attached to any node belonging to scene | |||
2022-09-21 | QuickOpen: Disable loading resources for now, too slow | Rémi Verschelde | |
As expected while reviewing #62417 this is indeed not practical without a better system to retrieve this information. Fixes #66179. | |||
2022-09-21 | Fix checking if script is attached to any node belonging to scene | kleonc | |
2022-09-21 | Merge pull request #63576 from KoBeWi/list_clicker | Rémi Verschelde | |
Simplify script list click logic | |||
2022-09-21 | Merge pull request #66056 from ↵ | Rémi Verschelde | |
Rindbee/fix-EditorInspectorCategory-minimum-size-calculation Fix `EditorInspectorCategory` minimum size calculation | |||
2022-09-21 | Merge pull request #62666 from AThousandShips/tree_folding | Rémi Verschelde | |
Tree recursive folding (like Scene Tree Dock) | |||
2022-09-21 | Fix EditorInspectorCategory minimum size calculation | Rindbee | |
Calculated using the same theme property values as in `NOTIFICATION_DRAW`, keeping the width at `0` and calculating only the height. | |||
2022-09-21 | Tree recursive folding | Ninni Pipping | |
2022-09-21 | Merge pull request #66191 from MewPurPur/fix-dragndrop-crash-when-scene-closed | Rémi Verschelde | |
Fix possible crash when drag and dropping nodes | |||
2022-09-21 | Merge pull request #64359 from Mickeon/rename-camera-rotating | Rémi Verschelde | |
Reverse Camera2D.`rotating` to `ignore_rotation` | |||
2022-09-21 | Merge pull request #60478 from KoBeWi/compect_dialog | Rémi Verschelde | |
Reorganize connection dialog | |||
2022-09-21 | Fix crash with drag and dropping nodes | VolTer | |
2022-09-21 | Reverse Camera2D.`rotating` to `ignore_rotation` | Micky | |
`rotating` is misleading, as Camera2D is affected by `rotation` and `global_rotation` like any other Node2D Updates description in the docs, as well. | |||
2022-09-21 | Merge pull request #65957 from EricEzaM/GH-65956-fix-ed-shortcut-section-order | Rémi Verschelde | |
Update Editor Shortcuts tree creation to always have sections in same order | |||
2022-09-20 | Merge pull request #66159 from MewPurPur/fix-animated-tiles-offset-unit | Rémi Verschelde | |
Remove px unit from animation_separation in TileSet atlas editor | |||
2022-09-20 | Remove px unit from animation_separation in TileSet atlas editor (as it's ↵ | VolTer | |
tile-based, not pixel-based) | |||
2022-09-20 | Fix error string referring to invalid metadata name in Movie Maker dialog | Hugo Locurcio | |
2022-09-20 | [macOS] Add an option to align window buttons in "extend to title" mode. | bruvzg | |
2022-09-20 | Merge pull request #65541 from clayjohn/renderer-setting | Rémi Verschelde | |
Split rendering driver project setting into renderer_name and rendering_driver | |||
2022-09-20 | Merge pull request #66127 from RedMser/vs-cleanup | Rémi Verschelde | |
Further cleanup of VisualScript references | |||
2022-09-19 | Merge pull request #65134 from Mickeon/editor-unique-name-toggle | Rémi Verschelde | |
Make "Access as Unique Name" a shortcut | |||
2022-09-19 | Merge pull request #66108 from Zylann/editor_inspector_get_selected_path | Rémi Verschelde | |
Expose `EditorInspector.get_selected_path` | |||
2022-09-19 | Further cleanup of VisualScript references | RedMser | |
2022-09-19 | Split rendering driver project setting into renderer_name and ↵ | clayjohn | |
rendering_driver. To differentiate between a driver (e.g. Vulkan or D3D12) and a renderer (e.g. clustered or mobile renderer). | |||
2022-09-19 | Reorganize connection dialog | kobewi | |
2022-09-19 | Make "Access as Unique Name" a shortcut | Micky | |
The shortcut's name is "scene_tree/toggle_unique_name", not mapped to anything by default. It also dynamically changes the text based on whether or not the unique name is going to be enabled or disabled. Finally, it spaces the shortcut in the menu close to "Copy Node Path" if possible. | |||
2022-09-19 | Expose `EditorInspector.get_selected_path` | Marc Gilleron | |
2022-09-19 | Merge pull request #65630 from aaronfranke/no-defer-ste-warn-ch | Rémi Verschelde | |
_warning_changed` signal connection | |||
2022-09-19 | Merge pull request #65271 from KoBeWi/FirAccess🌲 | Rémi Verschelde | |
Replace File/Directory with FileAccess/DirAccess | |||
2022-09-19 | Merge pull request #66101 from KoBeWi/help,_it_crashed | Rémi Verschelde | |
Fix possible crash in editor help | |||
2022-09-19 | Merge pull request #66080 from Zylann/editor_property_set_read_only | Rémi Verschelde | |
Expose `EditorProperty._set_read_only` virtual method | |||
2022-09-19 | Merge pull request #65995 from MinusKube/tileset-size-bug | Rémi Verschelde | |
Fix atlas view drawing roots having zoom applied twice | |||
2022-09-19 | Fix possible crash in editor help | kobewi | |
2022-09-19 | Expose `EditorProperty._set_read_only` virtual method | Marc Gilleron | |
2022-09-19 | Add missing initial window flags and window mode to the project settings. | bruvzg | |
2022-09-19 | Replace File/Directory with FileAccess/DirAccess | kobewi | |
2022-09-18 | Change UndoRedo to use Callables | kobewi | |
2022-09-18 | Merge pull request #66040 from ↵ | Yuri Rubinsky | |
jeffres/fix-closing-shader-file-with-middle-mouse-click |