godot/modules
George Marques 4a7d49a89a
GDScript: Replace ptrcalls on MethodBind to validated calls
This improves the performance of typed calls to engine methods when the
argument types are exact.

Using validated calls delegate more of the work the core instead of
doing argument unpacking in the VM. It also does not need different
instructions for each return type, simplifying the code.
2023-10-06 11:15:44 -03:00
..
astcenc
basis_universal [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
bmp Fix some typos in source. 2023-10-04 19:55:11 +09:00
camera
csg [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
cvtt
dds Fix grayscale dds loading 2023-08-29 19:24:22 +02:00
enet [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
etcpak
freetype UWP: Remove platform port, needs to be redone from scratch for 4.x 2023-09-07 15:01:59 +02:00
gdscript GDScript: Replace ptrcalls on MethodBind to validated calls 2023-10-06 11:15:44 -03:00
glslang vulkan: Update all components to Vulkan SDK 1.3.261.1 2023-09-01 11:23:48 +02:00
gltf Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
gridmap Make 3D editor gizmos and debug shapes ignore fog 2023-09-27 00:54:57 +02:00
hdr
jpg
jsonrpc
ktx
lightmapper_rd Merge pull request #82533 from DarioSamo/no-dilate-before-denoise 2023-09-29 19:47:29 +02:00
mbedtls [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
meshoptimizer
minimp3 Add build option for MP1/MP2 audio format support. 2023-09-30 21:46:59 +02:00
mobile_vr
mono Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
msdfgen
multiplayer [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
navigation Add vararg call() method to C++ Callable 2023-10-05 11:35:29 +02:00
noise
ogg
openxr Merge pull request #82752 from decacis/openxr_swapchain_error 2023-10-06 12:52:52 +02:00
raycast Fix RaycastOcclusionCull World3D scenario memory leak 2023-09-26 21:53:17 +03:00
regex Adds additional tests for RegEx class 2023-09-25 01:03:49 -03:00
squish
svg ThorVG: update to v0.11.0 release. 2023-09-29 19:50:19 +02:00
text_server_adv Merge pull request #82475 from bruvzg/ts_spacing_var 2023-10-03 17:23:43 +02:00
text_server_fb Merge pull request #82475 from bruvzg/ts_spacing_var 2023-10-03 17:23:43 +02:00
tga
theora
tinyexr
upnp [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
vhacd
vorbis Only warn once about OGG seeking issues 2023-09-15 11:04:39 -07:00
webp
webrtc Cleanup some GLOBAL_DEFs 2023-09-15 21:32:23 +02:00
websocket [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2023-09-26 16:44:52 +02:00
webxr
xatlas_unwrap
zip Use pass by reference in ZIPPacker & ZIPReader signatures 2023-09-10 00:22:53 +02:00
SCsub
modules_builders.py
register_module_types.h