godot/modules
Ricardo Buring 0333648cea Move Godot Physics 3D into a module; add dummy 3D physics server
If the module is enabled (default), 3D physics works as it did before.

If the module is disabled and no other 3D physics server is registered
(via a module or GDExtension), then we fall back to a dummy
implementation which effectively disables 3D physics functionality (and
a warning is printed).

The dummy 3D physics server can also be selected explicitly, in which
case no warning is printed.
2024-09-21 21:19:45 +02:00
..
astcenc Enable ASTC encoder build when building with ANGLE. 2024-07-30 12:28:04 +03:00
basis_universal BasisUniversal: Use RGTC compression when available 2024-09-10 12:06:00 +02:00
betsy Add CommandQueue to Betsy 2024-09-12 13:54:24 -07:00
bmp Support importing 1/2/4-bpp BMP images of size non-divisible by 8/4/2 2024-08-13 14:26:21 +02:00
camera macOS/iOS: Fix various warnings when targeting newer SDKs 2024-08-20 11:55:21 +02:00
csg [Editor] Expose more editor settings to documentation 2024-09-12 15:34:49 +02:00
cvtt Image: Add a method for detecting signed values 2024-08-27 09:23:17 +02:00
dds Add support for loading less common DDS formats 2024-08-16 15:35:20 +02: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 Improve etcpak image padding and clean up the code 2024-07-26 13:27:20 +02:00
fbx Merge pull request #94783 from TokageItLab/validate-gltf-anim-name 2024-09-12 09:25:10 +02:00
freetype
gdscript Style: Apply new clang-format changes 2024-09-20 08:09:48 -05:00
glslang Add Metal support for macOS (arm64) and iOS 2024-08-20 12:11:06 +02:00
gltf GLTF: Add import_pre_generate and export_post_convert extension steps 2024-09-17 04:00:07 -07:00
godot_physics_3d Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
gridmap Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-corresponding-refactor 2024-09-16 13:34:38 +02:00
hdr Optimize .hdr loading and RGB9E5 conversion 2024-08-09 22:39:30 +02:00
interactive_music Merge pull request #96634 from bobby-the-epic/audio-doc-fix 2024-09-06 10:09:40 +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 LightmapGI: Pack L1 SH coefficients for directional lightmaps 2024-09-05 22:46:58 +02:00
mbedtls [mbedTLS] Fix incorrect cert pinning with client_unsafe 2024-08-27 13:10:09 +02:00
meshoptimizer
minimp3 AudioStreamMP3: Use a LocalVector to store data 2024-09-14 19:14:47 -03:00
mobile_vr Fix type-o in MobileVRInterface sample code in docs: xr -> use_xr 2024-07-31 16:36:44 -05:00
mono Merge pull request #97208 from kleonc/transform3d_aabb_multiplication_fix_csharp 2024-09-20 16:06:56 +02:00
msdfgen Update ICU and msdfgen. 2024-03-13 09:12:50 +02:00
multiplayer Merge pull request #97045 from Calinou/doc-scenemultiplayer-auth-timeout 2024-09-16 13:36:02 +02:00
navigation Style: Apply new clang-format changes 2024-09-20 08:09:48 -05:00
noise Merge pull request #96292 from AThousandShips/null_check_ref_fix 2024-09-03 16:13:55 +02:00
ogg
openxr openxr: Correct set the Depth swapchain name 2024-09-21 10:00:08 +10:00
raycast Style: Update ruff & mypy to latest versions 2024-09-20 09:36:09 -05:00
regex Merge pull request #70096 from rune-scape/stringname-dict 2024-09-03 17:38:06 +02:00
squish Support 64-bit image sizes for VRAM compression 2024-07-21 21:06:14 +02:00
svg thorvg: Disable webp loader if corresponding module is disabled 2024-05-13 13:01:34 +02:00
text_server_adv Style: Apply new clang-format changes 2024-09-20 08:09:48 -05:00
text_server_fb Style: Apply new clang-format changes 2024-09-20 08:09:48 -05:00
tga
theora Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
tinyexr
upnp Cleanup of raw nullptr checks with Ref 2024-08-31 15:01:09 +02:00
vhacd
vorbis Fix leak when using audio samples instead of streams 2024-09-04 12:56:03 -04:00
webp libwebp: Update to 1.4.0 2024-05-14 13:01:07 +02:00
webrtc Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
websocket Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
webxr Expose a function to create textures from a native handle in the compatibility renderer 2024-09-19 09:05:32 -05:00
xatlas_unwrap
zip Cleanup of raw nullptr checks with Ref 2024-08-31 15:01:09 +02:00
register_module_types.h
SCsub SCons: Fix mono dependency 2024-06-01 16:37:54 -05:00