summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+3
|\
| * Remove corresponding .uid file when removing filekobewi2024-11-121-0/+3
| |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-5/+14
|\|
| * Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-111-5/+5
| |\ | | | | | | | | | Allow passing UID to importer
| | * Allow passing UID to importerJuan2024-11-111-5/+5
| | | | | | | | | | | | | | | | | | | | | This helps, for importers spitting out new resources to the res:// filesystem to actually hash them to generate deterministic UIDs. This PR also fixes the determinism for translations.
| * | Universalize UID support in all resource typesJuan2024-11-111-0/+9
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Ensures all resource types support UIDs in a project. This is required to fix: * Scripts and many other resource types can't be referenced by UID and when refactored the references are lost. * Path export properties can't use UID for unsupported types. * Refactoring problems when files are moved outside the editor (this PR effectively fixes it). * Editor properly refreshing paths if they changed externally while opened (as example, git update). This needs to be addressed in a subsequent PR, but this one effectively sets the prerequisites. Resource types that do not support UID will get a .uid file appended to them (this includes .gd, .gdshader, .gdextension, etc. files).
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\|
| * GLTF: Don't give up loading image if import failsAaron Franke2024-11-041-2/+2
| |
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+9
|\|
| * Emit filesystem_changed only once per frameNazarii2024-10-281-1/+9
| |
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ | | | | | | Fix copyright headers referring to Godot
| * | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | |
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-11/+145
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #97090 from KoBeWi/secret_cloning_researchThaddeus Crews2024-10-251-11/+145
| |\ | | | | | | | | | Don't rescan filesystem when duplicating
| | * Don't rescan filesystem when duplicatingkobewi2024-10-041-11/+145
| | |
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-18/+28
|\| |
| * | Fix lost of gdextension on editor startup.Hilderin2024-10-201-18/+28
| |/ | | | | | | Co-authored-by: NetroScript <noreply@enostrion.com>"
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp 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>
* Fix GDScript docs not updating when modified externallyocean2024-10-011-4/+3
|
* Fix EditorFileSystem crash when fetching icons for unknown file typesRémi Verschelde2024-09-261-1/+4
| | | | Fixes crash reported in https://github.com/godotengine/godot/pull/97421#issuecomment-2376684690.
* Merge pull request #97421 from SaNeOr/fix#97387Rémi Verschelde2024-09-261-1/+5
|\ | | | | | | Fix GDExtension classes inheriting from Resource not using icons in FileSystem
| * fix GDExtension classes inheriting from Resource are not using icons in ↵SaNeOr2024-09-251-1/+5
| | | | | | | | FileSystem
* | Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2Rémi Verschelde2024-09-261-96/+202
|\ \ | | | | | | | | | Fix slow editor load on large projects (v2)
| * | Fix slow editor load on large projects (v2)Hilderin2024-09-251-96/+202
| | |
* | | Merge pull request #97168 from Hilderin/fix-reloading-scripts-already-in-useRémi Verschelde2024-09-201-8/+25
|\ \ \ | |/ / |/| | Fix reloading scripts already in use
| * | Fix reloading scripts already in useHilderin2024-09-201-8/+25
| | |
* | | Merge pull request #97075 from ↵Rémi Verschelde2024-09-191-16/+35
|\ \ \ | |/ / |/| | | | | | | | | | | KoBeWi/better_new_folder_(not_to_be_confused_with_new_better_folder) Rework creating new folders in editor
| * | Rework creating new folders in editorkobewi2024-09-171-16/+35
| | |
* | | Merge pull request #92972 from ogapo/pr/warn-on-duplicate-uidsRémi Verschelde2024-09-181-0/+8
|\ \ \ | |/ / |/| | | | | Editor: Warn on UID duplicates
| * | editor: warn on UID duplicatesDavid Nikdel2024-06-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | This commonly occurs when files are copied outside of the editor and don't get new UIDs. Restricting this warning to first_scan since it's we want to exclude the case of files being moved after initial load which is harder to handle. Addresses https://github.com/godotengine/godot-proposals/discussions/8949
* | | Merge pull request #96002 from ↵Rémi Verschelde2024-09-161-13/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | Hilderin/fix-resource-script-reload-external-editor Fix script properties reload from external editor
| * | | Fix script properties reload from external editorHilderin2024-09-141-13/+23
| | |/ | |/|
* | | Merge pull request #93372 from ↵Rémi Verschelde2024-09-161-0/+29
|\ \ \ | |/ / |/| | | | | | | | | | | KoBeWi/instant_folders,_like_instant_noodles,_but_for_storing_files Don't rescan filesystem when adding new directory
| * | Don't rescan filesystem when adding new directorykobewi2024-06-201-0/+29
| | |
* | | [FileSystem Dock] Add option to show some unsupported files in the dock.bruvzg2024-09-051-4/+25
| | |
* | | Merge pull request #96551 from DCTewi/fix-editor-progress-errorRémi Verschelde2024-09-041-2/+12
|\ \ \ | | | | | | | | | | | | Fix ProcessDialog errors appeared after rebuilding .NET project
| * | | Fix ProcessDialog errors appeared after rebuilding .NET projectDCTewi2024-09-041-2/+12
| | | |
* | | | Merge pull request #95965 from ↵Rémi Verschelde2024-09-041-4/+28
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Hilderin/update-script-documentation-file-remove-on-startup Update script documentation removed files on startup
| * | | Update script documentation removed files on startupHilderin2024-09-041-4/+28
| | | |
* | | | Merge pull request #92667 from Hilderin/fix-addon-requires-editor-restartRémi Verschelde2024-09-031-19/+57
|\ \ \ \ | | | | | | | | | | | | | | | Fix Addon requires editor restart to become functional
| * | | | Fix Addon requires editor restart to become functionalHilderin2024-09-021-19/+57
| | | | |
* | | | | Merge pull request #96166 from AThousandShips/more_lock_raiiRémi Verschelde2024-08-301-40/+38
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Use `MutexLock` in more places
| * | | | | Use `MutexLock` in more placesA Thousand Ships2024-08-291-40/+38
| | | | | |
* | | | | | Fix editor needs restart after adding GDExtensionsHilderin2024-08-291-54/+15
|/ / / / /
* / / / / Fix slow importation when window is unfocusedHilderin2024-08-271-1/+17
|/ / / /
* | | | Merge pull request #93611 from KoBeWi/path_rushRémi Verschelde2024-08-281-14/+24
|\ \ \ \ | | | | | | | | | | | | | | | Optimize `get_path()` in EditorFileSystemDirectory
| * | | | Optimize get_path() in EditorFileSystemDirectorykobewi2024-06-261-14/+24
| | | | |
* | | | | Merge pull request #93064 from ↵Rémi Verschelde2024-08-261-14/+63
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hilderin/fix-fileSystem-dock-wont-show-any-file-folders Fix FileSystem dock won't show any file folders (v2)
| * | | | | Fix FileSystem dock won't show any file folders (v2)Hilderin2024-08-201-14/+63
| | | | | |