summaryrefslogtreecommitdiff
path: root/editor/editor_file_system.cpp
AgeCommit message (Expand)Author
2023-03-30Exposing more project settings for documentationNinni Pipping
2023-02-18Merge pull request #71850 from WesleyElliott/fix-custom-node-exportYuri Sizov
2023-02-13Prevent recursive importing (hack)Juan Linietsky
2023-02-09Emit reimport signal in reimport_file_with_custom_parametersSaracenOne
2023-02-06Use reimport_append api for importing embedded gltf imagesLyuma
2023-02-06Merge pull request #72455 from reduz/allow-reimport-appendingRémi Verschelde
2023-02-01Support reimport appendingJuan Linietsky
2023-01-31Always create global class list, even if emptyRémi Verschelde
2023-01-31Restore script class cache if removedJuan Linietsky
2023-01-22Merge pull request #71783 from Bartkk0/parse-check-deletedRémi Verschelde
2023-01-22Use path instead of file name when updating script classesWesley Elliott
2023-01-21Support script global resource name in EditorFileSystemJuan Linietsky
2023-01-21Check if file was removed when parsing documentationBartkk
2023-01-19Further fixes to global script class parsingJuan Linietsky
2023-01-18Clean up EditorFileSystem script parsingJuan Linietsky
2023-01-16Merge pull request #70668 from KoBeWi/never_give_upRémi Verschelde
2023-01-09Ability to change a resource UID from APIJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-28Retry loading addons after filesystem scankobewi
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-05Merge pull request #68324 from AThousandShips/group_import_uidRémi Verschelde
2022-11-29Merge pull request #67664 from WindyDarian/fix_dependency_importRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-27Fix group reimport bugNinni Pipping
2022-10-19Don't try to import unknown dependency from scanWindy Darian
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
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