Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | Add _group_selected to callable methods | Bitlytic | |
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 | 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 | |
2022-03-20 | More editor `extract.py` improvements and fixes | Haoyu Qiu | |
2022-03-20 | Import settings inspector is cleared when opened | Fazil Babu | |
2022-03-18 | Merge pull request #59268 from Chaosus/shader_renames2 | Rémi Verschelde | |
Rename several transform built-ins in shaders | |||
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde | |
2022-03-18 | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde | |
2022-03-18 | Add brotli decoder and WOFF2 support. | bruvzg | |
2022-03-18 | Merge pull request #59273 from V-Sekai/import-scene-no-roll | Rémi Verschelde | |
2022-03-18 | Avoid roll in scene importer camera. | K. S. Ernest (iFire) Lee | |
2022-03-18 | i18n: Sync editor translation template after #59265 | Rémi Verschelde | |
(cherry picked from commit 0de7cfc60f9ad8c7e5717bbbe484b22344b4bb17) | |||
2022-03-18 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 4228d320bd1410c9b668d9c3cf3bfa4d296a2d0b) | |||
2022-03-18 | Merge pull request #59264 from timothyqiu/extract-groups | Rémi Verschelde | |
2022-03-18 | Merge pull request #59269 from Vitika9/59196 | Rémi Verschelde | |
2022-03-18 | Improves editor property name extraction | Haoyu Qiu | |
2022-03-18 | Removed extra separator in absence of ChangeType and Rename | Vitika9 | |
2022-03-18 | Rename several transform built-ins in shaders | Yuri Roubinsky | |