mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
99fe462452
- 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) |
||
---|---|---|
.. | ||
api | ||
export | ||
js | ||
.eslintrc.engine.js | ||
.eslintrc.js | ||
.eslintrc.libs.js | ||
audio_driver_javascript.cpp | ||
audio_driver_javascript.h | ||
detect.py | ||
display_server_javascript.cpp | ||
display_server_javascript.h | ||
dom_keys.inc | ||
emscripten_helpers.py | ||
godot_audio.h | ||
godot_js.h | ||
http_client_javascript.cpp | ||
http_client.h.inc | ||
http_request.h | ||
javascript_eval.cpp | ||
javascript_main.cpp | ||
javascript_runtime.cpp | ||
logo.png | ||
os_javascript.cpp | ||
os_javascript.h | ||
package-lock.json | ||
package.json | ||
platform_config.h | ||
run_icon.png | ||
SCsub |