Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | Merge pull request #63173 from fire-forge/layers-grid | Rémi Verschelde | |
2022-08-08 | Merge pull request #62868 from fire-forge/array-resize-size | Rémi Verschelde | |
Use a SpinBox in the inspector array resize dialog | |||
2022-08-08 | Merge pull request #64070 from Calinou/3d-editor-remove-alt-fov-adjustment | Rémi Verschelde | |
2022-08-08 | Merge pull request #62571 from Calinou/gpuparticlescollisionsdf3d-add-bake-mask | Rémi Verschelde | |
2022-08-08 | Merge pull request #64050 from pulawskig/master | Rémi Verschelde | |
2022-08-07 | Remove FOV adjustment with Alt + mouse wheel in the 3D editor | Hugo 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-07 | Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4 | Rémi Verschelde | |
Allow for vec2/vec4 to be used in reflect and refract | |||
2022-08-07 | Allow vec2 and vec4 for reflect and refract | Hendrik Brucker | |
2022-08-07 | Merge pull request #62089 from Step-an/add_drag_and_drop_to_EditorPropertyPath | Rémi Verschelde | |
2022-08-07 | Merge pull request #58494 from rcorre/recent-projects | Rémi Verschelde | |
2022-08-07 | Fix axis snapping of CollisionPolygon2d's newly created vertex | Grzegorz Puławski | |
2022-08-07 | Migrate 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 mode | kleonc | |
2022-08-06 | Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warning | Rémi Verschelde | |
2022-08-06 | Add "Make Unique (Recursive)" to resource picker, simplify "Make Unique" | Hendrik Brucker | |
2022-08-06 | Merge pull request #60843 from hoontee/CSG3 | Rémi Verschelde | |
Add `TorusMesh` | |||
2022-08-06 | Merge pull request #63985 from raulsntos/convert-rpc-attribute-csharp | Rémi Verschelde | |
RPC improvements to the conversion tool | |||
2022-08-06 | Add conversion for the RPC attributes in C# | Raul Santos | |
2022-08-06 | Add conversion for `sync` and `slave` GDScript keywords | Raul Santos | |
2022-08-06 | Merge pull request #63712 from object71/fix-export-issues | Rémi Verschelde | |
2022-08-06 | Merge pull request #63700 from YeldhamDev/no_methods_to_filter_pal | Rémi Verschelde | |
Hide method filter bar when selecting a doc in the Script editor | |||
2022-08-06 | Merge pull request #63704 from fire-forge/no-code | Rémi Verschelde | |
Fix EditorPropertyMultilineText expression mode | |||
2022-08-06 | Merge pull request #63776 from fire-forge/shapecast2d | Rémi Verschelde | |
Add ShapeCast2D editor handle and improve debug drawing | |||
2022-08-06 | Merge pull request #63871 from bruvzg/ts_build_options | Rémi Verschelde | |
Add Text Server related options to the build profiles editor. | |||
2022-08-06 | Merge pull request #63887 from qarmin/more_renames | Rémi Verschelde | |
Various converter enhancements and bugfixes | |||
2022-08-06 | Merge pull request #63958 from hakro/fix-control-animation-keys | Rémi Verschelde | |
Remove rect_ prefix from control properties when keyframing | |||
2022-08-05 | Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ↵ | Yuri Sizov | |
changes | |||
2022-08-05 | Remove rect_ prefix from control properties when keyframing | Hakim | |
2022-08-05 | Tweak PopupMenu item spacing in the editor theme | Hugo 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-05 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 4e64c1f1b6c842cbf343f4f1f176f6fa0671bbc7) | |||
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo 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-04 | Merge pull request #63915 from YuriSizov/editor-theme-type-is-wideboi | Rémi Verschelde | |
2022-08-04 | Add `TorusMesh` | hoontee | |
2022-08-04 | Add text overrun behavior for the theme type selector | Yuri Sizov | |
2022-08-04 | Fixup array property inspector | Ricardo Buring | |
2022-08-04 | Merge pull request #62572 from Calinou/editor-node-warnings-multiple-icons | Rémi Verschelde | |
Distinguish multiple node configuration warnings in the scene tree dock | |||
2022-08-04 | Merge pull request #63894 from fire-forge/add-metadata-button | Rémi Verschelde | |
Add spacing above the "Add Metadata" button | |||
2022-08-04 | Add editor icons for all AudioStream resources | Hugo Locurcio | |
2022-08-04 | Distinguish multiple node configuration warnings in the scene tree dock | Hugo 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-03 | Various converter enhancements and bugfixes | Rafał Mikrut | |
2022-08-03 | Removed 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-03 | Merge pull request #63877 from YeldhamDev/check_theme_fix | Rémi Verschelde | |
Fix text position when hovering pressed `CheckButton/Box` elements in the editor | |||
2022-08-03 | Merge pull request #56442 from PucklaMotzer09/remap_files_moved | Rémi Verschelde | |
2022-08-03 | Merge pull request #63867 from Calinou/editor-rename-visual-shader-setting | Rémi Verschelde | |
2022-08-03 | Fix text position when hovering pressed `CheckButton/Box` elements in the editor | Michael Alexsander | |
2022-08-03 | Merge pull request #48561 from Calinou/editor-theme-selected-tab-border-lineup | Rémi Verschelde | |
2022-08-03 | Add 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-03 | Show dependency warning when removing remaps and fallback if translation | PucklaMotzer09 | |
remap does not exist | |||
2022-08-03 | Rename visual shader editor setting category for proper capitalization | Hugo Locurcio | |
2022-08-03 | Merge pull request #63266 from reduz/cleanup-array-editing | Rémi Verschelde | |