Age | Commit message (Expand) | Author |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-01 | Allow shortcuts to have any number of bindings. Updated UI as required. | Eric M |
2021-09-22 | Added ability to override shortcut definitions for OSX (remove preprocessor d... | Eric M |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-06-16 | EditorSettings: Factor code to compute auto display scale | Rémi Verschelde |
2021-06-14 | Refactor editor paths validation in EditorPaths and EditorSettings | Rémi Verschelde |
2021-05-31 | Merge pull request #49132 from Calinou/editor-syntax-themes-rename-default | Rémi Verschelde |
2021-05-31 | Rename the bundled text editor themes for consistency with themes | Hugo Locurcio |
2021-05-31 | Implement shader caching | reduz |
2021-02-18 | Added ability to override built-in actions for the editor | Eric M |
2021-02-02 | Move project-specific editor data into res://.godot/editor | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-09-29 | Removed unnecessary keyword, fix comment style | Craig-Stoneham |
2020-09-09 | Rename ShortCut to Shortcut which is more grammatically correct | Hugo Locurcio |
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-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-03 | Signals: Fix some regressions from #36426 | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-22 | Allow to define and load script templates per project | Andrii Doroshenko (Xrayez) |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-13 | Created a fallback from the "Save Theme" button to "Save Theme As" when a def... | Kis Levente Lorand |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-09-18 | Fixes favorites not updating and rename favorite_dirs to favorites | groud |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-06-13 | Removed duplicate default colours and removed GDScriptHighligher colours from... | Paulb23 |
2018-05-16 | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias |
2018-02-14 | Merge pull request #15399 from poke1024/load-one-translation | Rémi Verschelde |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic |
2018-01-08 | Fix editor setting value is back to default | volzhs |
2018-01-06 | Load needed translation on demand | Bernhard Liebl |
2018-01-06 | Fix editor settings weird behavior | volzhs |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-11-29 | Fixed editor settings disappearing (caused by uninitialized variable). | Daniel J. Ramirez |
2017-11-20 | Fixed runtime EDITOR_DEFs being dropped. | Daniel J. Ramirez |
2017-11-19 | Use new XDG folders to dehardcode paths | Rémi Verschelde |
2017-11-19 | Add initial support for the XDG Base Directory spec | Rémi Verschelde |
2017-11-17 | EditorSettings: Rename settings_path to settings_dir | Rémi Verschelde |
2017-11-09 | Fixed editor settings disappearing. | Daniel J. Ramirez |
2017-10-31 | Some more harmonization of EditorSettings code | Rémi Verschelde |