godot/core/object
AndreaCatania 02f2107620
Improve error reporting when the Message Queue is out of Memory.
The function `statistics()`, called when the MessageQueue is out of memory,
will still use the MessageQueue so it crashes.
Moving the error above will improve the behavior since the developer will
find the crash reasons and the instruction on how to fix it.
2023-02-11 22:45:14 +01:00
..
SCsub Implement native extension system 2021-06-25 17:32:45 -03:00
callable_method_pointer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
callable_method_pointer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
class_db.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
class_db.h Avoid losing references to objects in the native-scripting boundary 2023-02-03 17:48:41 +01:00
make_virtuals.py Add `GodotTypeInfo::Metadata` to `MethodInfo` 2023-01-26 15:51:34 +01:00
message_queue.cpp Improve error reporting when the Message Queue is out of Memory. 2023-02-11 22:45:14 +01:00
message_queue.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
method_bind.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
method_bind.h Avoid losing references to objects in the native-scripting boundary 2023-02-03 17:48:41 +01:00
object.cpp Merge pull request #72111 from raulsntos/method-info-metadata 2023-01-27 15:41:38 +01:00
object.h Merge pull request #72111 from raulsntos/method-info-metadata 2023-01-27 15:41:38 +01:00
object_id.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ref_counted.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ref_counted.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_language.cpp Add Engine::unregister_script_language and make Engine::register_script_language returns a Error 2023-02-10 19:50:24 +01:00
script_language.h Add Engine::unregister_script_language and make Engine::register_script_language returns a Error 2023-02-10 19:50:24 +01:00
script_language_extension.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_language_extension.h Support script global resource name in EditorFileSystem 2023-01-21 14:19:27 +01:00
undo_redo.cpp Use range iterators in LocalVector loops 2023-01-21 18:44:42 +01:00
undo_redo.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
worker_thread_pool.cpp Use range iterators in LocalVector loops 2023-01-21 18:44:42 +01:00
worker_thread_pool.h More codespell fixes, do more changes from previous ignore list 2023-02-01 12:11:36 +01:00