Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 1 | -0/+156 |
|\ | |||||
| * | Generate editor thumbnails on imported scenes. | Saracen | 2024-11-24 | 1 | -0/+156 |
| | | |||||
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -36/+58 |
|\| | |||||
| * | Merge pull request #98680 from jaydensipe/expose-toast-notification-methods | Thaddeus Crews | 2024-11-12 | 1 | -0/+6 |
| |\ | | | | | | | | | | Expose `get_editor_toaster` method to `EditorInterface` | ||||
| | * | Expose toast notification methods | Jayden Sipe | 2024-11-11 | 1 | -0/+6 |
| | | | |||||
| * | | Cleanup EditorInterface selectors' code | kobewi | 2024-11-11 | 1 | -39/+29 |
| |/ | |||||
| * | Make the method selector dialog available via EditorInterface | yds | 2024-11-11 | 1 | -0/+26 |
| | | |||||
* | | 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 |
|/ | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Make the "Quick Open" dialog available via EditorInterface | yds | 2024-10-04 | 1 | -0/+26 |
| | |||||
* | Extract editor main screen | kit | 2024-09-09 | 1 | -2/+3 |
| | |||||
* | Pass current value to `EditorInterface` node/property popups | Chris Cranford | 2024-09-03 | 1 | -6/+7 |
| | |||||
* | Expose EditorUndoRedoManager's clear_history() | kobewi | 2024-08-29 | 1 | -0/+5 |
| | |||||
* | Update scene tabs after marking as unsaved | kobewi | 2024-04-02 | 1 | -0/+2 |
| | |||||
* | Optimise Object's `get_argument_options` | Micky | 2024-02-29 | 1 | -2/+5 |
| | |||||
* | Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs | Rémi Verschelde | 2024-02-08 | 1 | -0/+94 |
|\ | | | | | | | Expose `SceneTreeDialog` and `PropertySelector` via `EditorInterface` | ||||
| * | EditorInterface can popup SceneTreeDialog and PropertySelector. | nlupugla | 2024-01-19 | 1 | -0/+94 |
| | | |||||
* | | Disable multi-window buttons instead of hiding them when support is unavailable | Hugo Locurcio | 2024-01-27 | 1 | -0/+5 |
|/ | | | | | | | | | This is more explicit as for why this functionality isn't available depending on editor settings and current platform. This also exposes a `EditorInterface.is_multi_window_enabled()` method so that editor plugins can easily query whether the editor is able and expected to create multiple windows. | ||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | Add autocompletion for a few EditorInterface methods | Micky | 2024-01-06 | 1 | -0/+15 |
| | |||||
* | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 |
| | |||||
* | Expose editor viewports | Cory Petkovsek | 2023-10-01 | 1 | -0/+12 |
| | |||||
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -0/+6 |
| | | | | This also exposes `EditorInterface::get_editor_theme`. | ||||
* | Merge pull request #79404 from raulsntos/dotnet/lines-open-in-external-editor | Rémi Verschelde | 2023-08-02 | 1 | -1/+1 |
|\ | | | | | | | C#: Fix line in OpenInExternalEditor | ||||
| * | C#: Fix line in OpenInExternalEditor | Raul Santos | 2023-07-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #77537 from henriquelalves/feature/ei_save_all_scenes | Yuri Sizov | 2023-07-26 | 1 | -0/+5 |
|\ \ | | | | | | | Expose `save_all_scenes` method to EditorInterface | ||||
| * | | Add `save_all_scenes` method to Editor Interface | Henrique Alves | 2023-07-19 | 1 | -0/+5 |
| |/ | | | | | | | | | | | | | | | Update documentation (squash) fix docs (squash) Improve docs | ||||
* / | Allow changing feature profile via EditorInterface | RedMser | 2023-07-24 | 1 | -0/+12 |
|/ | |||||
* | Let editor workaround a case of inconsistency in compound scenes | Pedro J. Estébanez | 2023-06-13 | 1 | -0/+7 |
| | |||||
* | Expose dialog parent-and-popup logic to the API | Yuri Sizov | 2023-05-15 | 1 | -0/+22 |
| | |||||
* | Extract editor run toolbar into its own component | Yuri Sizov | 2023-04-19 | 1 | -8/+9 |
| | | | | | | | | - Simplify and update its logic. - Simplify EditorScript. - Improve EditorNode and other relevant includes. - Fix scene-based path in the movie writer when reloading a scene. | ||||
* | Decouple EditorInterface from EditorPlugin | Yuri Sizov | 2023-04-17 | 1 | -0/+437 |
- Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property. |