Commit graph

24 commits

Author SHA1 Message Date
Thaddeus Crews
019889d1da
Merge pull request #112187 from timothyqiu/deps-manual-ii
Allow fixing indirect missing dependencies manually
2025-11-04 19:48:20 -06:00
Thaddeus Crews
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
Haoyu Qiu
f0d5073037 Allow fixing indirect missing dependencies manually 2025-10-30 17:40:50 +08:00
Thaddeus Crews
82f8838263
Merge pull request #110307 from KoBeWi/dialog_yellowlabelizer
Improve dependency editor warning
2025-10-28 12:19:17 -05:00
kobewi
afe87983e0 Fix file duplication making random UID 2025-10-24 23:03:52 +02:00
chocola-mint
ead282ff13 Remove file_access.h and script_backtrace.h includes from logger.h. 2025-10-05 17:49:23 +09:00
Thaddeus Crews
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
Thaddeus Crews
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
Yufeng Ying
a50fc5acd8 Change ClassDB::get_class_list and related stuff. 2025-09-16 15:00:33 +08:00
kobewi
19a4476036 Improve dependency editor warning 2025-09-07 16:58:28 +02:00
Kamil Tokarski
6aae7d7345
Fix editor crash cause by EditorFileSystem::get_singleton access in theme initialization path 2025-09-04 18:11:55 +02:00
Thaddeus Crews
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
Mikael Hermansson
c43425a209 Fix/remove error about "Can't update documentation" when saving script 2025-08-18 13:31:38 +02:00
h1v9
54619b3176 Strip empty deps when loading filesystem cache 2025-08-14 18:40:29 +03:00
Anish Mishra
ae678b4085 Android: Misc changes 2025-08-03 13:09:10 +05:30
Thaddeus Crews
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
Thaddeus Crews
052baba905
Merge pull request #107685 from KoBeWi/useless_documentation
Don't update script documentation when exporting
2025-07-24 14:23:43 -05:00
h1v9
33a199d1cb Calculate md5 of import files when cache is missing. Prevents "forced" reimport 2025-07-17 19:26:21 +03:00
kobewi
0a94243d60 Don't update script documentation when exporting 2025-07-16 18:16:39 +02:00
Haoyu Qiu
181f2a2d70 EditorFileSystem: Simplify resource loading logic on startup 2025-07-05 14:02:04 +08:00
A Thousand Ships
f11aff3841
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00