godot/servers
lucicam 7c0255695d Fix failure in set_primary_interface when parameter is null
The program would fail if the parameter is passed as null in set_primary_interface because
in the print_verbose, the get_namea) method is called on the parameter and this causes a
failure if the parameter that was passed is null.
2021-03-25 15:29:16 +02:00
..
arvr Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio Fix AudioEffectCapture buffer length cannot be changed 2021-03-19 10:50:18 +01:00
camera Check if an input image wasn't Image on several functions in CameraFeed 2021-03-14 12:03:22 +01:00
physics [Godot Physics]: Correct typo in moment of inertia calculations. 2021-03-22 20:23:39 -07:00
physics_2d Merge pull request #45618 from RandomShaper/modernize_mt_3.2 2021-02-18 20:47:24 +01:00
visual Merge pull request #46932 from JFonS/fix_lm_capture_env 2021-03-12 12:30:36 +01:00
arvr_server.cpp Fix failure in set_primary_interface when parameter is null 2021-03-25 15:29:16 +02:00
arvr_server.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_server.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
audio_server.h Modernize Mutex 2021-02-18 11:58:08 +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 Backport d800329 AudioEffectCapture to 3.2 2021-02-21 20:14:58 -08: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 Modernize Mutex 2021-02-18 11:58:08 +01:00
visual_server.cpp Take resolution into account when setting the max shadow cubemap size 2021-03-22 23:11:38 -07:00
visual_server.h Merge pull request #46932 from JFonS/fix_lm_capture_env 2021-03-12 12:30:36 +01:00