Age | Commit message (Collapse) | Author |
|
Improvements to shader editor
|
|
Optimize theme usage in editor log
|
|
|
|
|
|
|
|
|
|
|
|
This behavior is consistent with GIMP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add checks and tests for empty/unnamed arguments
|
|
|
|
V-Sekai/disable_sprite_conversion_on_foreign_nodes
|
|
|
|
|
|
|
|
|
|
Use a SpinBox in the inspector array resize dialog
|
|
|
|
|
|
|
|
This shortcut got in the way when using the Maya navigation scheme,
and also when using the slow freelook modifier (regardless of
navigation scheme).
|
|
Allow for vec2/vec4 to be used in reflect and refract
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Add `TorusMesh`
|
|
RPC improvements to the conversion tool
|
|
|
|
|
|
|
|
Hide method filter bar when selecting a doc in the Script editor
|
|
Fix EditorPropertyMultilineText expression mode
|
|
Add ShapeCast2D editor handle and improve debug drawing
|
|
Add Text Server related options to the build profiles editor.
|
|
Various converter enhancements and bugfixes
|
|
Remove rect_ prefix from control properties when keyframing
|
|
changes
|
|
|