summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.cpp
Commit message (Expand)AuthorAgeFilesLines
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* Refactored variant constructor logicreduz2020-11-091-8/+12
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-63/+0
* Added properties and methods to allow for dragging and dropping multiple file...Eric M2020-04-181-0/+102
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+21
* Replace NULL with nullptrlupoDharkael2020-04-021-24/+24
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-9/+9
* Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde2020-03-051-4/+4
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-12/+12
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-30/+15
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-9/+27
* Added StringName as a variant type.Juan Linietsky2020-02-211-0/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-22/+22
* EditorProperty: Fix handling of PackedRealArrayRémi Verschelde2020-02-181-8/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-27/+27
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix "seperate" typosAaron Franke2019-10-311-4/+4
* Fix crash when reverting an exported array / dict to NULLPaulb232019-09-211-0/+4
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-6/+0
* Button object used after pressed is calledCameron Reikes2019-08-081-1/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-5/+0
* Merge pull request #29656 from nhold/add-remove-option-array-inspectorRémi Verschelde2019-07-021-18/+45
|\
| * Add option to remove array item and button to remove typed array itemNathan Hold2019-07-021-18/+45
* | Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
|/
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+4
* Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov2019-02-261-2/+12
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-10/+10
* Merge pull request #24909 from xDGameStudios/array_static_typesRémi Verschelde2019-01-151-4/+8
|\
| * Add static types to arrays (inspector fix)xDGameStudios2019-01-111-4/+8
* | Add EditorPropertyRID as read-only label showing RIDRémi Verschelde2019-01-141-0/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Arrays now parse the hint_string in the new inspector.MrCdK2018-12-031-186/+47
* Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky2018-11-211-7/+47
* Fix warnings about uninitialized vars [-Wsometimes-uninitialized]Rémi Verschelde2018-10-011-1/+1
* Merge pull request #22407 from DualMatrix/step_intRémi Verschelde2018-09-281-2/+2
|\
| * Added step support when exporting integers.DualMatrix2018-09-241-2/+2
* | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+1
|/
* Properly setup EditorProperties in arrays and dictionariesMichael Alexsander Silva Dias2018-09-191-82/+97
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Fix args count mismatch in property_changed signalPoommetee Ketson2018-08-191-6/+6
* Fixed a number of issues related to the Dictionary export property for the ed...oliperraul2018-07-281-12/+37
* Add proper type information to array propertyBojidar Marinov2018-06-181-32/+50
* Dictionary editing support in inspectorJuan Linietsky2018-05-191-3/+525
* Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky2018-05-191-0/+477