pandemonium_engine/modules
smix8 63a51b546e 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 e33fa9d8331f38c8c404b9d6ea286eacb503d3bb)
2022-07-27 19:05:26 +02:00
..
bmp
broken_seals_module
cscript Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
cvtt
database Reimplemented migrations support. 2022-07-23 14:46:05 +02:00
database_mysql Moved the database backends into their own modules. All of them are disabled for now. 2022-07-06 13:13:00 +02:00
database_postgres Moved the database backends into their own modules. All of them are disabled for now. 2022-07-06 13:13:00 +02:00
database_sqlite Fix unused variable found by emscripten in sqlite3.c. 2022-07-27 19:04:04 +02:00
dds
enet
entity_spell_system
etc
fastnoise
freetype
gdscript Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
gltf Document that glTF classes are only usable in editor builds 2022-07-26 15:10:11 +02:00
hdr
jpg
material_maker
mbedtls
mesh_data_resource
mesh_utils
minimp3
navigation Clamp NavigationMesh sample_distance above zero 2022-07-27 19:05:26 +02:00
network_synchronizer
ogg
opensimplex
opus
paint Fix property setter. 2022-06-22 00:43:52 +02:00
plugin_refresher Implement the actual addon refresh / reload logic, alongside a few smaller logic tweaks. 2022-07-17 01:22:39 +02:00
props
props_2d
pvr
regex
rtile_map ported: Expose tile_texture property - KoBeWi 2022-07-27 14:19:41 +02:00
skeleton_editor
squish
stb_vorbis
svg
terraman
terraman_2d
text_editor Fix potential crash. 2022-07-21 19:48:08 +02:00
texture_packer
tga
theora
thread_pool
tinyexr
ui_extensions
upnp
users Cleaned up and added UserManagerDB to the build. 2022-07-24 16:26:23 +02:00
vhacd
vorbis
voxelman
web Added an api to the web server simple to add / remove mime types from scripts. 2022-07-24 18:09:45 +02:00
websocket Added set_extra_headers() to WebSocketServer 2022-07-26 12:43:31 +02:00
wfc
world_generator/addon
modules_builders.py
register_module_types.h
SCsub