godot/servers
lawnjelly 109d08c84a Add protective checks for invalid handle use in BVH
Adds DEV_ASSERTS that will halt at runtime if the BVH is misused with invalid IDs, and adds ERR_FAIL macros to prevent calling with invalid IDs.

Any such misuse is a bug in the physics, but this should flag any errors quickly.
2022-03-23 09:19:26 +00:00
..
audio
camera
debugger
extensions
physics_2d Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
physics_3d Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
rendering
text
xr
audio_server.cpp
audio_server.h
camera_server.cpp
camera_server.h
display_server.cpp
display_server.h
display_server_headless.h
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_3d.cpp
navigation_server_3d.h
physics_server_2d.cpp
physics_server_2d.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_3d.cpp
physics_server_3d.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
register_server_types.cpp
register_server_types.h
rendering_server.cpp
rendering_server.h
SCsub
server_wrap_mt_common.h
text_server.cpp
text_server.h
xr_server.cpp
xr_server.h