summaryrefslogtreecommitdiff
path: root/src/openal.c
AgeCommit message (Collapse)Author
2019-08-20Silenced most of the debug messages.Steven Fuller
Vidmode changing should work now.
2019-08-20Many warnings cleaned up (Tim Beckmann)Steven Fuller
Menus.
2019-08-20More work on menus.Steven Fuller
2019-08-20Documented -DREGULAR_EDITIONSteven Fuller
Disabled the sound printfs for now.
2019-08-20Fix stupid mistake: accidently had volume changing commented outSteven Fuller
2019-08-20Documentation updates.Steven Fuller
2019-08-20Tried to get OpenAL panning to work.Steven Fuller
2019-08-20Month old OpenAL changes (Pitch changing, currently disabled).Steven Fuller
2019-08-20Added AvP-Style attenuation code.Steven Fuller
2019-08-20Fixed compilation with GCC 3.0.Steven Fuller
Fixed invalid cast (ushort * -> uint *) in openal.c.
2019-08-20Basic 3D sound fixed.Steven Fuller
2019-08-20Fixed sound length and looping. (Setting looping on a source must be doneSteven Fuller
after setting the buffer)
2019-08-20Fixed common sound loading. Still debugging OpenAL code.Steven Fuller
2019-08-20More OpenAL changes (Chuck Mason).Steven Fuller
2019-08-20Checking in basic OpenAL support (Chuck Mason).Steven Fuller
Don't default to fullscreen for now.
2019-08-20Moved psndplat stubs to a separate file.Steven Fuller