Age | Commit message (Expand) | Author |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-09 | Refactored variant constructor logic | reduz |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-18 | Added properties and methods to allow for dragging and dropping multiple file... | Eric M |
2020-04-17 | Implement global and per instance shader uniforms. | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-05 | Signals: Don't pass default binds to EditorProperty property_changed | Rémi Verschelde |
2020-03-03 | Signals: Fix some regressions from #36426 | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | EditorProperty: Fix handling of PackedRealArray | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-31 | Fix "seperate" typos | Aaron Franke |
2019-09-21 | Fix crash when reverting an exported array / dict to NULL | Paulb23 |
2019-08-30 | Editor: remove TOOLS_ENABLED guards | merumelu |
2019-08-08 | Button object used after pressed is called | Cameron Reikes |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-02 | Merge pull request #29656 from nhold/add-remove-option-array-inspector | Rémi Verschelde |
2019-07-02 | Add option to remove array item and button to remove typed array item | Nathan Hold |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-02-26 | Fix GDScript exports having the wrong type of default value by converting it | Bojidar Marinov |
2019-01-18 | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky |
2019-01-15 | Merge pull request #24909 from xDGameStudios/array_static_types | Rémi Verschelde |
2019-01-14 | Add EditorPropertyRID as read-only label showing RID | Rémi Verschelde |
2019-01-11 | Add static types to arrays (inspector fix) | xDGameStudios |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
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 |