summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use multiple threads to import.Juan Linietsky2021-04-191-8/+56
* Add a "keep" import mode to keep files as-is and export them.Juan Linietsky2021-03-221-1/+23
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-14/+27
* Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio2021-02-241-8/+16
* Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-181-5/+5
|\
| * Modernize atomicsPedro J. Estébanez2021-02-181-5/+5
* | Reorganize Project Settingsreduz2021-02-181-1/+1
|/
* Modernize ThreadPedro J. Estébanez2021-01-291-21/+12
* Fix file name comparison when new file is added to file systemFilip2021-01-101-4/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reimplement skeletons and blend shapesreduz2020-12-161-2/+6
* Cleanup unused engine codeTomasz Chabora2020-12-091-4/+0
* Refactored Mesh internals and formats.reduz2020-12-021-0/+16
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-5/+10
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+9
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Improve file sortingGilles Roudière2020-10-261-0/+5
* Rename the ".import" folder to ".godot/imported"Aaron Franke2020-09-281-7/+8
* Merge pull request #40229 from ChristopheLY/atlas-auto-reimportRémi Verschelde2020-07-101-0/+1
|\
| * auto re-import atlas, fixes #40047Chistpohe LY2020-07-101-0/+1
* | Fix crash on project files import in EditorFileSystemPouleyKetchoupp2020-07-041-1/+1
* | Remove 32-bit String to_int methodAaron Franke2020-06-031-3/+3
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-45/+89
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-137/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-30/+30
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Make file system scan more robustPedro J. Estébanez2020-02-101-6/+24
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Prevent crash when we can't write to editor cache or config pathRémi Verschelde2019-10-311-8/+7
* Revert "Fix plugin script classes defined even if inactive."Rémi Verschelde2019-10-021-3/+0
* Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde2019-09-301-0/+3
|\
| * Fix plugin script classes defined even if inactive.willnationsdev2019-09-301-0/+3
* | Added some obvious errors explanationsqarmin2019-09-251-12/+13
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde2019-07-251-6/+4
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-2/+2
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-2/+2
* | Some code changed with Clang-Tidyqarmin2019-06-261-9/+3
|/
* fix file system not refresh on exFATXiaoLongHan2019-05-241-3/+3
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-12/+297
* Fixed issue where descriptor is left hanging, which causes file locked on Win...Juan Linietsky2019-02-271-4/+8
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-12/+56
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-7/+7
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Fix code style issuesRémi Verschelde2019-01-261-3/+1