Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | |||||
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | (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 | 1 | -8/+8 |
| | |||||
* | Cleanup Android input on render thread settings | Fredia Huya-Kouadio | 2024-07-09 | 1 | -0/+8 |
| | | | | | | | Follow up to https://github.com/godotengine/godot/pull/93933 Clean up the set of settings use to control whether Android input should be dispatched on the render thread. Addresses comments in https://github.com/godotengine/godot/pull/93933#issuecomment-2210437977 | ||||
* | 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 | ||||
| * | 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 |
| | | | | | | | | | | | | | | | This can be used to quickly see how recent a development build is, without having to look up the commit date manually. When juggling around with various builds (e.g. for benchmarking), this can also be used to ensure that you're actually running the binary you intended to run. The date stored is the date of the Git commit that is built, not the current date at the time of building the binary. This ensures binaries can remain reproducible. The version timestamp can be accessed using the `timestamp` key of the `Engine.get_version_info()` return value. | ||||
* | 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 |
| | | | | | | | Currently it allows to adjust language, theme preset, UI scaling, and network mode. Project manager has been updated to support dynamic theme updates. | ||||
* | Add a network mode setting to bring the editor offline | Yuri Sizov | 2024-01-30 | 1 | -23/+53 |
| | | | | | | | | | This PR also adds default font styles for RichTextLabels in the editor, and improves the introduction dialog when you don't have any local projects available. The offline mode is implemented in the asset library plugin, alongside some code improvements. | ||||
* | 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 |
| | | | | | | | - 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. | ||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -7/+6 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | 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 | ||||
| * | 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 | ||||
| * | | 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 |
|/ / | | | | | | | | | Also set the maximum size for the language picked in the project manager. | ||||
* | | 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. | ||||
| * | [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 |
| | | | | | | | | | | Also removes some suspicious and outdated code that forced this particular dialog to change size when the warning message changed. | ||||
* | | Fix project name being overwrite everytime `show_dialog` is called | jsjtxietian | 2023-11-21 | 1 | -3/+6 |
|/ | |||||
* | Add bulk change guards to successive theme overrides in Editor and GUI | Yuri Sizov | 2023-10-19 | 1 | -0/+3 |
| | |||||
* | Fix StringName leaks in GDExtension, core, and editor themes | Yuri Sizov | 2023-10-18 | 1 | -0/+4 |
| | |||||
* | Handle "Enter" when the search box is focused | Alfred Reinold Baudisch | 2023-10-13 | 1 | -0/+9 |
| | |||||
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-10-08 | 1 | -1/+1 |
| | |||||
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -2/+2 |
| | |||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -37/+38 |
| | |||||
* | Streamline the project import workflow | Igor | 2023-08-29 | 1 | -3/+17 |
| | |||||
* | Project manager button rearrangement | Igor | 2023-07-25 | 1 | -41/+43 |
| | |||||
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
| | |||||
* | Improve text in popup warning, remove "upgrade or downgrade" text | Aaron Franke | 2023-07-10 | 1 | -1/+1 |
| |