godot/servers
lawnjelly 2527067c4d Partially revert change to BVH render tree update method
Leaves in the bug fixes, but reverts the change to the update method.

Turns out the new update method of getting the scenarios was causing problems, I will need to consult with reduz on the best way of getting access to the scenarios for a single update per frame.

Doing multiple updates isn't terrible but it should be nicer to get a single update working, as it should be more efficient, and give a single point for pairing callbacks.
2021-01-20 19:15:07 +00:00
..
arvr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
camera Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics BVH broadphase creates objects with updated AABB to avoid extra checks 2021-01-19 12:22:33 -07:00
physics_2d Merge pull request #43924 from madmiraal/fix-43588-3.2 2021-01-14 20:44:40 +01:00
visual Partially revert change to BVH render tree update method 2021-01-20 19:15:07 +00:00
arvr_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
arvr_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
camera_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
camera_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_2d_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_2d_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_server.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_server_types.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
register_server_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
server_wrap_mt_common.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_server.cpp CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
visual_server.h Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00