Commit Graph

28 Commits

Author SHA1 Message Date
d999f873ba Merge pull request #106532 from isaaccp/fix-texture-atlas-import-deadlock
Fix texture atlas import deadlock by keeping group_file= on failed import_file() attempts
2025-11-17 10:56:41 -06:00
42f06f6d4d Merge pull request #108170 from aaronfranke/test-ps-path-func
Use ProjectSettings path functions instead of hard-coded folder names in tests
2025-11-17 10:56:31 -06:00
31610b058b Fix texture atlas import deadlock 2025-11-14 08:16:32 -05:00
019889d1da Merge pull request #112187 from timothyqiu/deps-manual-ii
Allow fixing indirect missing dependencies manually
2025-11-04 19:48:20 -06:00
e172334ee4 Merge pull request #108236 from timothyqiu/simplify-while
EditorFileSystem: Simplify resource loading logic on startup
2025-11-04 16:32:47 -06:00
aed8f32e72 Don't assign a uid when copying resource file whose importer name
is `keep` or `skip`
2025-11-03 16:21:46 +08:00
f0d5073037 Allow fixing indirect missing dependencies manually 2025-10-30 17:40:50 +08:00
82f8838263 Merge pull request #110307 from KoBeWi/dialog_yellowlabelizer
Improve dependency editor warning
2025-10-28 12:19:17 -05:00
3c5df91a90 Use ProjectSettings functions instead of hard-coded folder name in tests 2025-10-24 20:24:50 -07:00
afe87983e0 Fix file duplication making random UID 2025-10-24 23:03:52 +02:00
ead282ff13 Remove file_access.h and script_backtrace.h includes from logger.h. 2025-10-05 17:49:23 +09:00
dd09d5b7dd Merge pull request #110576 from Rindbee/fix-the-project-file-not-updated-when-some-file-removed
Fix the project file was not updated when some files were removed
2025-09-30 20:10:48 -05:00
fdf32d1b2a Merge pull request #108577 from YYF233333/global_class_list
Simplify `ScriptServer::get_global_class_list`
2025-09-30 11:19:10 -05:00
54dff9228c Fix the project file was not updated when some files were removed 2025-09-16 23:21:08 +08:00
a50fc5acd8 Change ClassDB::get_class_list and related stuff. 2025-09-16 15:00:33 +08:00
19a4476036 Improve dependency editor warning 2025-09-07 16:58:28 +02:00
6aae7d7345 Fix editor crash cause by EditorFileSystem::get_singleton access in theme initialization path 2025-09-04 18:11:55 +02:00
c263b209ec Merge pull request #109735 from mihe/infinite-doc-regen
Fix/remove error about "Can't update documentation" when saving script
2025-08-19 10:29:41 -05:00
c43425a209 Fix/remove error about "Can't update documentation" when saving script 2025-08-18 13:31:38 +02:00
54619b3176 Strip empty deps when loading filesystem cache 2025-08-14 18:40:29 +03:00
ae678b4085 Android: Misc changes 2025-08-03 13:09:10 +05:30
711ecb5921 Merge pull request #108816 from Rindbee/save-the-changes-before-duplicating-resource-files
Save the changes before duplicating resource files
2025-07-30 09:03:38 -05:00
cfb6dc4dc0 Save the changes before duplicating resource files
First synchronize the in-memory data to the file, and then copy the file.
This can avoid differences between the copied file and the source file.
2025-07-25 21:27:07 +08:00
052baba905 Merge pull request #107685 from KoBeWi/useless_documentation
Don't update script documentation when exporting
2025-07-24 14:23:43 -05:00
33a199d1cb Calculate md5 of import files when cache is missing. Prevents "forced" reimport 2025-07-17 19:26:21 +03:00
0a94243d60 Don't update script documentation when exporting 2025-07-16 18:16:39 +02:00
181f2a2d70 EditorFileSystem: Simplify resource loading logic on startup 2025-07-05 14:02:04 +08:00
f11aff3841 Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00