summaryrefslogtreecommitdiff
path: root/editor/editor_file_system.cpp
AgeCommit message (Expand)Author
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17Remove thread-unsafe and unused late_added_files.Lyuma
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-05-18Change EditorFileSystem and ScriptEditor file sorting order to improve consis...Georgi Genkov
2021-05-01FileSystem: Force update when we delete a folder from the editor and searchin...Mateo Kuruk Miccino
2021-04-19Use multiple threads to import.Juan Linietsky
2021-03-22Add a "keep" import mode to keep files as-is and export them.Juan Linietsky
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-02-24Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio
2021-02-18Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Reorganize Project Settingsreduz
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-10Fix file name comparison when new file is added to file systemFilip
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-16Reimplement skeletons and blend shapesreduz
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-02Refactored Mesh internals and formats.reduz
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-26Improve file sortingGilles Roudière
2020-09-28Rename the ".import" folder to ".godot/imported"Aaron Franke
2020-07-10Merge pull request #40229 from ChristopheLY/atlas-auto-reimportRémi Verschelde
2020-07-10auto re-import atlas, fixes #40047Chistpohe LY
2020-07-04Fix crash on project files import in EditorFileSystemPouleyKetchoupp
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-10Make file system scan more robustPedro J. Estébanez
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-31Prevent crash when we can't write to editor cache or config pathRémi Verschelde
2019-10-02Revert "Fix plugin script classes defined even if inactive."Rémi Verschelde
2019-09-30Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde
2019-09-30Fix plugin script classes defined even if inactive.willnationsdev
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-25DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-05-24fix file system not refresh on exFATXiaoLongHan
2019-05-19Fix typos with codespellRémi Verschelde