godot/servers
lawnjelly 6cb32b696e Portals - force full check on adding moving object
Moving objects being added during instance_moving_create() were incorrectly not forcing a full check to find which room they were within. This could result in moving objects being re-added not correctly identifying their current room, and thus culling incorrectly. This PR forces a full check on calling instance_moving_create.

(cherry picked from commit e7a73579e3)
2022-07-07 14:09:39 +02:00
..
arvr Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
audio Revert "PitchShift effect quality and performance tweaks for different pitch scale values" 2022-03-02 12:03:06 +01:00
camera Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics Fix typos with codespell 2022-06-19 14:06:55 +02:00
physics_2d AreaSW and Area2DSW: fix premature return in call_queries 2022-03-02 12:06:42 +01:00
visual Portals - force full check on adding moving object 2022-07-07 14:09:39 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
arvr_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
arvr_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
audio_server.cpp Fix crash in AudioServer when switching audio devices with different audio channels count (connecting PS5 controller, bluetooth 5.1 headphones etc.) 2022-04-13 12:18:45 +02:00
audio_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
camera_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
camera_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_2d_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_2d_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_server.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
physics_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
register_server_types.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
register_server_types.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
server_wrap_mt_common.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server.cpp Fix typos with codespell 2022-06-19 14:06:55 +02:00
visual_server.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server_callbacks.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
visual_server_callbacks.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00