Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Merge pull request #67183 from akien-mga/gcc-warnings-cleanup | Rémi Verschelde | |
SCons: Cleanup GCC warnings configuration | |||
2022-10-10 | Merge pull request #67124 from KoBeWi/load_before_save | Rémi Verschelde | |
Fallback to ResourceLoader if can't find UID | |||
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde | |
Replace all TODO uses of `#warning` by proper TODO comments, and will open matching bug reports to keep track of them. We don't have a great track record fixing TODOs, but I'd wager we're even worse for fixing these "TODO #warning" so we should prohibit this usage. | |||
2022-10-10 | Remove default shortcut for Preview Canvas Scale | kobewi | |
2022-10-10 | Merge pull request #65942 from SaracenOne/animation_change_callback_fix | Rémi Verschelde | |
Fix animation change callbacks | |||
2022-10-10 | Merge pull request #67178 from ↵ | Rémi Verschelde | |
TokageItLab/add-signal-animation_selected-APEditer Add `animation_selected` signal to AnimationPlayerEditor to subscribe changed animation | |||
2022-10-10 | Merge pull request #67128 from KoBeWi/call_deferred_always_works | Rémi Verschelde | |
Defer clearing of ResourceUID cache | |||
2022-10-10 | Merge pull request #67175 from bruvzg/macos_title_edscale | Rémi Verschelde | |
[macOS] Fix window button position and title bar size when editor scale do not match OS UI scale. | |||
2022-10-10 | Defer clearing of ResourceUID cache and silence warnings | kobewi | |
2022-10-10 | Add animation_selected signal to AnimationPlayerEditor | Silc Renew | |
2022-10-10 | [macOS] Fix window button position and title bar size when editor scale do ↵ | bruvzg | |
not match OS UI scale. | |||
2022-10-10 | Fix crashing when editing the `TileSet` field | Kongfa Waroros | |
2022-10-09 | Merge pull request #67109 from TokageItLab/remove-clear-editors-in-bone-mapper | Rémi Verschelde | |
Remove unused func definition in BoneMapEditor | |||
2022-10-09 | Fallback to ResourceLoader if can't find UID | kobewi | |
2022-10-09 | Remove unused func definition in BoneMapEditor | Silc Renew | |
2022-10-08 | Show svg import options in default settings. | HolonProduction | |
Fixes: #63840 Importers can export options conditional based on the resource path. If an empty path is passed (as by the editor settings) filtering should not be done. | |||
2022-10-08 | Merge pull request #67070 from timothyqiu/bind-redraw | Rémi Verschelde | |
Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo | |||
2022-10-08 | Merge pull request #67060 from timothyqiu/named-layers | Rémi Verschelde | |
Only show named layers in layer menu | |||
2022-10-08 | Merge pull request #65983 from Mickeon/rename-audio-player-volume-db | Rémi Verschelde | |
Rename AudioStreamPlayer3D's `unit_db` to `volume_db` | |||
2022-10-08 | Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo | Haoyu Qiu | |
2022-10-08 | Only show named layers in layer menu | Haoyu Qiu | |
2022-10-07 | Merge pull request #67047 from KoBeWi/_aacdeelmmnoptt | Rémi Verschelde | |
Sort unused palette commands alphabetically | |||
2022-10-07 | Merge pull request #67035 from mateuseap/mateuseap/master | Rémi Verschelde | |
Fix signature for `folder_moved` signal of `FileSystemDock` | |||
2022-10-07 | Sort unused palette commands alphabetically | kobewi | |
2022-10-07 | Fix a bug with moving dock left and right. | HolonProduction | |
Fixes #67039 `get_index` counts internal children by default but `move_child` ignores them therefore `move_child` had no effect. The call to `set_current_tab` is not needed anymore in Godot 4 since the current tab will change when calling `move_child`. | |||
2022-10-07 | Fix signature for 'folder_moved' signal of FileSystemDock | meap | |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | |
change warnings=all to use /W4. | |||
2022-10-07 | Merge pull request #62910 from Vitika9/gsoc-colorpicker-ux | Rémi Verschelde | |
ColorPicker UX | |||
2022-10-07 | Merge pull request #65939 from Mickeon/editor-scene-tree-filter-type-inherited | Rémi Verschelde | |
Include inherited classes in Filter Nodes' "type:" filter & fix "group:" | |||
2022-10-06 | Merge pull request #66977 from akien-mga/editor-fix-opening-source-code | Rémi Verschelde | |
Debugger: Fix fetching source to link C++ error on GitHub | |||
2022-10-06 | Merge pull request #65932 from Mickeon/editor-scene-tree-filter-selection | Rémi Verschelde | |
Expose and warn about Node Filters in Scene Tree Dock | |||
2022-10-06 | Merge pull request #66930 from EricEzaM/66770-addendum-split-action-map-file | Rémi Verschelde | |
Split `action_map_editor` file into one file per class it contained. | |||
2022-10-06 | Include inherited classes in Filter Nodes' "type:" filter & fix "group:" | Micky | |
Also fixes not all private, internal groups being skipped in the "group:" filter. | |||
2022-10-06 | Expose and warn about Node Filters in Scene Tree Dock | Micky | |
Adds "Filter by Type" and "Filter by Group" in the Scene Tree Dock's MenuButton. Hovering on them displays an useful tooltip. When selecting these items, the matching parameter is appended to the terms, and the caret is automatically brought to the end. When typing a filter that cannot be identified, a warning icon is displayed. The reason is explained as a tooltip. The same options are also quickly available by right-clicking or middle-clicking in the text field. | |||
2022-10-06 | Debugger: Fix fetching source to link C++ error on GitHub | Rémi Verschelde | |
Fixes #66974. | |||
2022-10-06 | Split `action_map_editor` file into one file per class it contained. | Eric M | |
* ActionMapEditor * EventListenerLineEdit * InputEventConfigurationDialog | |||
2022-10-06 | Merge pull request #61902 from Paulb23/multi-caret | Rémi Verschelde | |
Add Multi-caret support to TextEdit | |||
2022-10-05 | Add multi caret support to Editor | Paulb23 | |
2022-10-05 | Merge pull request #65857 from MinusKube/inherited-open-crash | Rémi Verschelde | |
Prevent unsaved inherited scenes from being detected as the 'placeholder' scene | |||
2022-10-05 | Merge pull request #66839 from aaronfranke/editor-prop-hide-slider | Rémi Verschelde | |
Fix `hide_slider` vs `no_slider` inconsistency in editor property code | |||
2022-10-05 | Merge pull request #66898 from aaronfranke/proj-mat-columns | Rémi Verschelde | |
Rename Projection `matrix` to `columns` | |||
2022-10-05 | Merge pull request #66770 from EricEzaM/search-by-event | Rémi Verschelde | |
Add searching by event in Editor Settings shortcuts and Project Settings input map. | |||
2022-10-05 | Merge pull request #66894 from KoBeWi/TileSetAtlasSourceEditor_on_vacation | Rémi Verschelde | |
Disconnect TileSet from source editor if no sources | |||
2022-10-05 | Merge pull request #66300 from KoBeWi/📝🧭 | Rémi Verschelde | |
Split script navigation state and edit state | |||
2022-10-04 | Disconnect TileSet from source editor if no sources | kobewi | |
2022-10-04 | Rename Projection `matrix` to `columns` | Aaron Franke | |
2022-10-04 | Merge pull request #65528 from Mickeon/rename-more-spatial-to-node-3d | Rémi Verschelde | |
Rename remaining "Spatial" in Plugins to "Node3D" | |||
2022-10-04 | Merge pull request #65315 from Mickeon/editor-help-search-multi-term | Rémi Verschelde | |
Allow multiple words in Docs Help Search filter | |||
2022-10-04 | Merge pull request #66384 from ↵ | Rémi Verschelde | |
schme/66165-fix-shader-list-not-marking-shaders-as-saved Fix Shader Editor not marking files saved | |||
2022-10-04 | Rename remaining "Spatial" in Plugins to "Node3D" | Micky | |
For EditorNode3DGizmo: - `get_spatial_node` -> `get_node_3d` - `set_spatial_node` -> `set_node_3d` For EditorPlugin: - `add_spatial_gizmo_plugin` -> `add_node_3d_gizmo_plugin` - `remove_spatial_gizmo_plugin` -> `remove_node_3d_gizmo_plugin` Also renames some internal methods for consistency (`forward_3d_draw_over_viewport` & `forward_3d_force_draw_over_viewport` ...). Basically, Spatial has been completely eradicated. |