ioq3quest/code/client
Tim Angus 84c4f21082 * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com>
+ An abstract codec system, simplifying support for new formats
  + Changes versus BlackAura's patch:
    o Consolidated the OpenAL parts into one file
    o Changed the function naming scheme to more closely resemble Q3
    o Changed the interface to fall back on the "base" sound system
      if loading OpenAL fails
  + This is enabled on Linux and MinGW for now, but should work on the
    other *nixs with appropriate additions to the Makefile
  + NOT enabled on OS X or MSVC Windows builds
  + Probably breaks the Windows build again
* Retabulated sdl_snd.c and made the messages less verbose since
  there do not seem to be many having problems with SDL sound now
2005-11-13 18:58:14 +00:00
..
cl_cgame.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_cin.c * Replaced a bunch of inline and __inline with ID_INLINE 2005-11-04 22:32:00 +00:00
cl_console.c * General decrufting: 2005-10-29 23:13:09 +00:00
cl_input.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_keys.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_main.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_net_chan.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_parse.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_scrn.c * Added STATUS 2005-10-29 01:53:09 +00:00
cl_ui.c * Added STATUS 2005-10-29 01:53:09 +00:00
client.h * Added STATUS 2005-10-29 01:53:09 +00:00
keycodes.h * Added STATUS 2005-10-29 01:53:09 +00:00
keys.h * Added STATUS 2005-10-29 01:53:09 +00:00
qal.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
qal.h * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_adpcm.c First diff from Andreas Schneider: 2005-08-31 18:00:00 +00:00
snd_codec.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_codec.h * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_codec_wav.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_dma.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_local.h * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_main.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_mem.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_mix.c * Replaced a bunch of inline and __inline with ID_INLINE 2005-11-04 22:32:00 +00:00
snd_openal.c * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com> 2005-11-13 18:58:14 +00:00
snd_public.h * Added STATUS 2005-10-29 01:53:09 +00:00
snd_wavelet.c * Added STATUS 2005-10-29 01:53:09 +00:00