godot/modules
Yufeng Ying a156af98c3
Remove dependency of variant.h in print_string.h
(cherry picked from commit 05dae23f18)
Co-Authored-By: Lukas Tenbrink <lukas.tenbrink@gmail.com>
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-10-06 12:17:32 -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 Ensure that threads only process one pump task. 2025-07-29 07:15:34 -07:00
bmp Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
camera Fix build on OpenBSD 2025-08-30 15:02:01 +02:00
csg Merge pull request #95414 from jsjtxietian/inside-tree 2025-07-30 09:03:45 -05:00
cvtt SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
dds Fix Image format RGB565 conversion 2025-08-03 16:28:13 +02:00
enet Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02:00
etcpak etcpak: Fix decompressing non-power of 2 mipmaps 2025-05-09 10:34:43 +02:00
fbx Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
freetype SCons: Support header-only modules 2025-07-14 15:37:05 -05:00
gdscript LSP: Fix repeated restart attempts 2025-10-06 09:51:41 -05:00
glslang Add shader baker to project exporter. 2025-05-27 12:45:27 -03:00
gltf Merge pull request #109685 from nikitalita/fix-gltf-infinite-loop 2025-08-26 19:01:12 -05:00
godot_physics_2d Fix move_and_slide forcing synchronization with physics thread 2025-08-14 18:58:36 +02:00
godot_physics_3d Fix move_and_slide forcing synchronization with physics thread 2025-08-14 18:58:36 +02:00
gridmap GridMap: fix cell scale not applying to the cursor mesh 2025-10-06 10:35:58 -05:00
hdr Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
interactive_music Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
jolt_physics Remove dependency of variant.h in print_string.h 2025-10-06 12:17:32 -05:00
jpg Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00
jsonrpc JSONRPC: Fix notification return behavior 2025-04-04 10:41:18 +02:00
ktx libktx: Update to 4.4.0 2025-06-06 01:24:43 +02:00
lightmapper_rd Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
mbedtls Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
meshoptimizer meshoptimizer: Update to 0.24 2025-06-27 01:02:34 +02:00
minimp3 Use TightLocalVector for AudioStreamWAV/MP3 2025-06-21 00:25:31 -03:00
mobile_vr Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
mono Bump version to 4.5.1-rc 2025-09-15 15:56:44 -05:00
msdfgen SCons: Support header-only modules 2025-07-14 15:37:05 -05:00
multiplayer Merge pull request #101416 from MrBlockers/91342-nested-spawner 2025-07-10 11:39:23 -05:00
navigation_2d Make navmesh rasterization errors more lenient 2025-09-30 11:36:26 -05:00
navigation_3d Make navmesh rasterization errors more lenient 2025-09-30 11:36:26 -05:00
noise Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
ogg SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
openxr Remove static lifetime object to avoid late destruction 2025-09-30 11:36:33 -05:00
raycast Move occlusion culling back to being based on euclidian distance but with some distance calculation using double precision 2025-07-08 13:38:36 +02:00
regex Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02:00
svg Use libjpeg-turbo for improved jpg compatibility and speed 2025-05-02 11:47:56 +02:00
text_server_adv [TextServer] Enforce zero width spaces and joiners to actually be zero width and not fallback to regular space. 2025-10-06 10:36:07 -05:00
text_server_fb Merge pull request #109152 from bruvzg/font_fb_no_msdf 2025-08-22 12:35:36 -05:00
tga Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
theora [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
tinyexr Merge pull request #104893 from Repiteo/scons/external-includes-alt 2025-04-02 07:48:03 -05:00
upnp [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
vhacd SCons: Add CPPEXTPATH for external includes 2025-04-02 07:29:08 -05:00
vorbis Add Ogg Theora support to MovieWriter 2025-06-10 15:52:24 +02:00
webp Explicitly handle Image AlphaMode enum instead of treating as bool 2025-05-20 05:04:23 -07:00
webrtc Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
websocket Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
webxr Fix MDN link for XRReferenceSpaceType in WebXRInterface class documentation 2025-09-10 01:13:09 +02:00
xatlas_unwrap SCons: Enable lightmapper and xatlas_unwrap modules on Android and iOS editors 2025-06-17 16:48:19 +02:00
zip Comments spelling fixes 2025-06-15 01:36:10 +02: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: Support header-only modules 2025-07-14 15:37:05 -05:00