godot/platform
reduz 8b19ffd810 Make Servers truly Thread Safe
-Rendering server now uses a split RID allocate/initialize internally, this allows generating RIDs immediately but initialization to happen later on the proper thread (as rendering APIs generally requiere to call on the right thread).
-RenderingServerWrapMT is no more, multithreading is done in RenderingServerDefault.
-Some functions like texture or mesh creation, when renderer supports it, can register and return immediately (so no waiting for server API to flush, and saving staging and command buffer memory).
-3D physics server changed to be made multithread friendly.
-Added PhysicsServer3DWrapMT to use 3D physics server from multiple threads.
-Disablet Bullet (too much effort to make multithread friendly, this needs to be fixed eventually).
2021-02-10 13:21:46 -03:00
..
android Fix joystick axis mapping issues with NVIDIA shield. Probably others. 2021-02-09 08:37:22 -05:00
iphone Merge pull request #45686 from naithar/feature/extend-plugin-params-4.0 2021-02-03 18:37:42 +01:00
javascript [HTML5] Make home path persistent in editor. 2021-02-03 18:59:54 +01:00
linuxbsd SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
osx SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
server SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
uwp Make Servers truly Thread Safe 2021-02-10 13:21:46 -03:00
windows Make Servers truly Thread Safe 2021-02-10 13:21:46 -03:00
register_platform_apis.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