Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |