godot/modules
Juan Linietsky 71d2e38cb5 Optimize Convex Collision
Implements the Gauss Mapping optimization to SAT convex collision test.

* Described [here](https://ubm-twvideo01.s3.amazonaws.com/o1/vault/gdc2013/slides/822403Gregorius_Dirk_TheSeparatingAxisTest.pdf) by Dirk Gregorius.
* Requires adding of face information to edges in MeshData
* Took the chance to convert MeshData to LocalVector for performance.
2022-10-13 19:07:53 +02:00
..
basis_universal
bmp
camera
csg Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
cvtt
dds
denoise
enet Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
etcpak
freetype
gdscript GDScript: fix highlighting '.' after global class name 2022-10-11 22:18:19 -07:00
glslang
gltf SCons: Re-enable treating #warning as error with werror 2022-10-10 16:12:26 +02:00
gridmap Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
hdr
jpg
jsonrpc
lightmapper_rd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
mbedtls
meshoptimizer
minimp3
mobile_vr
mono Merge pull request #67216 from dotlogix/Bugfix/FixErrorWhenSerializingSignals 2022-10-13 09:05:22 +02:00
msdfgen
multiplayer Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
navigation Optimize Convex Collision 2022-10-13 19:07:53 +02:00
noise Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
ogg
openxr Cleanup a bunch of debug messages in OpenXR and change the ones we want to keep to print_verbose 2022-10-10 20:19:18 +11:00
raycast
regex
squish
svg
text_server_adv Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
text_server_fb [TextServer GDExtension] Update build scripts and .gdextension files to use new target names and arch suffixes. 2022-10-05 11:41:03 +03:00
tga
theora Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
tinyexr
upnp
vhacd
vorbis
webp
webrtc
websocket [WebSocket] Fix TCP connection being closed while connecting. 2022-10-13 14:24:54 +02:00
webxr
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub