pandemonium_engine/scene
Relintai 1a5cba555c Backported godot4 PR: Support threads in the script debugger
* This implementation adds threads on the side of the client (script debugger).
* Some functions of the debugger are optimized.
* The profile is also now thread safe using atomics.
* The editor can switch between multiple threads when debugging.
This PR adds threaded support for the script language debugger. Every thread has its own thread local data and it will connect to the debugger using multiple thread IDs.
This means that, now, the editor can receive multiple threads entering debug mode at the same time.
- reduz
PR 76582
Will be available here after it's merged:
6b176671c4
2023-06-14 14:43:55 +02:00
..
2d Renamed neighbor_dist properties / getters / setters for the navigation server. 2023-06-12 08:37:57 +02:00
3d Renamed neighbor_dist properties / getters / setters for the navigation server. 2023-06-12 08:37:57 +02:00
animation Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
audio Fix Editor hanging if audiostream's pitch_scale is NaN 2023-03-12 14:14:29 +01:00
debugger Backported godot4 PR: Support threads in the script debugger 2023-06-14 14:43:55 +02:00
gui Fix PopupMenu's maximum height not being automatically set 2023-06-11 09:22:06 +02:00
main Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
resources Make acos and asin safe 2023-06-11 08:41:42 +02:00
property_utils.cpp Fix exporting big templates 2022-11-30 19:23:35 +01:00
property_utils.h
register_scene_types.cpp Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
register_scene_types.h
scene_string_names.cpp Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
scene_string_names.h Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
SCsub