godot/modules
George Marques ad6e2e82a9
GDScript: Consolidate behavior for assigning enum types
This makes sure that assigning values to enum-typed variables are
consistent. Same enum is always valid, different enum is always
invalid (without casting) and assigning `int` creates a warning
if there is no casting.

There are new test cases to ensure this behavior doesn't break in
the future.
2022-02-03 13:32:16 -03:00
..
basis_universal
bmp
bullet Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
camera Fix multiple missing UTF-8 decoding. 2022-01-06 14:35:22 +02:00
csg Fix secondary handles in editor gizmos 2022-01-12 14:21:20 +01:00
cvtt
dds
denoise
enet
etcpak
fbx Fix crash on importing FBX file 2022-01-10 18:24:31 +08:00
freetype freetype: Update to upstream version 2.11.1 2022-01-13 08:40:18 +01:00
gdnative Improve locale detection. 2022-01-18 14:30:00 +02:00
gdscript GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 -03:00
glslang glslang: Fix support for building against public/system library 2022-01-12 14:36:02 +01:00
gltf Skip Draco-compressed glTF 3d format files. 2022-01-08 10:14:46 -08:00
gridmap Merge pull request #56619 from timothyqiu/left-right-palette 2022-01-18 16:38:09 +01:00
hdr
jpg
jsonrpc
lightmapper_rd Use fill() to fill an entire image instead of setting pixels individually. 2022-01-08 17:43:15 +05:45
mbedtls Merge pull request #56130 from Faless/mbedtls/2.28.0 2022-01-11 15:03:28 +01:00
meshoptimizer
minimp3
mobile_vr Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
mono Merge pull request #55679 from raulsntos/script_reload_fix 2022-01-16 11:56:39 +01:00
msdfgen
navigation Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
ogg
opensimplex
raycast
regex
squish
svg Use ThorVG instead of NanoSVG for importing SVGs 2022-01-14 15:49:39 +01:00
text_server_adv [TextServer] Implement locale and context sensitive case conversion functions. 2022-01-17 14:23:36 +02:00
text_server_fb [TextServer] Implement locale and context sensitive case conversion functions. 2022-01-17 14:23:36 +02:00
tga Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
theora
tinyexr
upnp
vhacd
visual_script Fix crash when exiting the editor 2022-01-15 11:22:18 +08:00
vorbis Merge pull request #56375 from Cnidarias/ogg_missing_right_channel 2022-01-04 07:51:07 -08:00
webp
webrtc Dictionary: Serialize empty dict as {} instead of {\n} 2022-01-18 11:31:21 +01:00
websocket Fixed incorrect property types 2022-01-11 17:17:11 +05:30
webxr Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub