Age | Commit message (Expand) | Author |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Update docs and bindings for new integer vector types | 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 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-12 | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky |
2020-02-11 | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-15 | Use int64_t for EditorPropertyInteger and warn when out of double range | Aaron Franke |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-11-07 | Merge pull request #32997 from Calinou/editor-color-picker-add-tooltip | Rémi Verschelde |
2019-10-22 | Add a tooltip to Color properties in the editor inspector | Hugo Locurcio |
2019-10-23 | Add clear menu entries for extending and replacing scripts | Anubhab Ghosh |
2019-10-21 | Make the the resource menu button fallback to the Object icon instead of Node | Michael Alexsander |
2019-10-14 | Make resource editor fallback to Object icon if none is found | Michael Alexsander |
2019-10-13 | Increased step precision | David Sichma |
2019-10-06 | Set tooltip to an empty string when clearing | Joe Morton |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-06 | Make editor inspector easing lines use the accent color when dragged | Hugo Locurcio |
2019-08-31 | Default ColorPicker color mode setting | Bhupendra Aole |
2019-08-30 | Editor: remove TOOLS_ENABLED guards | merumelu |
2019-08-23 | Merge pull request #31586 from SonerSound/issue_31533 | Rémi Verschelde |
2019-08-22 | Export path is the only path to be saved as a relative path | SonerSound |
2019-08-09 | Tweak the size of the multiline text edit popup dialog | Hugo Locurcio |
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-19 | Make multiline text edit grab focus when popping up | Michael Alexsander Silva Dias |
2019-06-30 | Export path may now be written as a relative path | SonerSound |
2019-06-29 | Merge pull request #24156 from AnaDenisa/master | Rémi Verschelde |
2019-06-28 | Fix an EditorPropertyResource bug where clicking on the flat buttons would no... | LikeLakers2 |
2019-06-28 | Add option to input value manually in EditorPropertyEasing | AnaDenisa |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-04-25 | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde |
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-06 | Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resources | Rémi Verschelde |
2019-04-05 | Merge pull request #26954 from willnationsdev/refresh | Rémi Verschelde |
2019-03-25 | Prevents crash on loading unrecognized resources. | Anish |
2019-03-12 | Add EditorInspector getter. Update Sub-Inspectors. | Will Nations |
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky |
2019-03-04 | Ensure shader is not set if code did not change | Juan Linietsky |
2019-03-04 | Some clean up to previous commit. | Juan Linietsky |