Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-27 | Merge pull request #59546 from timothyqiu/ssl-restart | Rémi Verschelde | |
Mark "Editor SSL Certificates" setting as require restart | |||
2022-03-27 | Fix project manager window size not applying display scale correctly | floppyhammer | |
2022-03-27 | Mark Editor SSL Certificates setting as require restart | Haoyu Qiu | |
2022-03-26 | Merge pull request #59336 from YeldhamDev/where_we_dropping_boys | Rémi Verschelde | |
2022-03-26 | Merge pull request #46638 from Ev1lbl0w/feature-hide_gdignored_dirs | Rémi Verschelde | |
2022-03-26 | Fix project manager window centering in multi-monitor situation | C.Even | |
* When main screen's position in not (0,0) and editor scale is larger than 1, the project manager window was not centered in main screen | |||
2022-03-25 | Merge pull request #59489 from ↵ | Rémi Verschelde | |
adamscott/add-gltf-dae-fbx-blend-shape-mask-array-format-enforcers Add GLTF, DAE and FBX importers enforcement for blend shape mask array | |||
2022-03-25 | Merge pull request #59500 from fire-forge/opentype-button | Rémi Verschelde | |
2022-03-25 | Make the OpenType "Add Feature..." button full width | FireForge | |
2022-03-25 | Merge pull request #59495 from DanielKriz/feature/better-dir-alert-msgs | Rémi Verschelde | |
2022-03-25 | Fixup enum compare after #53734 | Rémi Verschelde | |
2022-03-25 | Merge pull request #53734 from jmb462/fix-missing-action-icons | Rémi Verschelde | |
2022-03-25 | Merge pull request #59452 from reduz/refactor-metadata | Rémi Verschelde | |
2022-03-25 | Merge pull request #59483 from bruvzg/editor_use_mo | Rémi Verschelde | |
2022-03-25 | Convert the editor and default theme fonts to WOFF2 format to save space. | bruvzg | |
2022-03-25 | Merge pull request #59497 from Bitlytic/fix_group_selected | Rémi Verschelde | |
Add _group_selected to callable methods | |||
2022-03-25 | Merge pull request #59472 from KoBeWi/data_migration | Rémi Verschelde | |
Make resource unique when pasting to another scene | |||
2022-03-25 | Add better alert dialogs if directory already exists | Daniel Kříž | |
Signed-off-by: Daniel Kříž <Daniel.kriz@protonmail.com> | |||
2022-03-24 | Add _group_selected to callable methods | Bitlytic | |
2022-03-24 | Add GLTF, DAE and FBX importers enforcement for blend shape mask array | Adam Scott | |
2022-03-24 | Remove space in MeshLibrary editor button | FireForge | |
2022-03-24 | [Editor build] Use smaller .mo files instead of .po, if gettext is available. | bruvzg | |
2022-03-24 | Make resource unique when pasting to another scene | kobewi | |
2022-03-24 | Refactor Object metadata | reduz | |
* API kept the same (Although functions could be renamed to set_metadata/get_metadata in a later PR), so not much should change. * Metadata now exposed as individual properties. * Properties are editable in inspector (unless metadata name begins with _) under the metadata/ namespace. * Added the ability to Add/Remove metadata properties to the inspector. This is a functionality that was requested very often, that makes metadata work a bit more similar to custom properties in Blender. | |||
2022-03-24 | Merge pull request #59447 from ↵ | Rémi Verschelde | |
taigi100/Feature-4244-Add-proper-filters-for-picking-export-template | |||
2022-03-24 | Merge pull request #59416 from aaronfranke/export-file | Rémi Verschelde | |
2022-03-24 | Update properties to properly filter for templates. | taigi100 | |
2022-03-24 | Add TTR context for pagination button texts | Haoyu Qiu | |
2022-03-23 | Merge pull request #59424 from fire-forge/icon-theme-color | Rémi Verschelde | |
2022-03-23 | Fix crash when exporting projects with shared libraries | Haoyu Qiu | |
2022-03-22 | Use accent color for some editor icons | FireForge | |
2022-03-22 | Generate export template file names instead of having a fixed set | Aaron Franke | |
2022-03-22 | Merge pull request #59029 from bruvzg/help_slanted | Rémi Verschelde | |
2022-03-22 | [Help] Add simulated slanted font support to the editor help. | bruvzg | |
2022-03-22 | Merge pull request #59170 from akien-mga/import-wav-configure-loop-mode | Rémi Verschelde | |
2022-03-22 | Merge pull request #59275 from bruvzg/ft_brotli | Rémi Verschelde | |
2022-03-21 | Add visual marker when dragging and dropping tabs | Michael Alexsander | |
2022-03-21 | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | |
2022-03-21 | Merge pull request #59369 from aaronfranke/fixup-embedded-pck | Rémi Verschelde | |
2022-03-21 | Merge pull request #48310 from Blackiris/fix-create-skeleton-physical-bones-4.0 | Rémi Verschelde | |
2022-03-21 | Merge pull request #59373 from bruvzg/fix_editor_font_change | Rémi Verschelde | |
[Editor] Fix reloading editor theme on font / font size setting change. | |||
2022-03-21 | Merge pull request #59367 from Calinou/script-editor-decrease-line-spacing | Rémi Verschelde | |
Decrease the default line spacing in the script editor | |||
2022-03-21 | Merge pull request #59366 from Calinou/editor-pseudolocalization-move-setting | Rémi Verschelde | |
Move the pseudolocalization editor setting to a debug section | |||
2022-03-21 | Merge pull request #59351 from taisph/feature/fix-getaddrinfo-failed | Rémi Verschelde | |
Fix getaddrinfo failed with undefined proxy config | |||
2022-03-21 | [Editor] Fix reloading editor theme on font / font size setting change. | bruvzg | |
2022-03-20 | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke | |
2022-03-21 | Decrease the default line spacing in the script editor | Hugo Locurcio | |
This brings the level of line spacing closer to what it was like in Godot 3.x, which improves usability on small displays. This also decreases the default line spacing for fixed-width texts in the About dialog (license text). | |||
2022-03-21 | Move the pseudolocalization editor setting to a debug section | Hugo Locurcio | |
This moves the setting in question to the bottom of the Editor Settings, which makes it less likely to be accidentally enabled. | |||
2022-03-20 | Fix getaddrinfo failed with undefined proxy config | Tais P. Hansen | |
HTTPClientTCP expects proxy host to be empty or port to be -1 to ignore the proxy. When getting the proxy config from the settings file, the values will default to U"null" and 0, respectively, making HTTPClientTCP to attempt to use the values as a proxy, which causes getaddrinfo to fail looking up a "null" hostname. Setting the default config values seems like a good approach to prevent this issue. Fixes #59037 | |||
2022-03-20 | Reduce the size of Controls editor toolbar | kobewi | |