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
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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
jpg
jsonrpc
ktx
lightmapper_rd Merge pull request 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 Merge pull request from Auburn/cellular-jitter-fix 2023-08-17 12:28:41 +02:00
ogg
openxr Merge pull request 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 Fix misuses of error macros 2023-04-18 10:20:48 +03:00
svg ThorVG: update to v0.11.0 release. 2023-09-29 19:50:19 +02:00
text_server_adv Merge pull request from bruvzg/ts_spacing_var 2023-10-03 17:23:43 +02:00
text_server_fb Merge pull request from bruvzg/ts_spacing_var 2023-10-03 17:23:43 +02:00
tga One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
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 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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
xatlas_unwrap
zip
modules_builders.py SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00
register_module_types.h
SCsub