summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71850 from WesleyElliott/fix-custom-node-exportYuri Sizov2023-02-181-1/+1
|\
| * Use path instead of file name when updating script classesWesley Elliott2023-01-221-1/+1
* | Prevent recursive importing (hack)Juan Linietsky2023-02-131-3/+21
* | Emit reimport signal in reimport_file_with_custom_parametersSaracenOne2023-02-091-0/+5
* | Use reimport_append api for importing embedded gltf imagesLyuma2023-02-061-30/+32
* | Merge pull request #72455 from reduz/allow-reimport-appendingRémi Verschelde2023-02-061-11/+25
|\ \
| * | Support reimport appendingJuan Linietsky2023-02-011-11/+25
* | | Always create global class list, even if emptyRémi Verschelde2023-01-311-1/+1
|/ /
* | Restore script class cache if removedJuan Linietsky2023-01-311-0/+5
* | Merge pull request #71783 from Bartkk0/parse-check-deletedRémi Verschelde2023-01-221-0/+5
|\ \ | |/ |/|
| * Check if file was removed when parsing documentationBartkk2023-01-211-0/+5
* | Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-2/+24
|/
* Further fixes to global script class parsingJuan Linietsky2023-01-191-7/+29
* Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-52/+65
* Merge pull request #70668 from KoBeWi/never_give_upRémi Verschelde2023-01-161-0/+2
|\
| * Retry loading addons after filesystem scankobewi2022-12-281-0/+2
* | Ability to change a resource UID from APIJuan Linietsky2023-01-091-4/+4
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-11/+11
* Merge pull request #68324 from AThousandShips/group_import_uidRémi Verschelde2022-12-051-9/+48
|\
| * Fix group reimport bugNinni Pipping2022-11-271-9/+48
* | Merge pull request #67664 from WindyDarian/fix_dependency_importRémi Verschelde2022-11-291-1/+6
|\ \
| * | Don't try to import unknown dependency from scanWindy Darian2022-10-191-1/+6
* | | Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
| |/ |/|
* | 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