Rémi Verschelde
|
54418ea659
|
Remove NO_THREADS fallback code, Godot 4 requires thread support
This also removes `OS::can_use_threads` from the public API since it's always
true.
|
2022-10-03 11:23:26 +02:00 |
|
Mark Riedesel
|
4f3769fd75
|
add SafeList destructor which calls maybe_cleanup() to prevent mem leak
|
2022-04-08 09:50:49 -04:00 |
|
Rémi Verschelde
|
f8ab79e68a
|
Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
2022-04-04 19:49:50 +02:00 |
|
Rémi Verschelde
|
fe52458154
|
Update copyright statements to 2022
Happy new year to the wonderful Godot community!
|
2022-01-03 21:27:34 +01:00 |
|
Ellen Poe
|
460e0ce314
|
Add a SafeList data structure for future audio server usage.
|
2021-08-27 10:26:18 -07:00 |
|