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_array_dict.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix update property for dictionnaries so that it updates only what is necessary
ajreckof
2024-03-21
1
-364
/
+146
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
*
Fix paste Value can empty a dictionary depending on right-click location
ajreckof
2024-02-26
1
-0
/
+1
*
Removing element in array will not change page when emptying page.
ajreckof
2024-02-23
1
-3
/
+5
*
Dictionary Editor : keep the type of the last added item.
ajreckof
2024-02-21
1
-3
/
+13
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Fix icon corrupted when nested array editors are opened before opening main a...
ajreckof
2024-01-13
1
-2
/
+2
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+2
*
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
|
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
*
|
Rework update_property for array.
ajreckof
2023-12-21
1
-112
/
+124
|
/
*
Inspector: Fix clearing array/dictionary element with `<Object#null>`
Danil Alexeev
2023-12-05
1
-0
/
+8
*
Merge pull request #80977 from ajreckof/Paste-Value-emptying-an-array-on-some...
Rémi Verschelde
2023-10-04
1
-1
/
+2
|
\
|
*
Fix paste value emptying an array on some right click location
ajreckof
2023-08-25
1
-1
/
+2
*
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-17
/
+18
|
/
*
Revert "Fix paste value not updated in dictionaries/arrays"
Rémi Verschelde
2023-06-24
1
-6
/
+0
*
Merge pull request #76711 from ajreckof/fix-paste-value-not-updating-element-...
Rémi Verschelde
2023-06-18
1
-0
/
+6
|
\
|
*
fix paste value not updated in dictionaries/arrays
ajreckof
2023-05-12
1
-0
/
+6
*
|
Fix being able to delete new key/value from dictionary editor.
ajreckof
2023-06-05
1
-0
/
+1
*
|
Merge pull request #76389 from ajreckof/editor-property-nodepath-for-node
Rémi Verschelde
2023-06-01
1
-15
/
+4
|
\
\
|
*
|
Fix typed array export
ajreckof
2023-05-21
1
-15
/
+4
*
|
|
Refactor vector editor properties
kobewi
2023-05-31
1
-0
/
+1
*
|
|
Add get_edited_property_value() shorthand method
kobewi
2023-05-26
1
-6
/
+6
*
|
|
Replace magic num in editor_properties_array_dict
Jackson Thomas Browne
2023-05-19
1
-1
/
+1
|
/
/
*
/
Fixes Node arrays appear as Object arrays in the inspector
Nong Van Tinh
2023-04-28
1
-1
/
+1
|
/
*
Fix typed array export... again
kobewi
2023-04-23
1
-1
/
+12
*
prevent nested packedArray from being casted to generic Arrays
ajreckof
2023-04-16
1
-2
/
+1
*
Fix typed array export
kobewi
2023-04-12
1
-26
/
+42
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+2
*
Merge pull request #71740 from Jummit/dict-array-missing-types
Rémi Verschelde
2023-02-11
1
-0
/
+8
|
\
|
*
Support signals and callables in exposed dictionaries
Jummit
2023-01-20
1
-0
/
+8
*
|
Fix @export_multiline for PackedStringArray
kobewi
2023-02-04
1
-1
/
+1
*
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-107
/
+51
|
/
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-3
/
+1
*
Merge pull request #70540 from vaartis/multiline-arrays-dictionaries
Rémi Verschelde
2023-01-13
1
-1
/
+11
|
\
|
*
Implement export_multiline support for Array[String] and Dictionary
Ekaterina Vaartis
2022-12-25
1
-1
/
+11
*
|
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Add inspector plugin for key time edit & Change find key argument
Silc Renew
2022-12-22
1
-5
/
+5
*
Fix crash in EditorPropertyArray
kobewi
2022-11-29
1
-0
/
+2
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Merge pull request #67445 from Zylann/rename_queue_delete
Rémi Verschelde
2022-10-31
1
-3
/
+3
|
\
|
*
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-3
/
+3
*
|
Remove unnecessary casts
Markus Sauermann
2022-10-24
1
-3
/
+3
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-22
/
+22
*
Add read-only mode to inspector array and dictionary viewer.
SaracenOne
2022-09-06
1
-1
/
+25
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-2
/
+2
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-3
/
+6
[next]