summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #97168 from Hilderin/fix-reloading-scripts-already-in-useRémi Verschelde2024-09-201-0/+1
|\
| * Fix reloading scripts already in useHilderin2024-09-201-0/+1
* | Rework creating new folders in editorkobewi2024-09-171-1/+1
|/
* Merge pull request #93372 from KoBeWi/instant_folders,_like_instant_noodles,_...Rémi Verschelde2024-09-161-0/+8
|\
| * Don't rescan filesystem when adding new directorykobewi2024-06-201-0/+8
* | [FileSystem Dock] Add option to show some unsupported files in the dock.bruvzg2024-09-051-0/+1
* | Merge pull request #95965 from Hilderin/update-script-documentation-file-remo...Rémi Verschelde2024-09-041-1/+2
|\ \
| * | Update script documentation removed files on startupHilderin2024-09-041-1/+2
* | | Merge pull request #92667 from Hilderin/fix-addon-requires-editor-restartRémi Verschelde2024-09-031-1/+4
|\ \ \
| * | | Fix Addon requires editor restart to become functionalHilderin2024-09-021-1/+4
| |/ /
* / / Fix editor needs restart after adding GDExtensionsHilderin2024-08-291-1/+1
|/ /
* | Merge pull request #84974 from KoBeWi/import_reimportRémi Verschelde2024-07-081-0/+1
|\ \
| * | Reimport file when .import changeskobewi2024-06-291-0/+1
* | | Speed up scene group scanning for text sceneskobewi2024-06-291-1/+0
|/ /
* | Fix synchronization of global class nameHilderin2024-06-251-9/+36
* | Fix Noticeable freeze after saving a scene #93104Hilderin2024-06-201-0/+6
|/
* Revert "Fix FileSystem dock won't show any file folders"Rémi Verschelde2024-06-111-16/+10
* Fix FileSystem dock won't show any file foldersHilderin2024-06-101-10/+16
* Fix freeze after building C#Hilderin2024-06-091-0/+1
* Skip unnecessary updates to scene groups and scriptskobewi2024-05-151-0/+1
* Merge pull request #85295 from jsjtxietian/use-mutex-protect-max_index-in-Imp...Rémi Verschelde2024-05-021-1/+1
|\
| * Use mutex to protect max_index in ImportThreadDatajsjtxietian2023-11-281-1/+1
* | Remove code duplication for adding global script classkobewi2024-05-011-0/+1
* | Add `--import` command-line flagMikael Hermansson2024-04-091-0/+1
* | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-8/+0
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* | Fix data race against EditorFileSystem.scanning_changes_doneWilson E. Alvarez2024-02-091-1/+1
* | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-1/+1
* | Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+8
|/
* Use reimport_append api for importing embedded gltf imagesLyuma2023-02-061-2/+2
* Support reimport appendingJuan Linietsky2023-02-011-1/+2
* Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-0/+4
* Further fixes to global script class parsingJuan Linietsky2023-01-191-0/+1
* Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-5/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove unused `abort_scan` variableAaron Franke2022-09-151-1/+0
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-3/+0
* Add a new HashSet templatereduz2022-05-201-8/+8
* Replace most uses of Map by HashMapreduz2022-05-161-10/+10
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Add Blender install autodetection and configuration.reduz2022-04-011-0/+36
* Initialize bools in the headers in editorAaron Franke2022-03-121-10/+10
* 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