godot/modules
George Marques b013c0d544
GDScript: Allow tests to run on release builds
- Fix compilation issues by disabling warnings on release builds. This
  also strips warnings from expected result before the comparison to
  avoid false mismatches.
- Add a `#debug-only` flag to tests. Must be the first line of the test
  script. Those won't run with release builds. Can be used for test
  cases that rely on checks only available on debug builds.
2022-02-03 13:32:33 -03:00
..
basis_universal Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
bmp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dds Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
denoise Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
enet Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
etcpak Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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: Allow tests to run on release builds 2022-02-03 13:32:33 -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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
jpg Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
jsonrpc Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
minimp3 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
navigation Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
ogg Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
opensimplex Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
raycast Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
regex Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
squish Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tinyexr Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
upnp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
vhacd Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Update copyright statements to 2022 2022-01-03 21:27:34 +01: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 2022 2022-01-03 21:27:34 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-05-05 11:44:29 +02:00