godot/drivers/windows
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
..
dir_access_windows.cpp Fix Windows file case changing 2018-02-24 17:37:07 +01:00
dir_access_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access_windows.cpp fix buffer write performance on Windows and Unix 2018-02-19 22:13:45 +01:00
file_access_windows.h fix buffer write performance on Windows and Unix 2018-02-19 22:13:45 +01:00
mutex_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mutex_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
packet_peer_udp_winsock.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
packet_peer_udp_winsock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rw_lock_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rw_lock_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
semaphore_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
semaphore_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shell_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shell_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
stream_peer_tcp_winsock.cpp Display set_nodelay to GDScript 2018-02-04 20:02:04 +01:00
stream_peer_tcp_winsock.h Display set_nodelay to GDScript 2018-02-04 20:02:04 +01:00
tcp_server_winsock.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tcp_server_winsock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00