index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_properties_array_dict.cpp
Age
Commit message (
Expand
)
Author
2018-12-03
Arrays now parse the hint_string in the new inspector.
MrCdK
2018-11-21
Ensure array and dict editors show edited object IDs, fixes #20225
Juan Linietsky
2018-10-01
Fix warnings about uninitialized vars [-Wsometimes-uninitialized]
Rémi Verschelde
2018-09-28
Merge pull request #22407 from DualMatrix/step_int
Rémi Verschelde
2018-09-27
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-24
Added step support when exporting integers.
DualMatrix
2018-09-19
Properly setup EditorProperties in arrays and dictionaries
Michael Alexsander Silva Dias
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-08-19
Fix args count mismatch in property_changed signal
Poommetee Ketson
2018-07-28
Fixed a number of issues related to the Dictionary export property for the ed...
oliperraul
2018-06-18
Add proper type information to array property
Bojidar Marinov
2018-05-19
Dictionary editing support in inspector
Juan Linietsky
2018-05-19
Dictionary editing does the comeback to the inspector, fixes #19046
Juan Linietsky