summaryrefslogtreecommitdiffstats
path: root/editor/editor_paths.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-16/+0
|\
| * Create `.editorconfig` file only on project creationHaoyu Qiu2024-10-051-16/+0
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Add .editorconfig to the projects.bruvzg2024-09-111-2/+18
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-0/+4
* Automatically generate the Android debug keystoreFredia Huya-Kouadio2024-04-121-0/+4
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-2/+2
* Merge pull request #73429 from bruvzg/macos_no_scRémi Verschelde2023-03-071-4/+10
|\
| * [macOS] Re-add support for the _sc_ inside app bundle. Update docs.bruvzg2023-02-171-4/+10
* | Fix missing directories when exporting from cmdkobewi2023-02-201-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-14/+14
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-9/+34
* EditorPaths: Fix creating 'export_templates' folder.Rémi Verschelde2022-07-281-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-6/+5
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-1/+1
* [macOS] Fix self-contained mode, by looking for `._sc_` and writing data to t...bruvzg2022-01-131-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Make the project data directory customizable.ne0fhyk2021-10-111-0/+14
* Provide a getter for the project data directory.ne0fhyk2021-09-151-3/+6
* Main: Fixup bogus fallback to project manager with more bologneseRémi Verschelde2021-06-161-3/+1
* Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde2021-06-141-21/+83
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Replace get_settings_dir with get_config_dir when fetching configuration pathsYuri Sizov2021-06-031-4/+0
* Implement shader cachingreduz2021-05-311-0/+156