godot/modules
George Marques 7725ebf3d2
GDScript: Use path cache when checking preloaded scripts
The path itself might not always be set in some cases, especially when
the script is just created and is already in the resource cache. Using
get_path() in this case gets the correct resource path.

This also adds a null check for safety in case the path is incorrect or
missing, to avoid a crash in the engine.
2021-10-04 20:48:39 -03:00
..
basis_universal
bmp Merge pull request #46555 from gongpha/line-ptr-more-than-size-bmp 2021-10-03 17:41:43 +02:00
bullet Fix crash when pinned SoftBody point is out of range 2021-10-04 16:42:53 +08:00
camera [macOS] Request camera permission before session init. 2021-08-22 00:34:02 +03:00
csg Use range iterators for Map 2021-09-30 15:09:12 -06:00
cvtt
dds
denoise Fix some unnecessary includes 2021-08-13 00:27:38 -05:00
enet [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
etcpak etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021) 2021-09-22 13:17:07 +02:00
fbx GLTF for game templates. 2021-10-03 12:37:52 -07:00
freetype HTML5: Fix warnings and re-enable werror=yes on CI 2021-08-06 12:12:37 +02:00
gdnative Merge pull request #53290 from Faless/mp/4.x_opts_names 2021-10-01 21:35:08 +02:00
gdscript GDScript: Use path cache when checking preloaded scripts 2021-10-04 20:48:39 -03:00
glslang Vulkan: Update volk and Vulkan SDK components to 1.2.190 2021-09-22 12:56:15 +02:00
gltf Enable GLTFDocumentExtensionConvertImporterMesh only in games. 2021-10-04 09:47:34 -07:00
gridmap Use range iterators for Map 2021-09-30 15:09:12 -06:00
hdr
jpg
jsonrpc
lightmapper_rd GPULightmapper exclude back-face triangles while calculating bounces 2021-09-14 22:29:31 +02:00
mbedtls
meshoptimizer
minimp3 Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
mobile_vr Improve unregistering XR interfaces so we don't get crashes in GDExtensions by destroying the XRServer too early 2021-09-28 12:25:15 +10:00
mono Fix some leftover references to idle_frame 2021-10-04 20:57:31 +02:00
msdfgen Makes FontData importable resource. 2021-08-27 15:43:18 +03:00
navigation Use range iterators for Map 2021-09-30 15:09:12 -06:00
ogg Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
opensimplex Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
opus
pvr
raycast Merge pull request #53245 from JFonS/occ_fixes2 2021-09-30 19:58:05 +02:00
regex Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
squish
svg
text_server_adv Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
text_server_fb Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
tga
theora Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
tinyexr
upnp Document how to set up UPnP in a non-blocking manner 2021-09-30 18:28:12 +02:00
vhacd Clean convex hull decomposition code 2021-09-14 17:14:06 -07:00
visual_script Fix some leftover references to idle_frame 2021-10-04 20:57:31 +02:00
vorbis Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
webm Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
webp
webrtc [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
websocket Use range iterators for Map 2021-09-30 15:09:12 -06:00
webxr Improve unregistering XR interfaces so we don't get crashes in GDExtensions by destroying the XRServer too early 2021-09-28 12:25:15 +10:00
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub