Asteroids built on a handmade engine for learning.
Go to file
Doyle Thai 09972ced6e Add start/stop audio api, fix delete buffer bug
On intermittent stop of OpenAL playback deleting the buffers without
unqueuing the current buffers is an invalid operation, causing invalid
audio states on alGetSource().
2016-07-28 01:55:21 +10:00
data Add audio looping, simplify audio API 2016-07-27 22:50:14 +10:00
extern Basic audio with stb_vorbis decoding and openal 2016-07-25 22:10:50 +10:00
src Add start/stop audio api, fix delete buffer bug 2016-07-28 01:55:21 +10:00
.clang-format Port project over to C, some C++ left 2016-06-18 00:40:40 +10:00
.gitattributes Initialise repo 2016-06-03 15:07:40 +10:00
.gitignore Basic audio with stb_vorbis decoding and openal 2016-07-25 22:10:50 +10:00
Dengine.sln Initialise repo 2016-06-03 15:07:40 +10:00
Dengine.vcxproj Abstract audio playback into own file 2016-07-27 01:34:26 +10:00
Dengine.vcxproj.filters Abstract audio playback into own file 2016-07-27 01:34:26 +10:00