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_properties.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
fix clear button on Array[Node]
ajreckof
2024-09-17
1
-1
/
+5
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-16
/
+16
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-20
/
+20
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-4
/
+4
*
Remove unused base_hint from EditorPropertyNodePath
kobewi
2024-05-29
1
-8
/
+3
*
Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
A Thousand Ships
2024-05-27
1
-1
/
+1
*
Fix unchecking theme overrides not creating an undo action
Michael Alexsander
2024-05-22
1
-1
/
+2
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-15
/
+15
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-8
/
+7
*
fix infinite call loop on theme change.
ajreckof
2024-05-13
1
-8
/
+1
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-1
/
+1
*
Fix temporary Euler when editing quaternion
kobewi
2024-05-07
1
-0
/
+1
*
Merge pull request #85474 from fire/packedvector4array
Rémi Verschelde
2024-05-03
1
-0
/
+5
|
\
|
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+5
*
|
Add colored margin in Inspector for arrays and dictionaries.
ajreckof
2024-05-03
1
-46
/
+23
|
/
*
Merge pull request #84446 from KoBeWi/EditorYOLOPicker
Rémi Verschelde
2024-04-26
1
-1
/
+1
|
\
|
*
Don't check resource type assigned in property
kobewi
2023-11-04
1
-1
/
+1
*
|
Fix `_node_assign` will crash when base_node is nullptr
jsjtxietian
2024-04-09
1
-1
/
+2
*
|
Merge pull request #89811 from timothyqiu/missing-i18n
Rémi Verschelde
2024-04-04
1
-1
/
+1
|
\
\
|
*
|
Fix missing i18n for some editor strings
Haoyu Qiu
2024-04-03
1
-1
/
+1
*
|
|
Improve SceneTreeEditor usability
RedMser
2024-03-31
1
-2
/
+9
|
/
/
*
|
Fixed undo/redo behaviour of color picker and added ability to cancel/confirm...
Zi Ye
2024-03-24
1
-3
/
+13
*
|
Add browse folder and browse file icons
Adam Scott
2024-03-12
1
-1
/
+5
*
|
Support Array and PackedArray in @export_*
Abel Toy
2024-03-06
1
-8
/
+8
*
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-3
/
+3
*
|
Fix paste Value can empty a dictionary depending on right-click location
ajreckof
2024-02-26
1
-0
/
+1
*
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-3
/
+3
*
|
Split theme generation logic into several subroutines
Yuri Sizov
2024-01-16
1
-4
/
+4
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
|
Use `set_value_no_signal` in editor property code
Aaron Franke
2023-12-18
1
-153
/
+74
*
|
Merge pull request #85723 from ilyabelow/84609-visual-shader-viewport-texture...
Yuri Sizov
2023-12-08
1
-0
/
+8
|
\
\
|
*
|
Add a specific error when creating a ViewportTexture in a Texture2D node in a...
ilyabelow
2023-12-04
1
-0
/
+8
*
|
|
Merge pull request #82528 from SaracenOne/path_types
Yuri Sizov
2023-12-08
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Script path type support in editor:
Saracen
2023-11-08
1
-0
/
+8
|
|
/
*
|
Fill remaining global scope constant descriptions
kobewi
2023-11-13
1
-3
/
+0
*
|
Fix missing arrows in integer vector properties
kobewi
2023-11-09
1
-3
/
+3
|
/
*
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-2
/
+2
*
Merge pull request #75274 from KoBeWi/NodeTrail
Rémi Verschelde
2023-10-04
1
-34
/
+102
|
\
|
*
Enhance NodePath property editing
kobewi
2023-10-02
1
-34
/
+102
*
|
Fix node icons appearing too big in some cases
kobewi
2023-10-03
1
-0
/
+1
|
/
*
Merge pull request #82287 from jsjtxietian/fix-clear-error-when-unset-exporte...
Rémi Verschelde
2023-09-26
1
-1
/
+1
|
\
|
*
Fix can't unset exported typed array element when the type is set to Node
jsjtxietian
2023-09-25
1
-1
/
+1
*
|
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-10
/
+14
*
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-2
/
+2
|
/
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-36
/
+37
[next]