index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcsound
Age
Commit message (
Expand
)
Author
2009-05-17
Always use an SDL buffer size that is a power of two. Reduce buffer size
Simon Howard
2009-05-07
Calculate SDL buffer size automatically based on sample rate.
Simon Howard
2008-12-09
Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL
Simon Howard
2008-04-15
Make the BSD PC speaker driver work on FreeBSD.
Simon Howard
2008-01-20
Use strcmp(), not strcasecmp() for checking driver name
Simon Howard
2008-01-20
Revert doomdef.h include added to pcsound.c.
Simon Howard
2008-01-16
Added MSVC9 (2k8 Express) Project File; The client builds but -setup and
GhostlyDeath
2007-09-03
Try to open /dev/speaker in the parent process, so that we can tell if
Simon Howard
2007-09-03
Add pcsound driver for OpenBSD.
Simon Howard
2007-07-04
Add pcsound_internal.h to dist.
Simon Howard
2007-06-17
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
Simon Howard
2007-06-09
Set svn:ignore on pcsound directory.
Simon Howard
2007-05-19
Fix tempo problems in pcsound linux driver.
Simon Howard
2007-03-27
<SDL.h> -> "SDL.h"
Simon Howard
2007-03-09
Add pcsound Linux driver.
Simon Howard
2007-03-09
Move the pcsound library to the top level, alongside textscreen.
Simon Howard