summaryrefslogtreecommitdiff
path: root/editor/editor_paths.cpp
AgeCommit message (Expand)Author
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker
2022-01-13[macOS] Fix self-contained mode, by looking for `._sc_` and writing data to t...bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-11Make the project data directory customizable.ne0fhyk
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-06-16Main: Fixup bogus fallback to project manager with more bologneseRémi Verschelde
2021-06-14Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Replace get_settings_dir with get_config_dir when fetching configuration pathsYuri Sizov
2021-05-31Implement shader cachingreduz