godot/drivers
Hein-Pieter van Braam d69d58deea Fix Windows file case changing
Windows APIs don't really provide a way to change a filename case. This
implements a little juggling to make this work. We first create a
guaranteed unique temporary file, we then replace the original file with
the temporary file and we finally rename it to the desired filename
case.
2018-02-24 17:37:07 +01:00
..
alsa Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
convex_decomp Fix typos with codespell 2018-02-22 12:17:06 +01:00
coreaudio Fix for a possible compile error under OS X 2018-02-19 22:24:57 +01:00
dummy Create and return LightmapCapture. 2018-02-21 21:49:16 +01:00
gl_context Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gles3 Fix typos with codespell 2018-02-22 12:17:06 +01:00
png Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pulseaudio Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rtaudio Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
unix Clean up some bad words from code comments 2018-02-22 12:22:41 +01:00
wasapi Improved WASAPI driver so that it always uses the default audio device 2018-02-19 22:13:44 +01:00
windows Fix Windows file case changing 2018-02-24 17:37:07 +01:00
xaudio2 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
register_driver_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Disable GLES builders and source from server compilation 2018-02-21 21:48:21 +01:00