summaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp
Commit message (Expand)AuthorAge
* C++03 oldify in various source filesSmallJoker2018-06-03
* Fix recent commit: std::max -> std::fmax for floats (#6469)Paramat2018-06-03
* Positional sound: Limit volume when closer than 1 nodeparamat2018-06-03
* Sound API: Add fading soundsBrandon2017-05-03
* OpenAL sound: Use a simpler distance modelparamat2017-02-09
* Make some maps unordered to improve performanceLoic Blot2016-10-05
* couple of memory leaks fixes.David Carlier2016-08-10
* Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis checkJay Arndt2015-12-01
* sound_openal.cpp: remove unused headerest312015-11-15
* Load sound from memoryest312015-11-14
* Use warningstream for log messages with WARNINGShadowNinja2015-10-14
* Change i++ to ++iDavid Jones2015-08-25
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Use std::string::empty() instead of size() where applicableAnton2014-12-12
* Pass arguments by referenceSelat2014-03-12
* fix memory leak on sound shutdownsapier2013-04-07
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Fix issue with openal mac os x compileThomas Lauro2012-09-01
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-17
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola2012-04-06
* Attempt to fix sound left-right channelsPerttu Ahola2012-04-06
* Do a dumb-ass static string copy for const-incorrect old versions of ov_fopenPerttu Ahola2012-03-27
* Sound loading from memory (by using a quick hack)Perttu Ahola2012-03-25
* Almost support loading sounds from serverPerttu Ahola2012-03-25
* Fix build on MinGW (as compared to Linux)Perttu Ahola2012-03-24
* Lua API for playing soundsPerttu Ahola2012-03-24
* Add sounds, tune thingsPerttu Ahola2012-03-24
* c55sound continuedPerttu Ahola2012-03-24
* celeron55's sound system initial frameworkPerttu Ahola2012-03-24