virtualx-engine/drivers
nikitalita e1a39d66b0
Fix DirAccessWindows::make_dir() choking on ".."
`CreateDirectoryW()` chokes on absolute paths that contain `..`
example: "C:\\workspace\\..\\games\\assets"
Simplifying the path before creating the dir fixes this.

(cherry picked from commit 0d3d5ac769)
2022-11-30 15:06:28 +01:00
..
alsa Make audio thread control flags safe 2022-08-19 11:55:23 +02:00
alsamidi Make audio thread control flags safe 2022-08-19 11:55:23 +02:00
coreaudio Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
coremidi Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
dummy Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
gl_context SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
gles2 [3.x] Fix shader compiler asan out of bounds 2022-11-17 19:24:15 -08:00
gles3 [3.x] Fix shader compiler asan out of bounds 2022-11-17 19:24:15 -08:00
gles_common Batching - fix uninitialized color read 2022-09-06 07:01:18 +01:00
png Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
pulseaudio Make audio thread control flags safe 2022-08-19 11:55:23 +02:00
unix Fix Time.get_unix_time_from_system() not including msecs 2022-08-08 20:31:51 +08:00
wasapi Make audio thread control flags safe 2022-08-19 11:55:23 +02:00
windows Fix DirAccessWindows::make_dir() choking on ".." 2022-11-30 15:06:28 +01:00
winmidi Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
xaudio2 Make audio thread control flags safe 2022-08-19 11:55:23 +02:00
register_driver_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_driver_types.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
SCsub Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00