| Commit message (Expand) | Author | Age | Files | Lines |
* | Make some buttons in editor use the lighter version of the TabMenu icon | Michael Alexsander | 2021-09-25 | 1 | -1/+1 |
* | Fix various i18n failures | Haoyu Qiu | 2021-08-03 | 1 | -2/+2 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -8/+8 |
* | Addes ability to load build sources from file. | reduz | 2021-07-15 | 1 | -5/+7 |
* | Add header theme type variations to labels | kobewi | 2021-07-13 | 1 | -0/+5 |
* | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal | 2021-06-19 | 1 | -5/+3 |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
* | Improve the UI/UX of the Export Template Manager dialog | Yuri Sizov | 2021-06-03 | 1 | -340/+606 |
* | Implement shader caching | reduz | 2021-05-31 | 1 | -1/+1 |
* | Remove current export template version from "Installed Versions" | Lightning_A | 2021-03-18 | 1 | -5/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -3/+3 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -23/+0 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -4/+12 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -2/+2 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -6/+6 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -3/+3 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -17/+16 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Re-architecture of the Godot Android plugin. | fhuya | 2020-03-05 | 1 | -8/+12 |
* | Fix android template install validation. | fhuya | 2020-03-02 | 1 | -3/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -19/+10 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -10/+10 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -4/+4 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | 2019-12-30 | 1 | -2/+2 |
|\ |
|
| * | Makes more editor strings translatable | Haoyu Qiu | 2019-12-30 | 1 | -2/+2 |
* | | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
|/ |
|
* | Make more editor strings translatable | Haoyu Qiu | 2019-12-13 | 1 | -1/+1 |
* | Removed unused variables, add some constants numbers | Rafał Mikrut | 2019-12-10 | 1 | -1/+1 |
* | Merge pull request #32812 from Calinou/template-manager-fix-devel-condition | Rémi Verschelde | 2019-10-25 | 1 | -2/+8 |
|\ |
|
| * | Fix the download availability check in the export templates manager | Hugo Locurcio | 2019-10-13 | 1 | -2/+8 |
* | | Fix uninstallation of mono templates directory | Rémi Verschelde | 2019-10-24 | 1 | -31/+15 |
|/ |
|
* | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | 2019-09-25 | 1 | -1/+1 |
|\ |
|
| * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -1/+1 |
* | | Split the Android platform java logic into an Android library module (`lib`) ... | fhuya | 2019-09-04 | 1 | -87/+2 |
|/ |
|
* | Android: Extract libs from pre-built APKs when installing build template | Rémi Verschelde | 2019-08-29 | 1 | -23/+112 |
* | Tweak a few strings displayed in the editor for consistency | Hugo Locurcio | 2019-08-21 | 1 | -1/+1 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -4/+2 |
* | Merge pull request #31326 from Calinou/template-manager-disable-download-dev | Rémi Verschelde | 2019-08-13 | 1 | -4/+17 |
|\ |
|
| * | Only display download buttons in the template manager when available | Hugo Locurcio | 2019-08-13 | 1 | -4/+17 |
* | | Export: Remove temp files from cache after export | Rémi Verschelde | 2019-08-12 | 1 | -5/+7 |
|/ |
|
* | DirAccess: Drop compat get_next(bool *is_dir) which was hidden | Rémi Verschelde | 2019-07-25 | 1 | -13/+7 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -4/+3 |
* | Fix typos with codespell | Rémi Verschelde | 2019-05-19 | 1 | -2/+2 |
* | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde | 2019-04-30 | 1 | -1/+1 |
|\ |
|