| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -2/+5 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -1/+2 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -3/+3 |
* | Fix ZipIO crash when reused (and possible leaks). | bruvzg | 2022-05-11 | 1 | -2/+4 |
* | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -1/+1 |
* | Unzip read success no longer breaks read loop | Josh Kabo | 2022-04-16 | 1 | -6/+2 |
* | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -1/+2 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -25/+18 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -2/+17 |
* | Fix getaddrinfo failed with undefined proxy config | Tais P. Hansen | 2022-03-20 | 1 | -2/+2 |
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -2/+1 |
* | Improve some DirAccess usage | kobewi | 2022-03-06 | 1 | -1/+1 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -0/+1 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -2/+2 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -5/+5 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -5/+5 |
* | Fix decoding UTF-8 filenames on unzipping. | bruvzg | 2022-01-05 | 1 | -3/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Merge pull request #55747 from timothyqiu/editor-proxy | Fabio Alessandrelli | 2021-12-16 | 1 | -0/+5 |
|\ |
|
| * | Add proxy support for the editor | Haoyu Qiu | 2021-12-09 | 1 | -0/+5 |
* | | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
|/ |
|
* | 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 |