godot/modules
smix8 3e01d32b4c Clamp NavigationMesh sample_distance above zero
While default ReCast library has support for 0.0 'sample_distance' the Godot implementation does not an crashes.
Previously Godot would set all sample_distance values below 0.9 to 0 which causes the crashes.

This limits the sample_distance range selection to 0.1 - 16.0 and also clamps sample_distance that are below 0.1 before ReCast receives them.

(cherry picked from commit e33fa9d833)
2022-05-16 21:10:36 +02:00
..
bmp
bullet Merge pull request #59864 from rburing/bullet_skip_depenetrate_from_void_3.x 2022-04-29 14:41:31 +02:00
camera Fix typos with codespell 2022-02-11 09:50:59 +01:00
csg Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
cvtt
dds
denoise
enet Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
etc
fbx Simplify FBX importer project settings registering 2022-03-29 15:00:31 +08:00
freetype Add binary MO translation file support. Add brotli decoder and WOFF2 support. 2022-03-25 19:51:39 +02:00
gdnative Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
gdscript Improve description for GDScript built-in range 2022-05-16 17:14:43 +02:00
gltf Document that glTF classes are only usable in editor builds 2022-04-22 19:08:37 +02:00
gridmap Portals - show gridmaps using global mode 2022-05-07 10:09:12 +01:00
hdr
jpg
jsonrpc
lightmapper_cpu Add support for saving multiple Images in BakedLightmap 2022-02-15 16:13:00 +01:00
mbedtls Bump mbedTLS version to 2.28.0 (new LTS). 2022-01-19 14:03:03 +01:00
minimp3 Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
mobile_vr Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
mono Fix blank command prompts spawning 2022-05-16 17:14:43 +02:00
navigation Clamp NavigationMesh sample_distance above zero 2022-05-16 21:10:36 +02:00
ogg
opensimplex Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
opus
pvr
raycast
regex Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
squish
stb_vorbis Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
svg ImageLoader: Remove references to unsupported svgz extension 2022-01-17 10:52:32 +01:00
tga
theora Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
tinyexr
upnp Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
vhacd
visual_script Merge pull request #54629 from Gallilus/Fixes-copy-paste-issue-in-the-visual-script-editor-3.x 2022-04-15 21:19:09 +02:00
vorbis
webm Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
webp
webrtc Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
websocket Added set_extra_headers() to WebSocketServer 2022-04-13 11:43:49 +02:00
webxr Add WebXRInterface.xr_standard_mapping flag to attempt to convert button/axis ids to match other AR/VR interfaces 2022-04-08 10:46:38 -05:00
xatlas_unwrap Add sanity checks to lightmap unwrap texel size 2022-02-24 13:31:17 +01:00
SCsub
modules_builders.py
register_module_types.h