godot/scene/main
Pedro J. Estébanez 99fe462452 Modernize Thread
- Based on C++11's `thread` and `thread_local`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed (except for the few cases of non-portable functions)
- Simpler for `NO_THREADS`
- Thread ids are now the same across platforms (main is 1; others follow)
2021-01-29 12:02:13 +01:00
..
canvas_item.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
canvas_item.h Added ability to visualize native shaders 2021-01-06 09:40:09 -03:00
canvas_layer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
canvas_layer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
http_request.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
http_request.h Modernize Thread 2021-01-29 12:02:13 +01:00
instance_placeholder.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
instance_placeholder.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
node.cpp Change how editable children data is stored 2021-01-17 23:37:40 +01:00
node.h Change how editable children data is stored 2021-01-17 23:37:40 +01:00
resource_preloader.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
shader_globals_override.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
timer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
timer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
viewport.cpp Added GPU based cluster builder 2021-01-19 23:31:06 +01:00
viewport.h Added GPU based cluster builder 2021-01-19 23:31:06 +01:00
window.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
window.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00