index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_inspector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Expose EditorInspector::get_edited_object to GDScript
Wilson E. Alvarez
2023-09-23
1
-0
/
+1
*
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
|
Improve undo action names
Haoyu Qiu
2023-09-12
1
-3
/
+4
*
|
Merge pull request #81408 from jsjtxietian/fix-property-array-tooltip-shows-w...
Rémi Verschelde
2023-09-07
1
-5
/
+6
|
\
\
|
*
|
Fix property array tooltip shows wrong ID on later pages
jsjtxietian
2023-09-07
1
-5
/
+6
*
|
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-62
/
+63
*
|
|
Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...
Rémi Verschelde
2023-09-03
1
-34
/
+86
|
\
\
\
|
*
|
|
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-34
/
+86
|
|
/
/
*
|
|
Merge pull request #80184 from MewPurPur/gray=abstract
Rémi Verschelde
2023-09-01
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use the gray color for all abstract classes
MewPurPur
2023-08-31
1
-2
/
+2
*
|
|
Merge pull request #80617 from jmb462/fix_80524
Rémi Verschelde
2023-08-29
1
-2
/
+31
|
\
\
\
|
*
|
|
Add buttons to reorder inspector array items without dragging
Jean-Michel Bernard
2023-08-27
1
-2
/
+31
|
|
/
/
*
/
/
Avoid unnecessary inspector updates when loading or switching scenes
Yuri Sizov
2023-08-12
1
-10
/
+14
|
/
/
*
|
Standardize dialog input validation as a new class
kobewi
2023-08-08
1
-37
/
+19
*
|
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
Hendrik Brucker
2023-07-17
1
-0
/
+1
*
|
Fix enum tooltip with no description
MewPurPur
2023-06-21
1
-1
/
+2
|
/
*
Fix compilation on gcc13
Gilles Roudière
2023-06-16
1
-2
/
+3
*
Single Compilation Unit build.
lawnjelly
2023-06-06
1
-4
/
+4
*
Merge pull request #77148 from ajreckof/prevent_unselectable_editor_property_...
Yuri Sizov
2023-06-02
1
-5
/
+4
|
\
|
*
prevent selecting unselectable `EditorProperty` with RMB
ajreckof
2023-05-17
1
-5
/
+4
*
|
Merge pull request #71843 from Rindbee/do-not-cache
Yuri Sizov
2023-05-29
1
-4
/
+10
|
\
\
|
*
|
Do not cache the doc information written by user in the script in Inspector
Rindbee
2023-05-02
1
-4
/
+10
*
|
|
Translate inspector changes indicator
kobewi
2023-05-26
1
-5
/
+1
*
|
|
Merge pull request #76684 from KoBeWi/this_branch_is_meta
Rémi Verschelde
2023-05-16
1
-1
/
+22
|
\
\
\
|
*
|
|
Add background panel to new meta dialog
kobewi
2023-05-03
1
-1
/
+22
|
|
/
/
*
|
/
Fix skeleton 3d editor crash in RC3
Samuele Panzeri
2023-05-15
1
-0
/
+5
|
|
/
|
/
|
*
|
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-0
/
+26
|
/
*
Merge pull request #76105 from anvilfolk/tooltip
Rémi Verschelde
2023-04-25
1
-2
/
+6
|
\
|
*
Fix @export variable tooltips not showing up in Inspector when there is
ocean (they/them)
2023-04-21
1
-2
/
+6
*
|
Merge pull request #76238 from Calinou/editor-inspector-tooltip-display-enum-...
Rémi Verschelde
2023-04-20
1
-1
/
+22
|
\
\
|
*
|
Display enum value descriptions in the editor inspector help tooltips
Hugo Locurcio
2023-04-19
1
-1
/
+22
|
|
/
*
/
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
1
-5
/
+21
|
/
*
Merge pull request #75938 from YuriSizov/editor-no-spammy-icons
Rémi Verschelde
2023-04-11
1
-8
/
+12
|
\
|
*
Prevent errors in the Inspector when looking for script icons
Yuri Sizov
2023-04-11
1
-8
/
+12
*
|
Merge pull request #69324 from RedMser/advanced-settings-errors
Rémi Verschelde
2023-04-11
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make solving project setting errors easier
RedMser
2023-03-27
1
-2
/
+4
*
|
Merge pull request #75559 from ajreckof/Fix-descriptions-not-showing-for-them...
Rémi Verschelde
2023-04-02
1
-0
/
+5
|
\
\
|
*
|
Fix descriptions not showing for theme properties
ajreckof
2023-04-01
1
-0
/
+5
|
|
/
*
|
Make icons of scripted and custom classes fit the editor UI
Yuri Sizov
2023-03-31
1
-3
/
+7
*
|
Streamline class icon resolution in the editor
Yuri Sizov
2023-03-31
1
-30
/
+12
|
/
*
Merge pull request #74564 from YuriSizov/inspector-is-simple-you-see-there-is...
Yuri Sizov
2023-03-16
1
-1
/
+11
|
\
|
*
Update property keying state without a full Inspector rebuild
Yuri Sizov
2023-03-07
1
-1
/
+11
*
|
Add missing TTRs in tiles editor and array inspector
Haoyu Qiu
2023-03-09
1
-5
/
+5
|
/
*
Apply inspector read_only only when changed
kobewi
2023-02-20
1
-0
/
+3
*
Merge pull request #71398 from honix/property-revert-release-focus
Rémi Verschelde
2023-02-19
1
-0
/
+1
|
\
|
*
Fix property revert doesn't revert selected fields
Fedor Shchukin
2023-01-14
1
-0
/
+1
*
|
Merge pull request #73381 from KoBeWi/works_better_than_expected_huh
Yuri Sizov
2023-02-17
1
-6
/
+18
|
\
\
|
*
|
Fold resources when non-main inspector exits tree
kobewi
2023-02-15
1
-6
/
+18
*
|
|
Fixes revert button on exported node properties on inherited nodes.
SaracenOne
2023-02-15
1
-1
/
+1
|
/
/
*
|
Avoid cleaning up editor plugins when property list changes
Yuri Sizov
2023-02-11
1
-8
/
+12
[prev]
[next]