godot/modules
George Marques 877802e252
GDScript: Don't warn on unassigned for builtin-typed variables
If the type of a variable is a built-in Variant type, then it will
automatically be assigned a default value based on the type. This means
that the explicit initialization may be unnecessary. Thus this commit
removes the warning in such case.

This also changes the meaning of the unassigned warning to happen when
the variable is used before being assigned, not when it has zero
assignments.
2024-04-10 11:59:57 -03:00
..
astcenc
basis_universal
bmp
camera
csg
cvtt
dds Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
enet
etcpak
fbx Apply "Remove Immutable Tracks" after post-import. 2024-03-30 23:45:22 -07:00
freetype
gdscript GDScript: Don't warn on unassigned for builtin-typed variables 2024-04-10 11:59:57 -03:00
glslang
gltf Merge pull request #90230 from aaronfranke/gltf-sep-shape3d-res 2024-04-08 11:21:02 +02:00
gridmap Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
hdr
interactive_music
jpg
jsonrpc
ktx libktx: Update to 4.3.2 2024-04-05 12:18:00 +02:00
lightmapper_rd Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
mbedtls SCons: Fix Ninja compilation with MSVC 2024-04-04 10:16:33 -05:00
meshoptimizer
minimp3
mobile_vr
mono Merge pull request #90060 from warquys/CSharp-DebugInfo 2024-04-08 11:20:46 +02:00
msdfgen
multiplayer Merge pull request #89839 from timothyqiu/meanwhile 2024-04-08 11:20:25 +02:00
navigation Make 2D navigation mesh baking parse all TileMapLayers 2024-04-04 10:45:53 +02:00
noise
ogg
openxr Merge pull request #90391 from AThousandShips/xr_bind_fix 2024-04-08 18:42:44 +02:00
raycast Merge pull request #88783 from Chubercik/embree-4.3.1 2024-04-04 14:31:02 +02:00
regex pcre2: Remove unused sjlit files after last update 2024-03-15 09:38:45 +01:00
squish
svg
text_server_adv Merge pull request #90349 from bruvzg/empty_glyph_test 2024-04-08 11:21:58 +02:00
text_server_fb [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px and avoid unnecessary texture updates. 2024-04-07 18:19:45 +03:00
tga
theora Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
tinyexr
upnp Use local variable to stop memory leak. 2024-04-05 09:13:27 +11:00
vhacd
vorbis
webp Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
webrtc
websocket
webxr
xatlas_unwrap
zip Fix ZIPReader.get_files() error on empty zip files 2024-04-08 15:57:35 -04:00
modules_builders.py
register_module_types.h
SCsub