summaryrefslogtreecommitdiff
path: root/pcsound
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-10pcsound: Fix resouce leak with speaker_handle.Simon Howard
2013-08-11Remove Windows CE support.Simon Howard
2010-01-27Add tags files to svn:ignore properties.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-06-11Include libc_wince.h on Windows CE.Simon Howard
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
2009-06-07Add missing SDL_thread include.Simon Howard
2009-05-17Always use an SDL buffer size that is a power of two. Reduce buffer sizeSimon Howard
2009-05-07Calculate SDL buffer size automatically based on sample rate.Simon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2008-04-15Make the BSD PC speaker driver work on FreeBSD.Simon Howard
2008-01-20Use strcmp(), not strcasecmp() for checking driver nameSimon Howard
2008-01-20Revert doomdef.h include added to pcsound.c.Simon Howard
2008-01-16Added MSVC9 (2k8 Express) Project File; The client builds but -setup andGhostlyDeath
2007-09-03Try to open /dev/speaker in the parent process, so that we can tell ifSimon Howard
2007-09-03Add pcsound driver for OpenBSD.Simon Howard
2007-07-04Add pcsound_internal.h to dist.Simon Howard
2007-06-17Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "soundSimon Howard
2007-06-09Set svn:ignore on pcsound directory.Simon Howard
2007-05-19Fix tempo problems in pcsound linux driver.Simon Howard
2007-03-27<SDL.h> -> "SDL.h"Simon Howard
2007-03-09Add pcsound Linux driver.Simon Howard
2007-03-09Move the pcsound library to the top level, alongside textscreen.Simon Howard