godot/modules
Antonio Dell'Annunziata 7b975b50dc
fix(gdscript): Fix infinite loop on type inferernce from super method calls
When infering the type from a `super()` call, the gdscript_editor didn't use the base class to search for the original implementation of the method, but instead searched in the extending class.
This caused the same function to be analyzed for type inference which created the infinite loop.

Solves #63592
2022-07-29 10:22:55 +02:00
..
basis_universal Refactor module initialization 2022-05-04 17:34:51 +02:00
bmp Refactor module initialization 2022-05-04 17:34:51 +02:00
camera Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
csg rename translate(d) to translate(d)_local in Transform 2D/3D 2022-07-16 11:47:54 +02:00
cvtt Refactor module initialization 2022-05-04 17:34:51 +02:00
dds Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +02:00
denoise Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
enet [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
etcpak Refactor module initialization 2022-05-04 17:34:51 +02:00
freetype Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdscript fix(gdscript): Fix infinite loop on type inferernce from super method calls 2022-07-29 10:22:55 +02:00
glslang Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
gltf Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gridmap Merge pull request #57698 from bluenote10/feature/rename_translated_to_translated_local 2022-07-28 10:03:07 +02:00
hdr Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
jpg Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
jsonrpc Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
lightmapper_rd Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
mbedtls Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
meshoptimizer Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
minimp3 Implement BPM support 2022-07-23 07:31:17 +02:00
mobile_vr Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
mono Merge pull request #63049 from Faless/mp/4.x_as_module 2022-07-28 20:46:31 +02:00
msdfgen Refactor module initialization 2022-05-04 17:34:51 +02:00
multiplayer [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
navigation Replace Navigation std::vector use with LocalVector 2022-07-28 20:29:15 +02:00
noise Rename Control PRESET_WIDE to PRESET_FULL_RECT 2022-07-18 20:08:11 -05:00
ogg Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
openxr Add startup flag to override XR mode settings 2022-07-28 11:50:34 +10:00
raycast Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
regex Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
squish Refactor module initialization 2022-05-04 17:34:51 +02:00
svg round dimensions of svg 2022-07-21 20:11:29 -05:00
text_server_adv Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
text_server_fb Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
tga Refactor module initialization 2022-05-04 17:34:51 +02:00
theora Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
tinyexr Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
upnp Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
vhacd Refactor module initialization 2022-05-04 17:34:51 +02:00
visual_script [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
vorbis Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
webp Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
webrtc [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
websocket [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
webxr Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
xatlas_unwrap Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub SCons: Improve logic to generate `modules_tests.gen.h` 2022-02-08 13:01:35 +01:00
modules_builders.py SCons: Improve logic to generate `modules_tests.gen.h` 2022-02-08 13:01:35 +01:00
register_module_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00