Age | Commit message (Collapse) | Author |
|
Small capitalization fixes across the editor
|
|
Handling NodePaths in in-place Editor for Resources
|
|
|
|
|
|
Made NodePath property display path instead of object name if object is not named.
|
|
Hide numeric value for constants in EditorPropertyEnum
|
|
- Hide numeric value of enum constants in the inspector (EditorPropertyEnum)
- EditorPropertyEnum, CustomPropertyEditor: Calculate values of enum constants correctly when only some of these constants have explicit values.
|
|
autogenerated.
This is to prevent those ugly and unclear names with the @'s to appear in things like standalone animationplayer nodes.
|
|
Fix for Visual Shader Editor #22906: Cannot change color on Color Con…
|
|
|
|
Revert line from 5f2f1089086ad64636efc2a4096e55e4483c927a
|
|
Remove script preview to inspector dock
|
|
Make Rect2 EditorProperty obey the horizontal setting
|
|
Fixes the following Clang 7 warnings:
```
drivers/gles3/rasterizer_scene_gles3.cpp:1260:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1280:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1281:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1282:10: warning: variable 'target' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized]
drivers/gles3/rasterizer_scene_gles3.cpp:1286:5: warning: variable 'target' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
editor/editor_properties_array_dict.cpp:982:15: warning: variable 'change_index' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
editor/editor_properties.cpp:2655:6: warning: variable 'lt' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
editor/settings_config_dialog.cpp:367:11: warning: variable 'current_search_box' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
```
|
|
Fixed animation_player not advancing to the next frame when inserting a value.
|
|
Fixed animation_player not advancing to the next frame when inserting a value.
|
|
Added step support when exporting integers.
|
|
Fixes #22458.
|
|
Added step support when exporting integers.
This wasn't possible before and was kinda unclear see #21441
|
|
|
|
|
|
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
|
|
|
|
|
|
Use it to provide a better example for application identifiers
on Android, iOS and macOS, where users thought they *had* to use
this as a magic token.
|
|
Fixes colorpicker popup immeditately closing when interacting with co…
|
|
Fixed text entry is going in reverse, this undoes what seems to be a mistake in #20400 and fixes #21061
|
|
colorpicker property in a subinspector. Fixes #19559
|
|
We were dereferencing the wrong identifier, which could be NULL.
Fixes #19289, supersedes and closes #20985.
|
|
pressed"
|
|
OliPerraul/oliperraul/20332/fix_defects_with_editor_export_dict
Fixed a number of issues related to the Dictionary export property for the editor
|
|
-Added optional horizontal/vertical modes for vector editing (default false for vec2, true for vec3)
-Some clean ups with fonts and styles
|
|
Sorry for the history pollution. I was testing something on this branch
and forgot to reset befor pushing the security update.
This reverts commit 2ef66def4615594b87340aed2b02adf2204c74c2.
|
|
pressed."
This reverts commit 0ae400f523b0e4aefc9cdbea5195a54e6e8268df.
|
|
editor
* Fixed a problem when buttons were deleted on the same frame they were pressed (inside update_property)
* Prevent usage of nul key for a dictionary.
* Provide symetry in the interface for both the array property and dictionary property by first clicking on the field to instantiating the dictionary.
Array (Nil), Array (size 0), Array (size 1)
Dictionary (Nil), Array (size 0), Array (size 1)
* Allow to press enter to confirm a string in line edi.
|
|
Fixes #20288.
|
|
|
|
regression.
|
|
ordigdug/inspector-fix-inconsistencies-with-exported-enums
Fix -new inspector- Inconsistencies with exported enums - Fixes remai…
|
|
|
|
issues in #19534
|
|
|
|
Fix preview texture size on Inspector
|
|
|
|
Fixes #20213.
|
|
Open visual editor when "open editor" button in the inspector is pressed
|
|
|
|
Fixes #20111
|
|
Fix crash when assigning a node on editing animation key
|
|
Fixes to the new inspector
|