summaryrefslogtreecommitdiffstats
path: root/editor/editor_paths.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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