godot/drivers
souplamp 5300daaff2
Audio rename (device, capture_device) -> (output_device, input_device)
Change instances of audio properties 'device' to 'output_device',
and instances of audio properties 'capture_device' to 'input_device',
as well as their subsequent getter & setter functions.

Update the docs to reflect these changes, as well as the
3-to-4 converter for GDScript and CSharp to make proper
conversions (only exception is 'device' since that name
is too vague and might replace non-AudioServer related
instances, such as user comments and variables).

This does not change internal references to references like
'Render Client' and 'Capture Client' in WASAPI; such is outside the
scope of this commit. This also does not change ALSA's references,
considering that it uses 'device' to mean input and output
interchangeably.

Other references are changed, however where applicable,
to be consistent with the new AudioServer methods and property
names.
2023-01-31 18:25:11 +01:00
..
alsa [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
alsamidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
coreaudio Audio rename (device, capture_device) -> (output_device, input_device) 2023-01-31 18:25:11 +01:00
coremidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gl_context Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
gles3 Merge pull request #72433 from clayjohn/Pointlight2D-crash 2023-01-31 10:54:02 +01:00
png One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
pulseaudio Audio rename (device, capture_device) -> (output_device, input_device) 2023-01-31 18:25:11 +01:00
unix Merge pull request #71514 from akien-mga/os-unset_environment 2023-01-18 08:35:43 +01:00
vulkan Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer 2023-01-23 12:38:09 -08:00
wasapi Audio rename (device, capture_device) -> (output_device, input_device) 2023-01-31 18:25:11 +01:00
windows Prevent opening Windows console files 2023-01-11 15:05:29 +01:00
winmidi One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xaudio2 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_driver_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Refactor SPIR-V reflection into a generic RenderingDevice feature 2022-12-12 14:14:53 +01:00