summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Merge pull request #67124 from KoBeWi/load_before_saveRémi Verschelde2022-10-101-3/+9
|\
| * Fallback to ResourceLoader if can't find UIDkobewi2022-10-091-3/+9
* | Defer clearing of ResourceUID cache and silence warningskobewi2022-10-101-1/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-16/+16
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Remove unused `abort_scan` variableAaron Franke2022-09-151-5/+0
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-15/+15
* Add Startup benchmarking supportJuan Linietsky2022-08-191-5/+0
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-4/+5
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-5/+4
* Fix FileInfo::import_valid always being set to false for TextFile in some casesMinusKube2022-07-201-3/+3
* Remake resource thread safety and APIreduz2022-06-221-5/+4
* Add a new HashSet templatereduz2022-05-201-5/+5
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Bind EditorFileSystem::reimport_files and improve docsLyuma2022-05-171-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-17/+17
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-182/+190
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-50/+29
* Add Blender install autodetection and configuration.reduz2022-04-011-1/+54
* Add GDExtension support to Scriptreduz2022-03-271-1/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-11/+0
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-1/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-3/+3
* Prevent renaming to an unkown extension from FileSystem dock.jmb4622022-01-171-0/+4
* Fix various typosluz paz2022-01-131-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-26/+26
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-3/+3
* Restrict the project data directory configurationne0fhyk2021-10-181-1/+2
* Make the project data directory customizable.ne0fhyk2021-10-111-1/+1
* Fix `EditorFileSystem` not checking `.gdignore` in existed directoryZae2021-10-081-2/+2
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-4/+9
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-4/+9
* | Use range iterators for `Map`Lightning_A2021-09-301-5/+5
* | Add TextFile support across the editorPaulb232021-09-301-2/+24
* | Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-0/+4
|/
* Implement Extension Loaderreduz2021-08-201-0/+83
* Fix various typosluz paz2021-07-251-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-16/+16
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-22/+143
|\
| * Implement Resource UIDsreduz2021-07-241-22/+143
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-37/+33
|/
* Optimize StringName usagereduz2021-07-181-15/+15
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Remove thread-unsafe and unused late_added_files.Lyuma2021-06-171-5/+0
* Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde2021-06-141-18/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1