Files
godot/core
Juan Linietsky 98c655ec8d Refactor Node Processing
* Node processing works on the concept of process groups.
* A node group can be inherited, run on main thread, or a sub-thread.
* Groups can be ordered.
* Process priority is now present for physics.

This is the first steps towards implementing https://github.com/godotengine/godot-proposals/issues/6424.
No threading or thread guards exist yet in most of the scene code other than Node. That will have to be added later.
2023-05-09 19:17:51 +02:00
..
2023-01-28 11:08:02 +01:00
2023-04-24 15:13:58 +02:00
2023-01-22 12:23:56 +01:00
2023-04-30 20:01:26 +02:00
2023-05-09 19:17:51 +02:00
2023-05-09 19:17:51 +02:00
2023-05-09 19:17:51 +02:00
2023-04-12 22:08:49 +02:00