godot/modules
Thaddeus Crews a5e87dd202
Merge pull request #106725 from mihe/jolt/silent-degenerate-soft-bodies
Remove error for degenerate soft body faces when using Jolt Physics
2025-05-23 09:46:11 -05:00
..
astcenc SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
basis_universal BasisU: Configure HDR quality from the settings 2025-05-05 23:56:24 +02:00
bcdec bcdec: Fix decompressing mipmaps of non-power-of-2 textures 2025-05-08 23:39:47 +02:00
betsy Betsy: Remove OGRE aliases 2025-04-22 14:54:57 +02:00
bmp Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
camera Merge pull request #106094 from shiena/feature/support-android-camera 2025-05-13 16:22:27 -05:00
csg Core: Use Math namespace for constants 2025-04-10 16:29:30 -05:00
cvtt SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
dds Add DDS loading of 32bit aligned data without alpha 2025-05-18 22:22:22 +02:00
enet SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
etcpak etcpak: Fix decompressing non-power of 2 mipmaps 2025-05-09 10:34:43 +02:00
fbx Core: Convert Pair/KeyValue to constexpr 2025-05-15 10:37:41 -05:00
freetype SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
gdscript Merge pull request #105413 from HolonProduction/gdscript-recover-match 2025-05-23 09:46:10 -05:00
glslang SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
gltf Use Grisu2 algorithm in String::num_scientific to fix serializing 2025-05-22 09:13:16 -07:00
godot_physics_2d Merge pull request #104386 from Repiteo/core/cpp-math 2025-04-27 19:21:22 -05:00
godot_physics_3d Merge pull request #104386 from Repiteo/core/cpp-math 2025-04-27 19:21:22 -05:00
gridmap Fix GridMap scenario crash when outside tree 2025-05-15 23:49:42 +02:00
hdr Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
interactive_music Add String::replace_char(s) methods for performance and convenience 2025-04-10 13:08:45 +02:00
jolt_physics Remove error for degenerate soft body faces when using Jolt Physics 2025-05-22 20:17:47 +02:00
jpg Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
jsonrpc JSONRPC: Fix notification return behavior 2025-04-04 10:41:18 +02:00
ktx SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
lightmapper_rd Scene shader: Improve and document SH evaluation for light probes 2025-04-19 15:08:02 +02:00
mbedtls mbedTLS: Fix concurrency issues with TLS 2025-05-08 11:45:00 +02:00
meshoptimizer Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
minimp3 SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
mobile_vr Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
mono Merge pull request #105628 from rsanchezsaez/apple/ios-visionos-4.5 2025-05-20 23:09:07 +02:00
msdfgen SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
multiplayer Cleanup header includes in Tree 2025-05-15 14:28:00 +08:00
navigation_2d Rename nav_2d namespace to Nav2D to match Nav3D 2025-05-12 16:59:53 -07:00
navigation_3d Move NavigationLink3DGizmoPlugin to navigation_3d module 2025-05-08 22:28:58 +02:00
noise Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
ogg SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
openxr Use Grisu2 algorithm in String::num_scientific to fix serializing 2025-05-22 09:13:16 -07:00
raycast Merge pull request #105697 from akien-mga/scons-x86_32-mfpmath-sse 2025-04-28 10:01:31 -05:00
regex Merge pull request #104893 from Repiteo/scons/external-includes-alt 2025-04-02 07:48:03 -05:00
svg Use libjpeg-turbo for improved jpg compatibility and speed 2025-05-02 11:47:56 +02:00
text_server_adv Fix for implicit conversion from char16_t to char32_t 2025-05-20 23:08:20 +02:00
text_server_fb Adjust hex code box baseline calculation. 2025-05-20 08:53:40 +03:00
tga Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
theora Full Theora video support in VideoStreamPlayer 2025-05-22 14:00:57 +02:00
tinyexr Merge pull request #104893 from Repiteo/scons/external-includes-alt 2025-04-02 07:48:03 -05:00
upnp Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
vhacd SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
vorbis Add an actual name for Ogg Vorbis importer/visible name. 2025-04-08 11:47:46 -03:00
webp Explicitly handle Image AlphaMode enum instead of treating as bool 2025-05-20 05:04:23 -07:00
webrtc Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
websocket Merge pull request #104893 from Repiteo/scons/external-includes-alt 2025-04-02 07:48:03 -05:00
webxr Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
xatlas_unwrap SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
zip Add compression level support to ZipPacker 2025-03-20 10:42:30 -04:00
modules_builders.py SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00
register_module_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00