godot/modules
Raul Santos c5db2cfec2 [.NET] Require net9.0 for Android exports
To ensure Android exports are compatible with the new Play Store
requirement that all `.so` libraries included are aligned to 16k,
we now require C# projects to target `net9.0` which uses the
correct alignment (as opposed to the current one of 4k).

The thirdparty jar library has also been updated to the one from
the 9.0.4 runtime package so it's compatible with non-gradle
builds targeting `net9.0`.

Non-android projects are not affect, the minimum TFM is still
`net8.0`.
2025-09-26 17:11:31 +05:30
..
astcenc astcenc: Allow runtime decompression of ASTC formats 2025-01-03 12:07:22 +01:00
basis_universal BasisUniversal: Ensure ASTC's HDR variant is supported when transcoding 2025-03-14 00:18:49 +01:00
bcdec bcdec: Fix unnecessary alignment of texture resolution when only one of its dimensions isn't divisible by 4 2025-02-24 21:40:34 +01:00
betsy Force multiple of 4 sizes for Betsy compressor. 2025-03-19 12:55:39 +01:00
bmp SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
camera Remove unused headers in servers. 2024-12-20 18:51:01 +08:00
csg Fix collision reposition with CSGShape3D 2025-02-13 19:31:58 +04:00
cvtt Image: More cleanup and reduced code duplication. 2024-12-12 11:52:59 +01:00
dds Round DDS width/height to next divisor multiple for block compression 2024-11-25 12:55:05 -05:00
enet [ENet] Explicitely destroy hosts on close 2025-02-14 15:51:03 +01:00
etcpak Merge pull request #100365 from BlueCube3310/etc-decompress 2025-01-14 00:21:55 +01:00
fbx Remove unused EditorSceneFormatImporter::_get_import_flags 2025-01-14 16:57:06 +01:00
freetype Linux: Relax interdependency between freetype, libpng, and zlib for unvendored builds 2025-01-09 00:28:46 +01:00
gdscript Update links to the contributing section of the docs to the appropriate new sections. 2025-09-12 09:26:27 -05:00
glslang SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
gltf Fix compiling on arm64 Linux 2025-02-25 14:47:29 -08:00
godot_physics_2d Fix various typos 2025-01-08 14:47:42 +02:00
godot_physics_3d Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
gridmap Merge pull request #100882 from smix8/node_navmesh_geo_parsers 2025-01-16 17:18:01 -06:00
hdr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
interactive_music Set interactive music streams as meta streams 2025-03-14 00:19:02 +01:00
jolt_physics Fix shape always being zero with get_rest_info when using Jolt Physics 2025-03-25 23:14:49 +01:00
jpg Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
jsonrpc Jsonrpc: Convert ids to int if they are int by value 2024-12-30 20:06:02 +01:00
ktx KTX: Add support for loading most ETC-compressed formats 2025-01-14 13:17:45 +01:00
lightmapper_rd Lightmapper: Expose the JNLM denoiser region size in the project settings 2025-02-13 12:00:51 +01:00
mbedtls [mbedTLS] Enable TLS 1.3 negotiation by default 2025-02-24 14:04:09 +01:00
meshoptimizer Rewrite index optimization code for maximum efficiency 2024-11-04 06:58:06 -08:00
minimp3 Add AudioStreamMP3 load_from_file/load_from_buffer and harmonize other audio streams 2025-01-09 15:46:04 +01:00
mobile_vr Inform that Android sensors must be enabled for MobileVR support 2025-02-27 12:53:57 -08:00
mono [.NET] Require net9.0 for Android exports 2025-09-26 17:11:31 +05:30
msdfgen msdfgen: Update to 1.12 2025-01-09 22:03:43 +01:00
multiplayer Use FlowContainer for EditorNetworkProfiler bar 2025-03-12 14:59:04 +01:00
navigation Fix NavBase properties not requesting sync 2025-02-12 12:16:53 +01:00
noise Thirdparty: Harmonize patches to document downstream changes 2025-02-06 01:40:03 +01:00
ogg SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
openxr Register editor-only OpenXR* classes as api_type = "editor" instead of "core" 2025-03-12 23:18:00 +01:00
raycast Calculate the viewport location correctly in OpenXR 2025-03-20 16:38:41 +01:00
regex Replace some problematic uses of String::num to String::num_int64 2025-01-15 12:51:51 -05:00
svg ThorVG: Explicitly enable embedded texture support with THORVG_FILE_IO_SUPPORT 2025-02-12 19:05:28 +01:00
text_server_adv Don't apply font color to colored emojis 2025-04-01 14:03:43 +02:00
text_server_fb Don't apply font color to colored emojis 2025-04-01 14:03:43 +02:00
tga Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
theora Replace memnew with instantiate 2025-02-13 15:34:00 +01:00
tinyexr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
upnp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
vhacd SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
vorbis Add AudioStreamMP3 load_from_file/load_from_buffer and harmonize other audio streams 2025-01-09 15:46:04 +01:00
webp Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
webrtc Improve use of Ref.is_null/valid 2024-12-23 16:35:02 -05:00
websocket [WS] Fix wslay multi-frame message parsing (again) 2025-01-28 16:26:11 +01:00
webxr Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
xatlas_unwrap SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
zip Add a code sample that extracts all files to ZIPReader documentation 2024-12-03 00:37:50 +01:00
register_module_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Use scons to calculate all the sources needed for vsproj generation. 2024-11-21 11:11:35 +01:00