Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-30 | Cleanup EditorNode and EditorData | Hendrik Brucker | |
Co-authored-by: Eric M <itsjusteza@gmail.com> | |||
2022-03-29 | Merge pull request #59558 from V-Sekai/primitive-indicies | Rémi Verschelde | |
2022-03-29 | Merge pull request #59496 from KoBeWi/inspector_teleport | Rémi Verschelde | |
2022-03-29 | Simplify FBX importer project settings registering | Haoyu Qiu | |
2022-03-29 | Merge pull request #59374 from timothyqiu/extract-refactor-master | Rémi Verschelde | |
Refactor editor `extract.py` | |||
2022-03-29 | Remove `SHADOW_ATTENUATION` spatial light shader built-in | Yuri Roubinsky | |
2022-03-29 | i18n: Sync editor translation template after #59349 | Rémi Verschelde | |
(cherry picked from commit 15dc747de8e895c4ac3212cd564266fb31a5d613) | |||
2022-03-29 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 0db753ef54a305c32bbf9511ec7de5f1ba1c4c3c) | |||
2022-03-29 | Merge pull request #58160 from m4gr3d/android_editor | Rémi Verschelde | |
2022-03-28 | Android port of the Godot Editor | Fredy Huya-Kouadio | |
These set of changes focus primarily on getting the core logic and overall Godot Editor UI and functionality up and running natively on Android devices. UI tweaks / cleanup / polish, as well configuration for Android specific functionality / restrictions will be addressed in follow-up PRs iteratively based on feedback. Co-authored-by: thebestnom <shoval.arad@gmail.com> | |||
2022-03-28 | Merge pull request #59619 from Chaosus/vs_input_desc | Rémi Verschelde | |
2022-03-28 | Fix inspector group name capitalization | FireForge | |
2022-03-28 | Add refs to shading language to the desciption of input nodes in vshader | Yuri Roubinsky | |
2022-03-28 | Merge pull request #59426 from timothyqiu/name-style-master | Rémi Verschelde | |
2022-03-28 | Merge pull request #59553 from reduz/script-extension-support | Rémi Verschelde | |
2022-03-28 | Add property name style toggle to Inspector | Haoyu Qiu | |
2022-03-28 | Merge pull request #59565 from SirQuartz/master | Rémi Verschelde | |
2022-03-28 | Merge pull request #59453 from DanielKriz/master | Rémi Verschelde | |
2022-03-28 | Hide "Normal Map" import option when using lossless compression on Texture | Nicholas Huelin | |
This pull request resolves an issue where images being imported with lossless compression allowed you to select a normal map, but the normal map only applies if you're using VRAM compression. Thereby making it redundant to appear when using lossless compression. This pull request hides the normal map option when lossless compression is selected. Resolves: #59435 | |||
2022-03-28 | Merge pull request #59614 from timothyqiu/debug-colors-master | Rémi Verschelde | |
2022-03-28 | Merge pull request #59574 from Sauermann/proposal-rename-warp-mouse | Rémi Verschelde | |
Rename warp mouse functions to warp_mouse | |||
2022-03-28 | Update SceneTree debug colors when settings changed | Haoyu Qiu | |
2022-03-28 | Merge pull request #59603 from YeldhamDev/meta_regression_fix | Rémi Verschelde | |
Fix "Script Create" dialog errors with metadata | |||
2022-03-28 | Merge pull request #59599 from YeldhamDev/node_picking_lawyer | Rémi Verschelde | |
Fix errors when locking nodes | |||
2022-03-27 | Fix "Script Create" dialog errors with metadata | Michael Alexsander | |
2022-03-27 | Fix errors when locking nodes | Michael Alexsander | |
2022-03-27 | Add GDExtension support to Script | reduz | |
* Ability to create script languages from GDExtension * Some additions to gdnative_extension.h to make this happen * Moved the GDExtension binder to core This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x. Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again). | |||
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann | |
2022-03-27 | Merge pull request #59442 from Vitika9/52287 | Rémi Verschelde | |
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 | Made reload current project ask for confirmation with unsaved changes | Vitika9 | |
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 | Clarify what primitives means. | K. S. Ernest (iFire) Lee | |
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 | Fix persistent favorites after rename | Daniel Kříž | |
Signed-off-by: Daniel Kříž <Daniel.kriz@protonmail.com> | |||
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> |