Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Merge pull request #70277 from rune-scape/picker-regression | Rémi Verschelde | |
Fix resource picker regression | |||
2022-12-23 | Merge pull request #70151 from ↵ | Rémi Verschelde | |
stmSi/fix-profiler-and-visual-profiler-start-stop-state-inconsistency Fix: Profiler and Visual Profiler start/stop state inconsistency | |||
2022-12-23 | Merge pull request #69797 from TokageItLab/time-edit-inspector-plugin | Rémi Verschelde | |
Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate | |||
2022-12-23 | Merge pull request #70456 from Calinou/project-manager-opengl-wip | Rémi Verschelde | |
Mention that the Compatibility rendering backend is work-in-progress | |||
2022-12-23 | Merge pull request #65312 from SaracenOne/auto_advance_behaviour | Rémi Verschelde | |
Make auto-advance flag a requirement for conditional/expression evaluation | |||
2022-12-23 | Fix: Profiler and Visual Profiler start/stop state inconsistency | stmSi | |
2022-12-22 | Merge pull request #70459 from twaritwaikar/fix-split-diff | Rémi Verschelde | |
VCS: Fix split diff's overlapping fields | |||
2022-12-23 | VCS: Fix split diff's overlapping fields | Twarit Waikar | |
Also adjusts the spacing nearby the diff contents. | |||
2022-12-22 | Mention that the Compatibility rendering backend is work-in-progress | Hugo Locurcio | |
2022-12-22 | Revert "Queue inspector tree update when changing the theme." | Rémi Verschelde | |
This reverts commit c0baec410b0617ddb36c278230f3b60da1444af6. See comments in #70381. | |||
2022-12-22 | Merge pull request #70413 from Koyper/rtl_rename_remove_line | Rémi Verschelde | |
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy. | |||
2022-12-22 | Add inspector plugin for key time edit & Change find key argument | Silc Renew | |
2022-12-21 | Do not add child twice and set initial focus | Marius Hanl | |
2022-12-21 | Renamed RTL remove_line() to remove_paragraph(). | Koyper | |
2022-12-21 | Merge pull request #70410 from Maran23/4-x-search-result-theme-update | Rémi Verschelde | |
Rebuild search result tree when the theme is changed | |||
2022-12-21 | Merge pull request #70360 from dustinsth/fix_import_dialog_text | Rémi Verschelde | |
Fix overlapping text in Advanced Import Settings action dialogs. | |||
2022-12-21 | Merge pull request #70261 from Maran23/4-x-editor-inspector-section-click | Rémi Verschelde | |
EditorInspectorSection is not (un)folded when clicking under the font | |||
2022-12-21 | Merge pull request #70398 from Sauermann/fix-esc-input-focus | Rémi Verschelde | |
Fix closing project setting window with ESC while listening for input | |||
2022-12-21 | Merge pull request #70353 from twaritwaikar/remove-vsc-project-path | Rémi Verschelde | |
VCS: Remove `project_path` VCS property, let plugins decide | |||
2022-12-21 | Merge pull request #68894 from souplamp/editor-layout-save | Rémi Verschelde | |
Improve editor layout dialog with input context, window sizing based on editor scale | |||
2022-12-21 | Rebuild search result tree when the theme is changed | Marius Hanl | |
2022-12-21 | Fix closing project setting window with ESC while listening for input | Markus Sauermann | |
This is done by disallowing ESC to be used for closing the window while the filter-LineEdit is focused. | |||
2022-12-21 | Merge pull request #70350 from Chaosus/stringname_operator | Rémi Verschelde | |
Add missing != operator to `StringName` | |||
2022-12-21 | Merge pull request #70374 from twaritwaikar/add-confirm-dialog-discard-changes | Rémi Verschelde | |
VCS: Add a stern confirmation dialog before discarding all changes | |||
2022-12-21 | Merge pull request #67922 from MrBlockers/asr-addstream-fixes | Rémi Verschelde | |
Add optional stream argument to AudioStreamRandomizer.add_stream | |||
2022-12-21 | Merge pull request #70381 from Maran23/4-x-theme-inspector-update | Rémi Verschelde | |
Queue inspector tree update when changing the theme | |||
2022-12-21 | Merge pull request #70317 from HolonProduction/svg_assets | Rémi Verschelde | |
Add support for svg images in the asset lib. | |||
2022-12-21 | VCS: Remove method binds that are not being used in VersionControlEditorPlugin | Twarit Waikar | |
2022-12-21 | Queue inspector tree update when changing the theme. | Marius Hanl | |
2022-12-20 | Add optional arguments to AudioStreamRandomizer | MrBlockers | |
Adds stream and weight parameters to add_stream. By default, weight is 1.0f. | |||
2022-12-21 | VCS: Add a stern confirmation dialog before discarding all changes | Twarit Waikar | |
2022-12-20 | Fix overlapping text in Advanced Import Settings action dialogs. | dustinsth | |
2022-12-20 | Disable properties that don't have an effect in the advanced audio importer | Marcus Elg | |
2022-12-20 | VCS: Remove `project_path` VCS property, let plugins decide | Twarit Waikar | |
2022-12-20 | Add support for svg images in the asset lib. | HolonProduction | |
Pixel based image formats are identified by magic numbers. This is not possible with svg therefore svg parsing is tried and if it succeeded the result is used. WebP and bmp support is added as well. But I could not test it as I am not able to run a local instance of the asset lib and there is no asset using those formats. | |||
2022-12-20 | Add missing != operator to `StringName` | Yuri Rubinsky | |
2022-12-20 | Merge pull request #70342 from twaritwaikar/fix-vcs-bindings | Rémi Verschelde | |
VCS: Fix GDExtension return types for VCS after Array type hardening | |||
2022-12-20 | VCS: Fix GDExtension return types for VCS after Array type hardening | Twarit Waikar | |
2022-12-20 | Merge pull request #70304 from MarcusElg/audioimportnaming | Rémi Verschelde | |
Fix inconsistent audio import menu naming | |||
2022-12-20 | Merge pull request #70170 from TokageItLab/fix-anim-keying-crash | Rémi Verschelde | |
Make keys deselected when keying property for animation to avoid crash | |||
2022-12-19 | Fix inconsistent audio import menu naming | Marcus Elg | |
2022-12-19 | Merge pull request #70100 from Chaosus/fix_missing_editor_plugin_gdclasses | Rémi Verschelde | |
Fix missing GDCLASS headers in the editor preview plugins | |||
2022-12-19 | Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygon | Rémi Verschelde | |
`TileSet` Simplify isometric tile shape polygon to 4 vertices | |||
2022-12-19 | Merge pull request #70264 from KoBeWi/layedulate | Rémi Verschelde | |
Use layer's modulate for tile previews | |||
2022-12-19 | TileSet Simplify tile shape polygons | kleonc | |
2022-12-18 | Fix resource picker regression | rune-scape | |
2022-12-18 | Merge pull request #70250 from Chaosus/fix_audio_stream_editor | Yuri Rubinsky | |
2022-12-18 | Use layer's modulate for tile previews | kobewi | |
2022-12-18 | EditorInspectorSection is not folded when clicking under the font | Marius Hanl | |
2022-12-18 | Prevent showing AudioStream preview for non-WAV types | Yuri Rubinsky | |