summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-08-08Merge pull request #63173 from fire-forge/layers-gridRémi Verschelde
2022-08-08Merge pull request #62868 from fire-forge/array-resize-sizeRémi Verschelde
Use a SpinBox in the inspector array resize dialog
2022-08-08Merge pull request #64070 from Calinou/3d-editor-remove-alt-fov-adjustmentRémi Verschelde
2022-08-08Merge pull request #62571 from Calinou/gpuparticlescollisionsdf3d-add-bake-maskRémi Verschelde
2022-08-08Merge pull request #64050 from pulawskig/masterRémi Verschelde
2022-08-07Remove FOV adjustment with Alt + mouse wheel in the 3D editorHugo Locurcio
This shortcut got in the way when using the Maya navigation scheme, and also when using the slow freelook modifier (regardless of navigation scheme).
2022-08-07Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4Rémi Verschelde
Allow for vec2/vec4 to be used in reflect and refract
2022-08-07Allow vec2 and vec4 for reflect and refractHendrik Brucker
2022-08-07Merge pull request #62089 from Step-an/add_drag_and_drop_to_EditorPropertyPathRémi Verschelde
2022-08-07Merge pull request #58494 from rcorre/recent-projectsRémi Verschelde
2022-08-07Fix axis snapping of CollisionPolygon2d's newly created vertexGrzegorz Puławski
2022-08-07Migrate project list to separate config file.Ryan Roden-Corrent
Storing the project/favorites list in the EditorSettings makes it difficult to version-control your editor configuration, as the file will continually change as you open new projects. It also means a configuration can't be shared across machines, as they might not have the same projects or file layout. Now the project list is stored in $godot_data_dir/projects.cfg. Each path is a section, which has a boolean favorite value. If the new config does not exist, the editor attempts to migrate legacy EditorSettings-based configuration to the new file. Fixes godotengine/godot-proposals#1637.
2022-08-07`FileSystemDock` Fix crash when renaming a file in split modekleonc
2022-08-06Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warningRémi Verschelde
2022-08-06Add "Make Unique (Recursive)" to resource picker, simplify "Make Unique"Hendrik Brucker
2022-08-06Merge pull request #60843 from hoontee/CSG3Rémi Verschelde
Add `TorusMesh`
2022-08-06Merge pull request #63985 from raulsntos/convert-rpc-attribute-csharpRémi Verschelde
RPC improvements to the conversion tool
2022-08-06Add conversion for the RPC attributes in C#Raul Santos
2022-08-06Add conversion for `sync` and `slave` GDScript keywordsRaul Santos
2022-08-06Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde
2022-08-06Merge pull request #63700 from YeldhamDev/no_methods_to_filter_palRémi Verschelde
Hide method filter bar when selecting a doc in the Script editor
2022-08-06Merge pull request #63704 from fire-forge/no-codeRémi Verschelde
Fix EditorPropertyMultilineText expression mode
2022-08-06Merge pull request #63776 from fire-forge/shapecast2dRémi Verschelde
Add ShapeCast2D editor handle and improve debug drawing
2022-08-06Merge pull request #63871 from bruvzg/ts_build_optionsRémi Verschelde
Add Text Server related options to the build profiles editor.
2022-08-06Merge pull request #63887 from qarmin/more_renamesRémi Verschelde
Various converter enhancements and bugfixes
2022-08-06Merge pull request #63958 from hakro/fix-control-animation-keysRémi Verschelde
Remove rect_ prefix from control properties when keyframing
2022-08-05Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ↵Yuri Sizov
changes
2022-08-05Remove rect_ prefix from control properties when keyframingHakim
2022-08-05Tweak PopupMenu item spacing in the editor themeHugo Locurcio
- Increase spacing between items for easier clicking with the mouse. - Increase lateral margins for better visual appearance. - Decrease margin at the top and bottom to compensate for the increased per-item height.
2022-08-05i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 4e64c1f1b6c842cbf343f4f1f176f6fa0671bbc7)
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them.
2022-08-04Merge pull request #63915 from YuriSizov/editor-theme-type-is-wideboiRémi Verschelde
2022-08-04Add `TorusMesh`hoontee
2022-08-04Add text overrun behavior for the theme type selectorYuri Sizov
2022-08-04Fixup array property inspectorRicardo Buring
2022-08-04Merge pull request #62572 from Calinou/editor-node-warnings-multiple-iconsRémi Verschelde
Distinguish multiple node configuration warnings in the scene tree dock
2022-08-04Merge pull request #63894 from fire-forge/add-metadata-buttonRémi Verschelde
Add spacing above the "Add Metadata" button
2022-08-04Add editor icons for all AudioStream resourcesHugo Locurcio
2022-08-04Distinguish multiple node configuration warnings in the scene tree dockHugo Locurcio
A number of dots is present next to the node configuration icon warning when there is more than 1 warning. Co-authored-by: Hendrik Brucker <hendrik.brucker@mail.de>
2022-08-03Various converter enhancements and bugfixesRafał Mikrut
2022-08-03Removed faulty function update after get_property_list.Hristo Stamenov
The function tried to rearrange properties but that lead to problems with duplication or deleted properties. Implemented the logic that that function did inside the get_property_list both for tool scripts and non-tool scripts.
2022-08-03Merge pull request #63877 from YeldhamDev/check_theme_fixRémi Verschelde
Fix text position when hovering pressed `CheckButton/Box` elements in the editor
2022-08-03Merge pull request #56442 from PucklaMotzer09/remap_files_movedRémi Verschelde
2022-08-03Merge pull request #63867 from Calinou/editor-rename-visual-shader-settingRémi Verschelde
2022-08-03Fix text position when hovering pressed `CheckButton/Box` elements in the editorMichael Alexsander
2022-08-03Merge pull request #48561 from Calinou/editor-theme-selected-tab-border-lineupRémi Verschelde
2022-08-03Add Text Server related options to the build profiles editor.bruvzg
Adds SCons options to disable Brotli and Graphite. Adds option categories to the build profiles editor. Adds options default state to the build profiles editor. Adds Text Server related options to the build profiles editor. Fix misplaced OpenGL/Vulkan SCons options.
2022-08-03Show dependency warning when removing remaps and fallback if translationPucklaMotzer09
remap does not exist
2022-08-03Rename visual shader editor setting category for proper capitalizationHugo Locurcio
2022-08-03Merge pull request #63266 from reduz/cleanup-array-editingRémi Verschelde