summaryrefslogtreecommitdiff
path: root/src/openal.c
AgeCommit message (Collapse)Author
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