godot/modules
Rémi Verschelde 6fc0912137
minimp3: Add a .cpp file to simplify building the single-header implementation
Single-header libraries like this require passing a bunch of defines _once_
before including the header, but not multiple times. This can make it tricky
in user code to know when to request the implementation, if the header needs
to be included in multiple files.

So properly compiling a .cpp file for the implementation solves this, and
also enables us to properly disable warnings on thirdparty implementation code.
2023-06-15 13:50:27 +02:00
..
astcenc
basis_universal
bmp
camera
csg
cvtt
dds
denoise
enet Add socket_send method to ENetConnection. 2023-06-13 19:52:19 -04:00
etcpak
freetype
gdscript Merge pull request #77351 from anvilfolk/super-discard 2023-06-15 10:39:59 +02:00
glslang Update Vulkan and related libraries to 1.3.250.0 2023-06-06 12:40:04 -03:00
gltf Refresh the filesystem tab when exporting a new GLTF file 2023-06-10 23:04:20 +02:00
gridmap Fix some invalid plugin edit calls 2023-06-11 22:15:54 +02:00
hdr
jpg
jsonrpc
lightmapper_rd
mbedtls
meshoptimizer
minimp3 minimp3: Add a .cpp file to simplify building the single-header implementation 2023-06-15 13:50:27 +02:00
mobile_vr
mono C#: Unify project name handling and fix issues with the handling of some special characters 2023-06-14 21:07:58 +02:00
msdfgen
multiplayer [MP] Fix crash when sending multiple delta variants. 2023-06-11 13:43:49 +02:00
navigation Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.x 2023-06-15 10:49:58 +02:00
noise
ogg
openxr
raycast
regex pcre2: Update to upstream version 10.42 (take two) 2023-06-12 15:12:15 +02:00
squish
svg
text_server_adv Fix SVG font rendering after ThorVG update. 2023-06-07 09:02:04 +03:00
text_server_fb Fix SVG font rendering after ThorVG update. 2023-06-07 09:02:04 +03:00
tga
theora
tinyexr
upnp
vhacd
vorbis
webp
webrtc Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension 2023-06-14 14:31:41 -05:00
websocket
webxr
xatlas_unwrap
zip
modules_builders.py
register_module_types.h
SCsub