summaryrefslogtreecommitdiff
path: root/editor/editor_file_system.cpp
AgeCommit message (Expand)Author
2022-10-10Merge pull request #67124 from KoBeWi/load_before_saveRémi Verschelde
2022-10-10Defer clearing of ResourceUID cache and silence warningskobewi
2022-10-09Fallback to ResourceLoader if can't find UIDkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-15Remove unused `abort_scan` variableAaron Franke
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-19Add Startup benchmarking supportJuan Linietsky
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-25Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky
2022-07-20Fix FileInfo::import_valid always being set to false for TextFile in some casesMinusKube
2022-06-22Remake resource thread safety and APIreduz
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-17Bind EditorFileSystem::reimport_files and improve docsLyuma
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-01Add Blender install autodetection and configuration.reduz
2022-03-27Add GDExtension support to Scriptreduz
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-17Prevent renaming to an unkown extension from FileSystem dock.jmb462
2022-01-13Fix various typosluz paz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-14Add path to functions that return iporter optionsreduz
2021-10-18Restrict the project data directory configurationne0fhyk
2021-10-11Make the project data directory customizable.ne0fhyk
2021-10-08Fix `EditorFileSystem` not checking `.gdignore` in existed directoryZae
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Add TextFile support across the editorPaulb23
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe
2021-08-20Implement Extension Loaderreduz
2021-07-25Fix various typosluz paz
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-24Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde
2021-07-24Implement Resource UIDsreduz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
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