Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 8 | -16/+16 |
| | |||||
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 8 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 2 | -2/+2 |
| | |||||
* | Fix directory empty bug on Android | shahriarlabib000 | 2024-09-17 | 1 | -4/+8 |
| | | | | (cherry picked from commit 8f66513badf286795c54b4677ec19a7e2f151f69) | ||||
* | Fix missing project date showing the unix epoch | passivestar | 2024-09-17 | 1 | -1/+1 |
| | | | | (cherry picked from commit 6ed54ab9ba0b34b6f5e278d51809d1dd841edc6d) | ||||
* | Initialize project name when importing project | kobewi | 2024-08-07 | 2 | -2/+7 |
| | |||||
* | Merge pull request #95086 from m4gr3d/fix_import_button_not_showing_directories | Rémi Verschelde | 2024-08-06 | 1 | -3/+7 |
|\ | | | | | [Android editor] Fix issue with importing projects | ||||
| * | Fix issue with import projects for the Android editor | Fredia Huya-Kouadio | 2024-08-02 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #95082 from m4gr3d/fix_display_scale_project_settings | Rémi Verschelde | 2024-08-06 | 2 | -7/+20 |
|\ \ | | | | | | | | | | [Android editor] Enable the display scale option in the Project manager's quick settings | ||||
| * | | Enable the display scale option in the Project manager's quick settings dialog | Fredia Huya-Kouadio | 2024-08-02 | 2 | -7/+20 |
| |/ | |||||
* / | Fix project name cleared when browsing path | kobewi | 2024-08-05 | 2 | -5/+10 |
|/ | |||||
* | Make `fdialog_project` up to become sibling of `ProjectDialog` instead of child | jsjtxietian | 2024-07-19 | 1 | -9/+10 |
| | |||||
* | Ignore trailing slashes in new project’s path when disabling Create Folder | Grublady | 2024-07-08 | 1 | -0/+2 |
| | | | | | | In the “Create New Project” dialog, disabling the “Create Folder” slider with a trailing slash in the project path would cause it to incorrectly identify the last path component as the substring following the slash, in other words, an empty string. By first discarding any trailing slashes when disabling the slider, the project dialog will now identify and pop the last path component as usual even when a trailing slash is present. | ||||
* | Make project naming setting available in project manager | kobewi | 2024-06-21 | 2 | -0/+37 |
| | |||||
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -3/+3 |
| | |||||
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -4/+4 |
| | |||||
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 3 | -9/+9 |
| | |||||
* | Editor: Swap last edited date and version/warning in Project Manager | Danil Alexeev | 2024-06-04 | 1 | -7/+7 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #90770 from kitbdev/show-version | Rémi Verschelde | 2024-05-22 | 2 | -2/+64 |
|\ | | | | | | | Display Godot version and last edited timestamp in project manager | ||||
| * | Display godot version in project manager | kit | 2024-04-16 | 2 | -2/+64 |
| | | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 4 | -10/+10 |
| | | |||||
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
| | | |||||
* | | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
| | | |||||
* | | Fix folder scan replacing project list | kobewi | 2024-04-18 | 2 | -16/+27 |
|/ | |||||
* | Add browse folder and browse file icons | Adam Scott | 2024-03-12 | 2 | -0/+11 |
| | |||||
* | Automatically create folder in project manager create/import/install | Nathan Franke | 2024-03-08 | 2 | -548/+557 |
| | |||||
* | Add `FolderCreate` icon to the project dialog | Adam Scott | 2024-03-06 | 1 | -0/+4 |
| | |||||
* | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -6/+7 |
| | |||||
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 2 | -2/+2 |
| | |||||
* | Implement a quick settings dialog for the project manager | Yuri Sizov | 2024-01-30 | 2 | -0/+393 |
| | | | | | | | Currently it allows to adjust language, theme preset, UI scaling, and network mode. Project manager has been updated to support dynamic theme updates. | ||||
* | Reorganize project manager code | Yuri Sizov | 2024-01-16 | 7 | -0/+2586 |
- Extract individual components to their own files. - Improve order of declarations and definitions within those files. - ProjectDialog is only extracted as there are upcoming PRs touching on it. |