aboutsummaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenAL sound: Use a simpler distance modelparamat2017-02-091-2/+1
* Make some maps unordered to improve performanceLoic Blot2016-10-051-15/+11
* couple of memory leaks fixes.David Carlier2016-08-101-0/+1
* Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis checkJay Arndt2015-12-011-10/+0
* sound_openal.cpp: remove unused headerest312015-11-151-1/+0
* Load sound from memoryest312015-11-141-40/+107
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-1/+1
* Change i++ to ++iDavid Jones2015-08-251-6/+6
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-1/+1
* Use std::string::empty() instead of size() where applicableAnton2014-12-121-1/+1
* Pass arguments by referenceSelat2014-03-121-1/+1
* fix memory leak on sound shutdownsapier2013-04-071-0/+10
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Fix issue with openal mac os x compileThomas Lauro2012-09-011-1/+1
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+3
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-2/+3
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola2012-04-061-2/+15
* Attempt to fix sound left-right channelsPerttu Ahola2012-04-061-1/+1
* Do a dumb-ass static string copy for const-incorrect old versions of ov_fopenPerttu Ahola2012-03-271-2/+7
* Sound loading from memory (by using a quick hack)Perttu Ahola2012-03-251-3/+13
* Almost support loading sounds from serverPerttu Ahola2012-03-251-20/+20
* Fix build on MinGW (as compared to Linux)Perttu Ahola2012-03-241-2/+2
* Lua API for playing soundsPerttu Ahola2012-03-241-0/+18
* Add sounds, tune thingsPerttu Ahola2012-03-241-0/+4
* c55sound continuedPerttu Ahola2012-03-241-25/+190
* celeron55's sound system initial frameworkPerttu Ahola2012-03-241-0/+322