Age | Commit message (Expand) | Author |
2020-07-24 | Fix TTR misuse | SkyJJ |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-07-06 | Add a map of autoloads to ProjectSettings | George Marques |
2020-06-01 | Improved warning shown when autoload cannot be added. | Eric M |
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-05 | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | unknown |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
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-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-01-31 | Improve the AutoLoad editor UX | Hugo Locurcio |
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-08-22 | Fix an exception when trying to close down editor with plugins enabled. | Saracen |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-24 | Check if autoload nodes are != NULL before deleting them. | Marcus Brummer |
2019-06-17 | Fix minor typos | Yuri Chornoivan |
2019-05-21 | Restrict Autoloads from having keywords as their names | Michael Alexsander Silva Dias |
2019-04-21 | Improve wording of various messages and make casing more consistent | Hugo Locurcio |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-16 | Update autoload references when moving files. | Zaven Muradyan |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-06-25 | Remove extra addition to tree of editor autoloads | George Marques |
2018-06-18 | Fix order to register autoloads in-editor | George Marques |
2018-06-09 | Fix drag and drop autoload | volzhs |
2018-05-22 | Only add autoloads in editor if they have tool scripts | George Marques |
2018-05-01 | Enable autoload in editor | George Marques |
2018-03-11 | Fix column width on AutoLoad table on hidpi displays | Bernhard Liebl |
2018-02-19 | Merge pull request #16709 from willnationsdev/autoload-edit | Rémi Verschelde |
2018-02-14 | Enable EditorPlugin to add/remove autoloads | Will Nations |
2018-02-14 | Merge pull request #15260 from sersoong/master-addopeninprojectsettings | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-02 | Add open feature to editor autoload settings | sersoong |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-17 | Clean up setting dialogues a bit. | Ray Koopa |
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ... | Juan Linietsky |
2017-09-27 | Fix remove icon in autoload panel | Guilherme Felipe |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-18 | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky |