godot/modules
Thaddeus Crews b4156a8833
Merge pull request #120258 from mxtherfxcker/jolt/fix-gravity-scale-update
Jolt: Fix gravity scale not updating when set from code
2026-06-15 08:52:43 -05:00
..
astcenc
basis_universal
bcdec Style: Enforce #include validation hook 2026-03-18 10:41:59 +01:00
betsy Ensure that BPTC LayeredTexture images get compressed with same signedness 2026-05-19 23:04:00 -07:00
bmp
camera Improve camera_apple robustness and lifecycle handling 2026-04-04 01:43:25 +09:00
csg removed unused code 2026-05-22 22:23:22 -03:00
cvtt Ensure that BPTC LayeredTexture images get compressed with same signedness 2026-05-19 23:04:00 -07:00
dds dds: Use put_u32 for unsigned integer puts. 2026-04-12 12:04:56 -07:00
enet Improve editor-only class checking 2026-03-25 17:07:39 +03:00
etcpak
fbx Merge pull request #115788 from Calinou/gltfdocument-expose-import-flags 2026-04-13 15:52:10 -05:00
freetype
gdscript Merge pull request #120028 from HolonProduction/gdscript/blacklist-internal-classes 2026-06-08 09:12:04 -05:00
glslang Remove unused includes in modules with clangd-tidy 2026-03-16 16:40:39 +01:00
gltf Fixes gltf import naming_version mixup 2026-04-29 13:00:53 +02:00
godot_physics_2d Fix Godot Physics missing area overlaps after area_set_space 2026-04-11 19:42:31 +02:00
godot_physics_3d Fix Godot Physics missing area overlaps after area_set_space 2026-04-11 19:42:31 +02:00
gridmap Fix incorrect grid floor position before input in the GridMap editor 2026-05-04 20:47:42 -03:00
hdr
interactive_music Bind AudioStreamInteractive TRANSITION_TO_TIME_PREVIOUS_POSITION 2026-04-28 21:14:35 +01:00
jolt_physics Merge pull request #120258 from mxtherfxcker/jolt/fix-gravity-scale-update 2026-06-15 08:52:43 -05:00
jpg Fail JPEG import on fatal errors only. 2026-05-19 14:02:42 +03:00
jsonrpc Style: Apply clang-format grouping rules 2026-03-17 20:11:01 +01:00
ktx Add missing resource_*.h includes 2026-03-27 07:03:39 -04:00
lightmapper_rd Merge pull request #108219 from CookieBadger/area-light-integration 2026-04-14 07:10:56 -05:00
mbedtls Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference. 2026-03-18 20:34:08 +01:00
meshoptimizer Style: Enforce #include validation hook 2026-03-18 10:41:59 +01:00
mobile_vr Improve editor-only class checking 2026-03-25 17:07:39 +03:00
mono SCons: Drop VS2017 support, use C17 universally 2026-04-30 10:07:06 -05:00
mp3 Merge pull request #114861 from dalexeev/improve-editor-only-class-checking 2026-03-30 13:35:14 -05:00
msdfgen
multiplayer Remove unnecessary class_db.h includes 2026-05-02 13:08:34 -04:00
navigation_2d Separate ResourceFormat* methods from main classes 2026-03-27 07:16:20 -04:00
navigation_3d Fix NavigationServer3D map_get_closest_point_normal returning unnormalized vector 2026-04-27 20:07:09 -04:00
noise NoiseTexture2D/3D uses WorkerThreadPool for the noise generation instead of new Threads each 2026-04-10 10:54:44 +02:00
objectdb_profiler Fix RequiredResult<T> not being parsed properly by include-cleaner 2026-05-02 14:02:01 -04:00
ogg Improve editor-only class checking 2026-03-25 17:07:39 +03:00
openxr [XR] Fix a crash when spatial entity marker trackers are detected 2026-06-14 12:48:50 -07:00
raycast Make memnew(RefCounted) return Ref, to force callers to take ownership of it through a reference. 2026-03-18 20:34:08 +01:00
regex Improve editor-only class checking 2026-03-25 17:07:39 +03:00
svg thorvg: Update to 1.0.3 2026-03-31 21:48:43 +02:00
text_server_adv [HarfBuzz] Fix typo in 13.0.0-14.1.0 branch. 2026-05-22 08:37:31 +03:00
text_server_fb fix(text_server_fb): zero-width space detection and rendering 2026-05-21 10:56:54 +02:00
tga
theora [VideoStreamPlaybackTheora] Uninitialize and print error if file has no video stream. 2026-05-26 11:26:43 +03:00
tinyexr Add support for saving HDR screenshots to Image.save_exr functions. 2026-03-27 11:20:06 -04:00
upnp Improve editor-only class checking 2026-03-25 17:07:39 +03:00
vhacd Style: Enforce #include validation hook 2026-03-18 10:41:59 +01:00
visual_shader Fix few typos in visual shader editor 2026-04-11 18:34:15 +03:00
vorbis Merge pull request #114861 from dalexeev/improve-editor-only-class-checking 2026-03-30 13:35:14 -05:00
webp Add missing resource_*.h includes 2026-03-27 07:03:39 -04:00
webrtc Remove p_ and add r_ prefixes to argument names 2026-04-15 13:47:15 -07:00
websocket Improve editor-only class checking 2026-03-25 17:07:39 +03:00
webxr Fix disable_xr=yes disabling the WebXR module 2026-04-21 04:57:52 -05:00
xatlas_unwrap Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
zip Fix ZIPPacker creating empty directory entries - bruvzg fix 2026-06-08 09:18:46 +03:00
modules_builders.py Remove unused includes in modules with clangd-tidy 2026-03-16 16:40:39 +01:00
register_module_types.h
SCsub