summaryrefslogtreecommitdiff
path: root/editor/editor_properties_array_dict.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-18Added properties and methods to allow for dragging and dropping multiple file...Eric M
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-05Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18EditorProperty: Fix handling of PackedRealArrayRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-31Fix "seperate" typosAaron Franke
2019-09-21Fix crash when reverting an exported array / dict to NULLPaulb23
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
2019-08-08Button object used after pressed is calledCameron Reikes
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-02Merge pull request #29656 from nhold/add-remove-option-array-inspectorRémi Verschelde
2019-07-02Add option to remove array item and button to remove typed array itemNathan Hold
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-02-26Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
2019-01-15Merge pull request #24909 from xDGameStudios/array_static_typesRémi Verschelde
2019-01-14Add EditorPropertyRID as read-only label showing RIDRémi Verschelde
2019-01-11Add static types to arrays (inspector fix)xDGameStudios
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-03Arrays now parse the hint_string in the new inspector.MrCdK
2018-11-21Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky
2018-10-01Fix warnings about uninitialized vars [-Wsometimes-uninitialized]Rémi Verschelde
2018-09-28Merge pull request #22407 from DualMatrix/step_intRémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-24Added step support when exporting integers.DualMatrix
2018-09-19Properly setup EditorProperties in arrays and dictionariesMichael Alexsander Silva Dias
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-19Fix args count mismatch in property_changed signalPoommetee Ketson
2018-07-28Fixed a number of issues related to the Dictionary export property for the ed...oliperraul
2018-06-18Add proper type information to array propertyBojidar Marinov
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky