godot/drivers
Rémi Verschelde 3b11e33a09
clang-format: Disable alignment of operands, too unreliable
Sets `AlignOperands` to `DontAlign`.

`clang-format` developers seem to mostly care about space-based indentation and
every other version of clang-format breaks the bad mismatch of tabs and spaces
that it seems to use for operand alignment. So it's better without, so that it
respects our two-tabs `ContinuationIndentWidth`.
2021-10-28 15:19:35 +02:00
..
alsa Omit some functions in alsa wrapper 2021-02-22 19:22:53 +01:00
alsamidi Don't clobber original library symbols 2021-02-18 00:21:10 +01:00
coreaudio Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
coremidi Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
png Build for 64-bit ARM by default when compiling or exporting for Android 2021-10-12 16:35:49 +02:00
pulseaudio Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
vulkan clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
wasapi Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency 2021-10-06 16:35:35 +02:00
windows Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master 2021-10-05 12:03:05 +02:00
winmidi Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
xaudio2 Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
register_driver_types.cpp Add driver types to GD extension initialisation levels 2021-09-13 18:50:00 +10:00
register_driver_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub LinuxBSD now compiles without vulkan/x11. 2021-06-01 16:27:54 +02:00