summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix slow importation when window is unfocusedHilderin2024-11-011-1/+17
| | | | (cherry picked from commit ce42d9dcfe5182915aa103607d0f2e685ca83a00)
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
|
* Fix uid:// Paths Fail to Load at Editor StartupHilderin2024-09-161-1/+2
| | | | (cherry picked from commit b1c97313e0c5b0f8b159c578b16a65dfc7c19baa)
* Fix custom resources using incorrect iconsIan McCleary2024-09-161-1/+3
| | | | (cherry picked from commit 140f9dc3e76c0f99f9d921042ab9362f609429ea)
* Fix FileSystem not updated on file deletionHilderin2024-08-141-1/+1
|
* Fix global class cache file not present when no class nameHilderin2024-07-311-0/+9
|
* Fix reimporting textures after changing import project settingsRémi Verschelde2024-07-311-2/+12
| | | | Fixes #94882.
* Android Editor: Disable file reimport when .import changesRémi Verschelde2024-07-241-0/+4
| | | | | | This is disabling the logic added in #84974 which caused #94416. That issue still needs to be debugged further, but this works around the regression and should have minimal usability impact on Android.
* Increase threshold for displaying scene group update progresskobewi2024-07-211-1/+1
|
* Merge pull request #94093 from Yahkub-R/94056-fixRémi Verschelde2024-07-191-4/+16
|\ | | | | | | Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened
| * Fix instanced .blend/GLTF scenes lose all children after update until .tscn ↵Yahkub-R2024-07-191-4/+16
| | | | | | | | | | | | | | | | is reopened Co-Authored-By: Tomek <kobewi4e@gmail.com> Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Hilderin <81109165+Hilderin@users.noreply.github.com>
* | Merge pull request #94357 from KoBeWi/your_file_is_broken._just_sayingRémi Verschelde2024-07-171-15/+10
|\ \ | | | | | | | | | Don't attempt to re-import broken files if they didn't change
| * | Don't attempt to re-import broken files if they didn't changekobewi2024-07-141-15/+10
| |/
* / Fix removing a folder that contains a file is not removed from the ↵Hilderin2024-07-161-1/+4
|/ | | | FileSystem Dock
* Merge pull request #93765 from Jordyfel/reimport-dependency-bugRémi Verschelde2024-07-081-3/+5
|\ | | | | | | Fix reimport by scan parsing dependency paths incorrectly
| * Fix reimport parsing dependencies incorrectlyJordyfel2024-06-301-3/+5
| |
* | Merge pull request #84974 from KoBeWi/import_reimportRémi Verschelde2024-07-081-1/+15
|\ \ | | | | | | | | | Reimport file when .import changes
| * | Reimport file when .import changeskobewi2024-06-291-1/+15
| |/
* | Merge pull request #93919 from ↵Rémi Verschelde2024-07-041-2/+4
|\ \ | | | | | | | | | | | | | | | Hilderin/fix-csv-translation-errors-import-other-resources Fix adding a translation CSV results in errors on initial import for many types of resources
| * | Fix adding a translation CSV results in errors on initial import for many ↵Hilderin2024-07-031-2/+4
| |/ | | | | | | types of resources
* | Merge pull request #93909 from VictorKostinOfficial/missing-custom-resourcesRémi Verschelde2024-07-041-2/+2
|\ \ | | | | | | | | | Fix custom resources often missing from Quick Load dialog
| * | Fix custom resources often missing from Quick Load dialogVictor Kostin2024-07-041-2/+2
| |/
* / Speed up scene group scanning for text sceneskobewi2024-06-291-7/+1
|/
* Fix synchronization of global class nameHilderin2024-06-251-140/+339
|
* Merge pull request #92320 from Hilderin/fix-importing-assets-with-csvRémi Verschelde2024-06-211-2/+11
|\ | | | | | | Fix reimporting assets with csv in the project
| * Fix reimporting assets with csv in the projectHilderin2024-06-111-2/+11
| |
* | Fix Noticeable freeze after saving a scene #93104Hilderin2024-06-201-0/+63
| |
* | Fix ProgressDialog crash when importing TTF fontHilderin2024-06-141-3/+8
| |
* | Fix update_files from PR #92893Hilderin2024-06-101-60/+55
| |
* | Fix freeze after building C#Hilderin2024-06-091-79/+86
|/
* Skip unnecessary updates to scene groups and scriptskobewi2024-05-151-11/+15
|
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-2/+2
| | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers
* Merge pull request #85295 from ↵Rémi Verschelde2024-05-021-5/+6
|\ | | | | | | | | | | jsjtxietian/use-mutex-protect-max_index-in-ImportThreadData Use `SafeNumeric` to protect `max_index` in ImportThreadData
| * Use mutex to protect max_index in ImportThreadDatajsjtxietian2023-11-281-5/+6
| |
* | Remove code duplication for adding global script classkobewi2024-05-011-25/+29
| |
* | Don't show scene group progress for 1 scenekobewi2024-04-171-2/+8
| |
* | Merge pull request #89739 from jsjtxietian/group-stepRémi Verschelde2024-04-151-1/+5
|\ \ | | | | | | | | | Add progress bar when updating scene groups
| * | Add progress bar when update scene groupsjsjtxietian2024-03-211-1/+5
| | |
* | | Fix duplicated folder reference in Godot Editor after changing filename caseSofox2024-04-051-3/+14
| | |
* | | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-11/+7
|/ / | | | | | | Sorts leading `_` before other characters except `.`.
* | [Import] Add "skip file" import option to skip (and exclude from export) ↵bruvzg2024-03-121-4/+4
| | | | | | | | importable formats, auto set it for the images used by bitmap font.
* | 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
| | | | | | | | Also print the time it took for each file.
* | 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-tidy