aboutsummaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* For usages of assert() that are meant to persist in Release builds (when ↵Craig Robbins2015-03-071-1/+1
| | | | NDEBUG is defined), replace those usages with persistent alternatives
* 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 ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* 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