summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-11/+7
* [Import] Add "skip file" import option to skip (and exclude from export) impo...bruvzg2024-03-121-4/+4
* Refactor how file cache entries are storedkobewi2024-03-081-14/+18
* EditorFileSystem: Add verbose print for file being (re)importedRémi Verschelde2024-02-281-0/+5
* 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-4/+4
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+8
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-2/+2
|\
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* | gltf: fix three bugs which prevented extracted textures from being refreshed.Lyuma2023-12-251-1/+7
* | Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+85
|/
* Prevent overriding file info of another file when reimport creates filesBartłomiej T. Listwon2023-12-081-0/+3
* Remove EditorFileDialog warning when skipping project directoriesRémi Verschelde2023-11-121-1/+3
* Merge pull request #83081 from Rindbee/fix-wrong-splitRémi Verschelde2023-11-091-1/+2
|\
| * Fix `EditorFileSystemDirectory::get_file_deps()` may return wrong results风青山2023-10-101-1/+2
* | Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-031-0/+5
|/
* Remove I/O error popup when failing to load/unload extensionMikael Hermansson2023-10-061-6/+2
* Fix various typos with codespellRémi Verschelde2023-10-061-1/+1
* Merge pull request #78567 from NiskashY/masterYuri Sizov2023-07-121-1/+1
|\
| * Fix reimporting files with non lowercase name extensionNiskashY2023-07-121-1/+1
* | C#: Fix command line exportingRedworkDE2023-07-071-0/+1
|/
* Fix filesystem cache split errorkobewi2023-06-161-1/+1
* Merge pull request #75798 from KoBeWi/let's_fix_this_hack_with_yet_another_hackRémi Verschelde2023-06-121-0/+1
|\
| * Make sure script cache is created after reimportkobewi2023-04-071-0/+1
* | Avoid error spam on first opening of a not yet imported projectPedro J. Estébanez2023-05-201-0/+10
* | Print a warning when a nested project is detectedkobewi2023-05-151-2/+3
* | Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
|/
* Exposing more project settings for documentationNinni Pipping2023-03-151-2/+1
* 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