godot/modules
Adam Cigánek f25240cfe6 Set current SynchronizationContext before the game loop starts
This fixes the problem that `SynchronizationContext.Current` would be null
during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus
the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes.

With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected.

Fixes #18849
2018-05-15 15:09:40 +02:00
..
bmp BMP module 2018-04-30 01:33:14 +01:00
bullet Merge pull request #17559 from simedis/joint_motors 2018-05-08 10:23:41 +02:00
csg Sync classref with current source 2018-05-12 09:38:00 +02:00
dds Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
enet Document websocket module, further document enet 2018-05-08 21:15:50 +02:00
etc Properly resize textures so they can be ETC compressed, fixes #15139 2018-01-12 11:46:42 -03:00
freetype Disable FreeType SIMD in HTML5 builds 2018-03-06 21:43:44 +01:00
gdnative changed GDNative API json format 2018-05-10 22:03:06 +02:00
gdscript Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes 2018-05-10 01:25:51 +02:00
gridmap Fixes logically dead code (Coverity) 2018-04-21 22:35:23 +08:00
hdr Fixes importing hdr files with extra header info 2018-03-11 19:21:09 +01:00
jpg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mbedtls Generalize SSL cert reading from file 2018-04-03 20:13:57 +02:00
mobile_vr add GLES 2 renderer for 2D 2018-03-01 15:12:30 +01:00
mono Set current SynchronizationContext before the game loop starts 2018-05-15 15:09:40 +02:00
ogg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
opus Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pvr Fix Coverity reports of uninitialized scalar variable 2018-04-19 15:20:45 +02:00
recast Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
regex doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
squish Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
stb_vorbis Fix silent failure of importing OGG Vorbis files 2018-03-06 21:48:30 +01:00
svg Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tga Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thekla_unwrap Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
theora Comment out some debugging messages when playing Theora files 2018-04-02 16:48:06 -04:00
tinyexr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_script Merge pull request #18514 from neikeq/api-hash-fixes 2018-05-03 14:36:32 +02:00
vorbis Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
webm Fix Linux/X11 build on ARMs. 2018-05-11 17:34:43 +03:00
webp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
websocket Document websocket module, further document enet 2018-05-08 21:15:50 +02:00
SCsub - Improves portability in joystick buttons enum 2018-01-24 19:12:54 -03:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00