godot/modules
George Marques 10a1f64968
GDScript: Fix crash caused by uninitialized temp stack slots
This adds initialization to every typed temporary stack slot at the
beginning of the function call instead of emitting instructions, since
those might be in a conditional branch and not be called.
2021-05-17 10:59:43 -03:00
..
basis_universal basis_universal: Update to upstream commit from Apr 16, 2021 2021-05-07 17:26:11 +02:00
bmp fix misaligned loads in bmp loader 2021-05-08 17:07:44 +02:00
bullet Unexpose _direct_state_changed in PhysicsBody 2021-04-22 23:20:58 -05:00
camera Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
csg Change Path to Path3D in CSGPolygon3D 2021-05-01 22:43:36 -05:00
cvtt Modernize atomics 2021-02-18 17:12:46 +01:00
dds Improve resource load cache 2021-02-11 15:44:28 -03:00
denoise Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
enet Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
etcpak Import: Cleanup and optimize etcpak compression method 2021-04-16 17:08:36 +02:00
fbx Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
freetype Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative GDNative: Fix size mismatch on 32-bit platforms for Signal and Callable 2021-05-11 20:25:01 +02:00
gdnavigation Remove uses of auto for better readability and online code reviews 2021-04-26 14:59:28 +02:00
gdscript GDScript: Fix crash caused by uninitialized temp stack slots 2021-05-17 10:59:43 -03:00
glslang Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
gltf Fix some tangent Color typos in GLTF 2021-05-01 18:49:23 -04:00
gridmap Prevent setting too big or too small Collision Mask and Layer 2021-04-30 17:19:04 +02:00
hdr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jpg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jsonrpc Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
lightmapper_rd Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
mbedtls Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
meshoptimizer Scale error in mesh optimizer so it uses absolute scale. 2021-01-11 06:07:54 -08:00
minimp3 Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
mobile_vr Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
mono Merge pull request #45144 from dalexeev/color-consts 2021-05-07 12:22:49 +02:00
ogg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
opensimplex Rename Texture.get_data() to get_image() 2021-03-28 13:00:46 +01:00
opus Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pvr Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
raycast Add checks for __SSE2__ in the lightmap raycaster 2021-05-11 14:09:44 +02:00
regex Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
squish Import: Cleanup and optimize etcpak compression method 2021-04-16 17:08:36 +02:00
stb_vorbis Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
svg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_server_adv ICU: Update to version 69.1, improve ICU data export process. 2021-04-22 16:56:53 +03:00
text_server_fb [Complex Text Layouts] Provide access to glyph contour points. 2021-03-31 09:32:14 +03:00
tga Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
theora Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
tinyexr Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
upnp miniupnpc: Update to version 2.2.2 2021-03-16 10:54:38 +01:00
vhacd Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
visual_script Merge pull request #33577 from Calinou/highlight-control-flow-keywords 2021-05-07 00:52:50 +02:00
vorbis Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webm Print a warning when trying to seek in VideoPlayer 2021-04-14 20:39:13 +02:00
webp Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
webrtc Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
webxr Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
xatlas_unwrap Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
modules_builders.py Enable support for C++ modules tests 2020-07-26 17:41:46 +03:00
register_module_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-05-05 11:44:29 +02:00