aboutsummaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp
AgeCommit message (Expand)Author
2015-12-01Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis checkJay Arndt
2015-11-15sound_openal.cpp: remove unused headerest31
2015-11-14Load sound from memoryest31
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-08-25Change i++ to ++iDavid Jones
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2014-12-12Use std::string::empty() instead of size() where applicableAnton
2014-03-12Pass arguments by referenceSelat
2013-04-07fix memory leak on sound shutdownsapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-09-01Fix issue with openal mac os x compileThomas Lauro
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-04-06Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola
2012-04-06Attempt to fix sound left-right channelsPerttu Ahola
2012-03-27Do a dumb-ass static string copy for const-incorrect old versions of ov_fopenPerttu Ahola
2012-03-25Sound loading from memory (by using a quick hack)Perttu Ahola
2012-03-25Almost support loading sounds from serverPerttu Ahola
2012-03-24Fix build on MinGW (as compared to Linux)Perttu Ahola
2012-03-24Lua API for playing soundsPerttu Ahola
2012-03-24Add sounds, tune thingsPerttu Ahola
2012-03-24c55sound continuedPerttu Ahola
2012-03-24celeron55's sound system initial frameworkPerttu Ahola