kobewi
|
65509ae4ff
Improve UID file creation condition
|
6 months ago |
Tareq Anuar
|
9014cdb596
Fix ResourceLoader.has_cached() and ResourceLoader.get_cached_ref() not handling UIDs.
|
7 months ago |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
8 months ago |
Thaddeus Crews
|
c8ff788052
Merge pull request #96590 from reduz/list-directory
|
9 months ago |
Juan
|
d57846087b
Universalize UID support in all resource types
|
11 months ago |
Adam Scott
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
10 months ago |
Juan
|
e05d5b8813
Provide a reliable way to see original resources in a directory
|
11 months ago |
Pedro J. Estébanez
|
74b9c38d58
ResourceLoader: Add thread-aware resource changed mechanism
|
11 months ago |
Pedro J. Estébanez
|
c450f4d667
ResourceLoader: Simplify handling of unregistered tasks
|
11 months ago |
Pedro J. Estébanez
|
f4d76853b9
WorkerThreadPool (plus friends): Overhaul unlock allowance zones
|
1 year ago |
Pedro J. Estébanez
|
df23858488
ResourceLoader: Fix edge cases in the management of user tokens
|
1 year ago |
Pedro J. Estébanez
|
5c970db2e4
ResourceLoader: Optimize remap check by deferring until a non-mutex zone
|
1 year ago |
Pedro J. Estébanez
|
28619e26cf
ResourceLoader: Enhance deadlock prevention
|
1 year ago |
Pedro J. Estébanez
|
bd0959ebdd
ResourceLoader: Properly push & pop TLS state on recursive load tasks
|
1 year ago |
Rémi Verschelde
|
5ca419e32c
Merge pull request #94801 from gamelessone/fix-cond-var
|
1 year ago |
Pedro J. Estébanez
|
e9407d4877
ResourceLoader: Revert workaround resource loading crashes due to buggy TLS
|
1 year ago |
Aleksey Vasenev
|
2ff6594928
Fix use condition_variable after free
|
1 year ago |
Pedro J. Estébanez
|
5b5cdf2414
Fixup recent changes to threading concerns
|
1 year ago |
Pedro J. Estébanez
|
ec61c5064c
ResourceLoader: Support polling and get-before-complete on the main thread
|
1 year ago |
Pedro J. Estébanez
|
c1391489e3
GDScript: Enhance handling of cyclic dependencies
|
1 year ago |
Pedro J. Estébanez
|
f61c63e3a1
Avoid editor error reporting using resource loader thread's call queues
|
1 year ago |
A Thousand Ships
|
4ed62665a2
Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
|
1 year ago |
Pedro J. Estébanez
|
5e144022e7
Enhance cache modes in resource loading
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
vittorioromeo
|
71e0082ab0
Extract 'SafeBinaryMutex' to separate header
|
1 year ago |
Pedro J. Estébanez
|
f5ca58d32f
Avoid regressing in progress reporting in resource load
|
1 year ago |
Saracen
|
0b0a6109b6
Make notify_dependency_error only defer calls if called from secondary threads.
|
1 year ago |
Yuri Sizov
|
d8ff69d53c
Extract ScriptInstance to simplify includes
|
1 year ago |
Pedro J. Estébanez
|
41c0785636
Workaround resource loading crashes due to buggy TLS
|
2 years ago |
Pedro J. Estébanez
|
45d0b38076
Enhance thread safety of loaders and importers
|
2 years ago |