raze-gles/source/audiolib/src
Christoph Oelckers 2cbe211e7c - transitioned project to CMake and deleted most of the old build system.
The EDuke32 and RedNukem frontends are working, Blood isn't yet.

Notes:

many of the CMake variables and its output still refer to zdoom. Before changing that I wanted to make sure to be able to commit something that works.
support code for Windows XP has been entirely removed. On Windows this will only target Vista and up.
the crc32.h header had to be renamed to deconflict from zlib.
several Windows API calls were changed to call the A-versions directly. Weirdly enough there were places that defined their parameters as T types but in a non-working way.
removed some remaining editor files and support for the native software rendering only Windows backend.
in a few simple cases, replaced 'char' with 'uint8_t'. The code as-is depends on chars being unsigned which is non-portable. This needs to be carefully reviewed.
2019-09-22 23:15:46 +02:00
..
_midi.h Move midi stuff to audiolib 2019-09-21 09:37:07 +02:00
_multivc.h Audiolib housekeeping 2019-09-20 15:50:09 +02:00
driver_directsound.cpp - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
driver_directsound.h Tweak DirectSound error 2019-09-20 15:46:39 +02:00
driver_nosound.cpp Fix screwed up spacing in a few audiolib files. No functional changes. 2018-10-25 23:33:14 +00:00
driver_nosound.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
driver_sdl.cpp - removed Android and Mapster headers plus raw EDuke assets in Blood folder. 2019-09-21 19:30:20 +02:00
driver_sdl.h Add ifdef guard 2019-09-20 16:02:51 +02:00
drivers.cpp Fix screwed up spacing in a few audiolib files. No functional changes. 2018-10-25 23:33:14 +00:00
flac.cpp Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree() 2019-09-20 12:07:10 +02:00
formats.cpp - sound system additions from NBlood, except for the backing code for OPL playback. 2019-09-19 20:22:09 +02:00
fx_man.cpp - sound system additions from NBlood, except for the backing code for OPL playback. 2019-09-19 20:22:09 +02:00
gmtimbre.cpp Move midi stuff to audiolib 2019-09-21 09:37:07 +02:00
midi.cpp Move midi stuff to audiolib 2019-09-21 09:37:07 +02:00
mix.cpp Fix 16-bit audio mixing 2019-09-21 10:21:27 +02:00
mixst.cpp Fix 16-bit audio mixing 2019-09-21 10:21:27 +02:00
mpu401.cpp Move midi stuff to audiolib 2019-09-21 09:37:07 +02:00
multivoc.cpp - fixed everything to compile again. 2019-09-20 19:37:29 +02:00
music.cpp Move midi stuff to audiolib 2019-09-21 09:37:07 +02:00
pitch.cpp pitch.cpp cleanup. 2018-10-25 23:30:51 +00:00
pitch.h pitch.cpp cleanup. 2018-10-25 23:30:51 +00:00
sdlmusic.cpp Move midi stuff to audiolib 2019-09-21 09:37:07 +02:00
vorbis.cpp Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree() 2019-09-20 12:07:10 +02:00
xa.cpp Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree() 2019-09-20 12:07:10 +02:00
xmp.cpp - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00