| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -15/+4 |
|\ |
|
| * | Remove unnecessary array construction when initializing the project manager | Haoyu Qiu | 2024-11-14 | 1 | -15/+4 |
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -18/+18 |
|\| |
|
| * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -18/+18 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -9/+9 |
|/ |
|
* | Unify editor version buttons | Haoyu Qiu | 2024-09-28 | 1 | -22/+2 |
* | Make editor use translation domains | Haoyu Qiu | 2024-09-17 | 1 | -0/+2 |
* | Add simple minor version migration | kobewi | 2024-09-11 | 1 | -2/+41 |
* | Merge pull request #95048 from KoBeWi/keep_the_party_going | Rémi Verschelde | 2024-08-27 | 1 | -0/+1 |
|\ |
|
| * | Add keep_screen_on editor setting | kobewi | 2024-08-02 | 1 | -0/+1 |
* | | Merge pull request #93602 from aaronp64/inspector_latency | Rémi Verschelde | 2024-08-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Improve Editor Inspector/Theme item lookup performance | aaronp64 | 2024-08-20 | 1 | -1/+1 |
* | | Cleanup Android input on render thread settings | Fredia Huya-Kouadio | 2024-07-09 | 1 | -0/+8 |
|/ |
|
* | Make project naming setting available in project manager | kobewi | 2024-06-21 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -5/+5 |
* | Merge pull request #91953 from AThousandShips/use_normal_sname | Rémi Verschelde | 2024-05-31 | 1 | -1/+1 |
|\ |
|
| * | Use `CoreStringNames::normal` in more places | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -4/+4 |
|/ |
|
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -25/+25 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
* | Allow loading custom ProjectSettings instance | kobewi | 2024-04-26 | 1 | -6/+8 |
* | Fix folder scan replacing project list | kobewi | 2024-04-18 | 1 | -7/+4 |
* | Add automatic checking for engine updates | kobewi | 2024-04-15 | 1 | -1/+9 |
* | [macOS] Use "expand_to_title" for the project manager. | bruvzg | 2024-03-24 | 1 | -1/+65 |
* | Automatically create folder in project manager create/import/install | Nathan Franke | 2024-03-08 | 1 | -3/+4 |
* | Display the build date in the editor and when starting the engine | Hugo Locurcio | 2024-02-27 | 1 | -1/+8 |
* | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -1/+1 |
* | Correctly handle failures to open a project | Yuri Sizov | 2024-01-30 | 1 | -4/+8 |
* | Replace empty list dialog with an integrated panel | Yuri Sizov | 2024-01-30 | 1 | -145/+186 |
* | Implement a quick settings dialog for the project manager | Yuri Sizov | 2024-01-30 | 1 | -136/+137 |
* | Add a network mode setting to bring the editor offline | Yuri Sizov | 2024-01-30 | 1 | -23/+53 |
* | Improve the project manager UI | Yuri Sizov | 2024-01-30 | 1 | -116/+184 |
* | Remove unnecessary `this->` expressions | A Thousand Ships | 2024-01-29 | 1 | -1/+1 |
* | Reorganize project manager code | Yuri Sizov | 2024-01-16 | 1 | -2454/+492 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -7/+6 |
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -7/+7 |
* | Fix incorrect check on importing project | A Thousand Ships | 2024-01-07 | 1 | -26/+45 |
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy | Rémi Verschelde | 2024-01-04 | 1 | -1/+1 |
|\ |
|
| * | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -2/+2 |
* | | Merge pull request #86271 from YuriSizov/pm-optimize-multiple-ways-of-scanning | Yuri Sizov | 2023-12-20 | 1 | -104/+89 |
|\ \ |
|
| * | | Optimize scanning routines in the project manager | Yuri Sizov | 2023-12-20 | 1 | -104/+89 |
* | | | Correctly enforce minimum window size in editor | Yuri Sizov | 2023-12-20 | 1 | -23/+32 |
|/ / |
|
* | | Merge pull request #85000 from bruvzg/ed_ui_direction | Yuri Sizov | 2023-12-19 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | [Editor] Add option to override editor UI layout direction. | bruvzg | 2023-11-17 | 1 | -0/+4 |
* | | Make sure `Window`'s title is respected before we compute the size | Yuri Sizov | 2023-11-24 | 1 | -6/+1 |