virtualx-engine/modules
Fabio Alessandrelli c3d3f1dedb Websocket LWS keep servicing till no CB are left
Apparently, only a single WRITABLE/READABLE callback is called at each
servicing. For this reason, we want to keep servicing until we end up
not receiving any callback.
When that happens, we can assume that we can't (or don't want to) write
more, and that there is nothing left to read in the socket buffer.
2018-11-25 17:25:03 +01:00
..
bmp Fix warnings on release builds (not DEBUG_ENABLED) 2018-10-03 17:34:55 +02:00
bullet Improved algorithm that check collision 2018-11-22 09:03:21 +01:00
csg Merge pull request #23760 from BastiaanOlij/fix_tangent_direction 2018-11-20 14:13:36 +01:00
cvtt SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
dds Fixed DDS loader according to issue #22530 2018-10-03 17:11:14 +02:00
enet doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
etc Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
freetype Fix UWP build. 2018-11-03 17:19:44 +01:00
gdnative Remove trailing whitespace 2018-11-20 11:15:02 +01:00
gdscript Merge pull request #23740 from ttencate/unused_argument_22139 2018-11-23 01:07:22 +01:00
gridmap Get rid of gridmap error due to not yet valid cursor instance, fixes #17546 2018-11-16 09:10:44 -03:00
hdr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
jpg load JPG images as rbg instead of rgba, fixes #21867 2018-10-04 00:12:00 +02:00
mbedtls SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mobile_vr Fix warnings in Android platform 2018-10-03 15:17:00 +02:00
mono C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor 2018-11-20 22:23:09 +01:00
ogg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
opensimplex doc: Sync with current source 2018-10-25 15:14:47 +02:00
opus SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
pvr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
recast Fix inconsistences in some buttons in the Canvas/Spatial editor menubar 2018-10-25 12:15:39 -03:00
regex Assign pointer null in RegEx::clear to avoid double free on destruction. 2018-11-15 13:36:40 +00:00
squish Fix Squish decompression, closes #18109 2018-11-16 19:12:00 -03:00
stb_vorbis Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
svg SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
tga Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thekla_unwrap Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
theora Don't delete FileAccess when it is null 2018-10-05 20:24:28 +01:00
tinyexr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
upnp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script add undeclared function params of VisualScriptEditor::_selected_method , Fixes #23475 2018-11-21 21:25:19 +08:00
vorbis SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
webm Don't delete FileAccess when it is null 2018-10-05 20:24:28 +01:00
webp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
websocket Websocket LWS keep servicing till no CB are left 2018-11-25 17:25:03 +01:00
xatlas_unwrap Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00