Rémi Verschelde
|
e6186dad59
Fix crash with user-defined `ResourceFormatLoader.load`
|
4 年之前 |
Pedro J. Estébanez
|
4ddcdc031b
Modernize Mutex
|
4 年之前 |
Pedro J. Estébanez
|
b450036120
Modernize RWLock
|
4 年之前 |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 年之前 |
Zae
|
171768ab7c
fix custom loader/saver broken
|
4 年之前 |
Hugo Locurcio
|
ee97e45a69
Improve the resource loading error message to mention the need to import
|
5 年之前 |
Yakov Borevich
|
63b2f69c7f
[funexpected] clear missed remaps on deinitialization, fixes godotengine/godot#34221
|
5 年之前 |
Tomasz Chabora
|
97273ce378
Check if resource exists before loading
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
Rémi Verschelde
|
95242b7faf
ResourceLoader: Add language code matching for localized resources
|
5 年之前 |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 年之前 |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 年之前 |
qarmin
|
e0b5b21863
Add some code changes/fixes proposed by Coverity and Clang Tidy
|
6 年之前 |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 年之前 |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 年之前 |
George Marques
|
25f9aee005
Allow class_name scripts to have nested inheritance
|
6 年之前 |
Juan Linietsky
|
e653c79ef7
Better warnings when resources can't be saved. Fixes #26531
|
6 年之前 |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 年之前 |
Juan Linietsky
|
1f9c54bd55
Make resource loader cycle checker work on a per-thread basis.
|
6 年之前 |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
6 年之前 |
Juan Linietsky
|
11642b92d1
Avoid cyclic resource loading of any type, fixes #22673
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Marc Gilleron
|
065e2670af
Added basic support for custom resource savers and loaders
|
7 年之前 |
Juan Linietsky
|
e647342140
Moved folding outside the resource files, now saved outside the project.
|
7 年之前 |
Juan Linietsky
|
f12cb82e0f
Fixes to baker, restored xatlas and fixed bake options.
|
7 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年之前 |
Juan Linietsky
|
19d57894d8
Change ResourceLoader::load to make it more thread safe.
|
7 年之前 |
Rémi Verschelde
|
de59fe04e7
Add print_verbose to print to stdout only in verbose mode
|
7 年之前 |
Rémi Verschelde
|
d29ea4337f
Fix ResourceLoader::exists() false negative and readd deprecated has()
|
7 年之前 |
Juan Linietsky
|
852378109f
Added function ResourceLoader.exists(), to check if a resource exists. Closes #19140
|
7 年之前 |