virtualx-engine/modules
Fabio Alessandrelli d65e7aab76 [WebSocket] Ensure TCP_NODELAY is always set
Almost all WebSocket implementations (including all major browsers)
disable Nagle's algorithm to favor low latency over packet overhead.

This was also the case in Godot 3.x, while in Godot 4.0 this was only
being done for clients and wasn't even always working due to a bug.

This commit fixes the aforementioned bug, and forces TCP_NODELAY when
accepting a stream as a server.
2024-07-22 14:40:19 +02:00
..
astcenc Fix memory leak when ASTC compression fails 2024-05-09 14:41:35 +08:00
basis_universal Fix Image CowData crash when baking large lightmaps 2024-07-19 16:04:30 +02:00
bmp
camera
csg Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
cvtt Merge pull request #88763 from BlueCube3310/image-is-compressed-static 2024-05-02 14:01:18 +02:00
dds Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
enet Clarify that ENetConnection's create_host[_bound] and service must be called on client and server 2024-07-10 22:40:55 -03:00
etcpak Merge pull request #88763 from BlueCube3310/image-is-compressed-static 2024-05-02 14:01:18 +02:00
fbx Fix missing options in Project Import Defaults 2024-07-09 09:33:39 -04:00
freetype
gdscript Merge pull request #94505 from mihe/speed-up-gdscript-shutdown 2024-07-18 15:38:29 +02:00
glslang Remove private glslang include 2024-06-22 14:51:17 +00:00
gltf Fix handling of missing bin file in gltf separate 2024-07-18 14:04:16 +03:00
gridmap Merge pull request #87131 from KoBeWi/skyscrapper_selector_simulator 2024-06-26 14:51:19 +02:00
hdr
interactive_music [Audio] Prevent crash in interactive playback 2024-07-17 18:58:36 +02:00
jpg Fix crash when executing Image.save_jpg_to_buffer 2024-05-05 23:37:22 +08:00
jsonrpc Add unit tests for JSONRPC 2024-04-10 18:27:08 +01:00
ktx libktx: Update to 4.3.2 2024-04-05 12:18:00 +02:00
lightmapper_rd Lightmapper: Prevent infinite loop when blitting lightmaps into an atlas 2024-07-13 13:10:04 +02:00
mbedtls [Crypto] Expose TLSOptions getters 2024-06-14 22:33:10 +02:00
meshoptimizer
minimp3 Add samples playback support 2024-06-18 11:06:31 -04:00
mobile_vr Improvements to VRS/Foveated rendering 2024-05-03 17:20:30 +10:00
mono Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
msdfgen
multiplayer Merge pull request #93374 from hakro/fix-replication-config-error-flood 2024-06-22 16:22:11 +02:00
navigation NavigationServer3D.map_get_closest_point_to_segment - add an additional shortest distance check 2024-06-29 19:50:10 +02:00
noise Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
ogg
openxr Merge pull request #94412 from dsnopek/xr-always-render 2024-07-18 15:38:14 +02:00
raycast [Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW. 2024-06-20 15:52:04 +03:00
regex Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
squish Fix Image CowData crash when baking large lightmaps 2024-07-19 16:04:30 +02:00
svg thorvg: Disable webp loader if corresponding module is disabled 2024-05-13 13:01:34 +02:00
text_server_adv fix: change esthetic -> aesthetic 2024-07-05 16:03:01 -04:00
text_server_fb fix: change esthetic -> aesthetic 2024-07-05 16:03:01 -04:00
tga
theora Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
tinyexr
upnp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
vhacd
vorbis Add samples playback support 2024-06-18 11:06:31 -04:00
webp libwebp: Update to 1.4.0 2024-05-14 13:01:07 +02:00
webrtc Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
websocket [WebSocket] Ensure TCP_NODELAY is always set 2024-07-22 14:40:19 +02:00
webxr Fix support for environment blend modes on WebXRInterface 2024-06-26 22:02:20 -05:00
xatlas_unwrap
zip Fix ZIPReader.get_files() error on empty zip files 2024-04-08 15:57:35 -04:00
register_module_types.h
SCsub SCons: Fix mono dependency 2024-06-01 16:37:54 -05:00