Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
2022-12-18 | Add a dialog for customizing FBX import | reduz | |
* If FBX files are found, a dialog will pop up asking to configure FBX2glTF. * Dialog can also be accessed by going Editor -> Configure FBX Import. * The dialog also shows a link to click to download the converter, which should contain instructions. | |||
2022-12-18 | Merge pull request #70223 from KoBeWi/condition_of_arguable_usefulness | Rémi Verschelde | |
Remove unnecessary condition | |||
2022-12-17 | Remove unnecessary condition | kobewi | |
2022-12-17 | Fix Navigation API abbreviations inconsistency | smix8 | |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav". | |||
2022-12-17 | Merge pull request #30675 from zaksnet/link-button-link-prop | Rémi Verschelde | |
Add a `uri` property to `LinkButton` | |||
2022-12-17 | Merge pull request #70074 from Chaosus/restore_audio_stream_editor | Rémi Verschelde | |
Restore `AudioStreamEditor` class to fix playable sound previews | |||
2022-12-17 | Merge pull request #70202 from ↵ | Rémi Verschelde | |
Calinou/viewport-transparent-background-rename-project-setting Move transparent background project setting to a subsection | |||
2022-12-17 | Move transparent background project setting to a subsection | Hugo Locurcio | |
This prevents the project setting from being located directly within a root category, which is confusing from an UX perspective in the project settings editor. | |||
2022-12-17 | Add `uri` property for LinkButton | Zak | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-17 | Defer `EditorInspector::update_tree` to the process stage to improve performance | Rindbee | |
`EditorInspector::update_tree` is expensive, so defer the call to the process phase to prevent multiple calls in a single frame (when switching scene tabs). | |||
2022-12-17 | Make keys deselected when keying property for animation to avoid crash | Silc 'Tokage' Renew | |
2022-12-16 | Fix String::word_wrap() for long words | Haoyu Qiu | |
- Changes `TextServer.string_get_word_breaks()` - Returns pairs of boundary start and end offsets - Accepts `chars_per_line` to return line breaks - Removes `String::word_wrap()` Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> |