virtualx-engine/modules
lawnjelly adf14bfdde Add nodiscard to core math classes to catch c++ errors.
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
2022-01-20 17:28:31 +00:00
..
bmp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
bullet Add nodiscard to core math classes to catch c++ errors. 2022-01-20 17:28:31 +00:00
camera Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
csg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cvtt Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dds Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
denoise Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
enet Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
etc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
fbx Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
freetype freetype: Update to upstream version 2.11.1 2022-01-19 14:03:38 +01:00
gdnative Merge pull request #56630 from Pineapple/replace-find-last 2022-01-18 16:36:52 +01:00
gdscript Fix crash when is keyword is tested against a String variable 2022-01-14 23:37:04 +08:00
gltf Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gridmap Merge pull request #56620 from timothyqiu/left-right-palette-3.x 2022-01-18 16:38:26 +01:00
hdr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
jpg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
jsonrpc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
lightmapper_cpu Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mbedtls Bump mbedTLS version to 2.28.0 (new LTS). 2022-01-19 14:03:03 +01:00
minimp3 Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mobile_vr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mono Fix marshaling values of generic Godot Dictionary 2022-01-19 14:04:22 +01:00
navigation Fix indexing of polygon points when building path. 2022-01-19 23:39:43 +01:00
ogg Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
opensimplex Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
opus Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
pvr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
raycast Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
regex Fix for RegEx.search() memory leak on Windows 2022-01-13 20:41:10 +01:00
squish Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stb_vorbis Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
svg ImageLoader: Remove references to unsupported svgz extension 2022-01-17 10:52:32 +01:00
tga Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
theora Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tinyexr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
upnp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
vhacd Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_script Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
vorbis Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webm Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webrtc Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
webxr Fix touch events when using smartphone AR with WebXR 2022-01-15 14:54:45 -06:00
xatlas_unwrap Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
modules_builders.py SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
register_module_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00