summaryrefslogtreecommitdiff
path: root/src/openal.c
AgeCommit message (Collapse)Author
2019-08-20updated sound code. pitch code needs recent openal cvs.Steven Fuller
2019-08-20leftover sound changesSteven Fuller
2019-08-20misc changesSteven Fuller
2019-08-20Cleanups (Tim Beckmann)Steven Fuller
2019-08-20Redid the most of the file loading/saving. Now uses $HOME/.avp/ andSteven Fuller
$AVP_DIR to look for files.
2019-08-20Better error checking in winapi.c. (Tim Beckmann)Steven Fuller
Keep track of profile timestamps. (Tim Beckmann) Implemented a few other missing bits.
2019-08-20Disable sound, not crash, when OpenAL init fails.Steven Fuller
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