pandemonium_engine/drivers
nikitalita 90a8cad6ed 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 0d3d5ac76983de35b8c1dddd65a4c2f8be74d555)
2022-11-30 19:27:06 +01:00
..
alsa Fix compile. 2022-09-16 13:05:22 +02:00
alsamidi Make audio thread control flags safe 2022-09-16 12:57:59 +02:00
coreaudio
coremidi
dummy Renamed Environment to Environment3D, and WorldEnvironment to WorldEnvironment3D. 2022-08-29 17:21:40 +02:00
gl_context
gles2 Take FXAA samples from half-pixel coordinates to improve quality 2022-11-30 19:09:24 +01:00
gles_common Batching - fix uninitialized color read 2022-09-16 23:30:31 +02:00
png
pulseaudio Fix compile. 2022-09-16 13:05:22 +02:00
unix Also renamed the files. 2022-08-19 21:24:36 +02:00
wasapi Fix compile. 2022-09-16 13:05:22 +02:00
windows Fix DirAccessWindows::make_dir() choking on ".." 2022-11-30 19:27:06 +01:00
winmidi
xaudio2 Fix compile. 2022-09-16 13:05:22 +02:00
register_driver_types.cpp
register_driver_types.h
SCsub