godot/modules
Fabio Alessandrelli 7f610a2c6e [WS] Fix set_no_delay on Windows
Windows socket implementation is, as usual, broken in many ways.

This includes `setsockopt` failing to set `TCP_NODELAY` if the socket is
still in a connecting state.

This also means we need to keep polling the IP resolver until the socket
reaches the CONNECTED state (so it can set the TCP_NODELAY after the
connection is successful).
2024-08-07 09:47:00 +02:00
..
astcenc Enable ASTC encoder build when building with ANGLE. 2024-07-30 12:28:04 +03:00
basis_universal Support 64-bit image sizes for VRAM compression 2024-07-21 21:06:14 +02:00
bmp
camera
csg Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
cvtt Support 64-bit image sizes for VRAM compression 2024-07-21 21:06:14 +02:00
dds
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 Support 64-bit image sizes for VRAM compression 2024-07-21 21:06:14 +02:00
fbx Fix missing options in Project Import Defaults 2024-07-09 09:33:39 -04:00
freetype
gdscript GDScript: Fix too many calls to 'remove_parser' 2024-08-03 20:52:44 -07:00
glslang Remove private glslang include 2024-06-22 14:51:17 +00:00
gltf Fix browse_dialog in Blender scene importer to accept files 2024-07-29 11:38:24 +02:00
gridmap Merge pull request #87131 from KoBeWi/skyscrapper_selector_simulator 2024-06-26 14:51:19 +02:00
hdr
interactive_music Fix several typos in the documentation 2024-08-02 08:42:20 +08:00
jpg
jsonrpc
ktx
lightmapper_rd Lightmapper: Prevent infinite loop when blitting lightmaps into an atlas 2024-07-13 13:10:04 +02:00
mbedtls
meshoptimizer
minimp3
mobile_vr Fix type-o in MobileVRInterface sample code in docs: xr -> use_xr 2024-07-31 16:36:44 -05:00
mono Fix doc on Vector2.cs's / operator 2024-07-27 14:49:20 -07:00
msdfgen
multiplayer Fixed undo not updating spawn checkbox in replication editor 2024-08-06 15:50:48 +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 Fix several typos in the documentation 2024-08-02 08:42:20 +08: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 Support 64-bit image sizes for VRAM compression 2024-07-21 21:06:14 +02:00
svg
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
tinyexr
upnp
vhacd
vorbis
webp
webrtc
websocket [WS] Fix set_no_delay on Windows 2024-08-07 09:47:00 +02:00
webxr Fix support for environment blend modes on WebXRInterface 2024-06-26 22:02:20 -05:00
xatlas_unwrap
zip
register_module_types.h
SCsub