Pedro J. Estébanez
|
8d6f80d367
Add property value pinning
|
4 years ago |
Pedro J. Estébanez
|
1806ec7c14
Unify determination of default property values
|
4 years ago |
kobewi
|
e393c2a734
Add is_built_in() method to Resource
|
4 years ago |
Hugo Locurcio
|
bf34253131
Use a yellow color for editable children properties instead of red
|
4 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Rémi Verschelde
|
eca594d25e
Merge pull request #52376 from rcorre/prop_path_copy_fix
|
4 years ago |
Rémi Verschelde
|
a3d1bc757d
Merge pull request #32068 from aaronfranke/transform-editor
|
4 years ago |
Gilles Roudière
|
ed0a3b29dd
Merge pull request #52636 from Jummit/highlight_categories
|
4 years ago |
Rémi Verschelde
|
de3bc8d294
Merge pull request #52259 from jmb462/fix-ctrl-V-wrong-behavior-in-inspector-textedit
|
4 years ago |
Jummit
|
38b312404b
Highlight hovered inspector categories
|
4 years ago |
PouleyKetchoupp
|
37de1df2ab
Fix undo/redo for properties set as PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED
|
4 years ago |
Gilles Roudière
|
4bd7700e89
Implement properties arrays in the Inspector.
|
4 years ago |
Silc 'Tokage' Renew
|
facf8f1883
Apply set_read_only() to child classes of EditorProperty elements
|
4 years ago |
Ryan Roden-Corrent
|
b296ad23b4
Don't handle property_editor shortcuts on release.
|
4 years ago |
Aaron Franke
|
288f0b6555
Reformat Transform(2D) inspector menus
|
4 years ago |
jmb462
|
91974057a5
Fix CTRL+V doesn't work properly in inspector textedit
|
4 years ago |
SaracenOne
|
1fbbe25cea
Fix crash on scenes with tool scripts and mismatched node types
|
4 years ago |
Ryan Roden-Corrent
|
0205fffbf3
Copy/Paste property paths/values in inspector.
|
5 years ago |
reduz
|
5cecdfa8af
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
4 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 years ago |
PouleyKetchoupp
|
645bc94bfc
Fix capsule height/radius setters with linked properties
|
4 years ago |
Yuri Roubinsky
|
33e0b4b60d
Fix incorrect word block colors in the inspector tooltip
|
4 years ago |
Yuri Sizov
|
45af2af214
Fix theme property descriptions in the Inspector
|
4 years ago |
Pedro J. Estébanez
|
24f2aaecc3
Fix up property reversion
|
4 years ago |
Pedro J. Estébanez
|
db9e3f257f
Rationalize property reversion
|
4 years ago |
Rémi Verschelde
|
92299989bd
Use Ref<T> references as iterators where relevant
|
4 years ago |
Rémi Verschelde
|
ff0b5f8fa1
Merge pull request #50809 from akien-mga/iterators-const-references
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
luz paz
|
3564c16cb8
Fix various typos with codespell
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |