summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent renaming to an unkown extension from FileSystem dock.jmb4622022-01-171-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add TextFile support across the editorPaulb232021-09-301-0/+1
* Implement Extension Loaderreduz2021-08-201-0/+2
* Implement Resource UIDsreduz2021-07-241-0/+4
* Remove thread-unsafe and unused late_added_files.Lyuma2021-06-171-1/+0
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* FileSystem: Force update when we delete a folder from the editor and searchin...Mateo Kuruk Miccino2021-05-011-0/+2
* Use multiple threads to import.Juan Linietsky2021-04-191-1/+15
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-1/+3
* Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio2021-02-241-0/+2
* Modernize atomicsPedro J. Estébanez2021-02-181-1/+2
* Modernize ThreadPedro J. Estébanez2021-01-291-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-22/+15
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Improve file sortingGilles Roudière2020-10-261-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Make file system scan more robustPedro J. Estébanez2020-02-101-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* fix file system not refresh on exFATXiaoLongHan2019-05-241-1/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+12
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-0/+3
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-211-0/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Reworked how non-imported resources are reloaded on change, fixes #19852Juan Linietsky2018-11-201-1/+2
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-2/+0
* Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky2018-10-051-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Add custom icons to script classes.Will Nations2018-08-141-1/+4
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-0/+14
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Changed reimport logic to also check md5 before reimporting, fixes #13135Juan Linietsky2017-11-241-2/+2
* Fix import order, so scenes are imported after textures.Juan Linietsky2017-09-201-0/+8
* Added nice icon to show when a file is broken on import.Juan Linietsky2017-08-291-0/+1
* Fix constant reimport on broken files, closes #9930Juan Linietsky2017-08-291-0/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Several improvements and fixes to import system. Might fix many issues opened...Juan Linietsky2017-08-171-0/+7
* Removing a Resource also deletes imported files.Andreas Haas2017-08-151-0/+2
* Fix EditorFileSystem duplicating root folder in new foldersBojidar Marinov2017-06-161-2/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-40/+33
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+231