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
enet [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
etcpak
freetype
gdscript GDScript: Replace ptrcalls on MethodBind to validated calls 2023-10-06 11:15:44 -03:00
glslang
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
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
webp
webrtc
websocket [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
webxr
xatlas_unwrap
zip
modules_builders.py
register_module_types.h
SCsub