godot/modules
Hugo Locurcio 650b1db4b8
Add print_verbose() built-in function to print in verbose mode only
This can be used as a shorthand for:

    if OS.is_stdout_verbose():
        print("...")

Unlike `print_debug()`, this works in release builds too and can
be toggled off in debug builds.
2021-09-21 15:59:49 +02:00
..
basis_universal
bmp
bullet
camera
csg
cvtt
dds
denoise
enet
etcpak
fbx
freetype
gdnative
gdscript LSP: Add support for custom host setting 2021-09-20 13:09:51 +02:00
glslang
gltf Corrected GLTFDocument::save_scene from processing a nullptr 2021-09-20 11:38:39 +00:00
gridmap
hdr
jpg
jsonrpc
lightmapper_rd
mbedtls
meshoptimizer
minimp3
mobile_vr
mono Fix some minor issues in C# XML doc comments 2021-09-18 11:38:22 -05:00
msdfgen
navigation
ogg
opensimplex
opus
pvr
raycast Merge pull request #52545 from JFonS/occ_fixes 2021-09-20 13:20:03 +02:00
regex
squish
svg
text_server_adv HarfBuzz: Update to version 3.0.0 2021-09-20 09:52:45 +03:00
text_server_fb
tga
theora
tinyexr
upnp
vhacd
visual_script Add print_verbose() built-in function to print in verbose mode only 2021-09-21 15:59:49 +02:00
vorbis
webm
webp
webrtc
websocket
webxr
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub