aboutsummaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix recent commit: std::max -> std::fmax for floats (#6469)Paramat2017-09-271-2/+2
* Positional sound: Limit volume when closer than 1 nodeparamat2017-09-251-4/+10
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-3/+2
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-24/+19
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-1/+1
* Fix no sound bug (#5968)Rui2017-06-141-1/+1
* Sound: Add pitch option (#5960)Rui2017-06-111-11/+13
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-14/+14
* Sound API: Add fading soundsBrandon2017-05-031-2/+92
* 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