aboutsummaryrefslogtreecommitdiff
path: root/src/sound_openal.cpp
AgeCommit message (Expand)Author
2018-03-24Cleanup sound manager class (#7158)Loïc Blot
2018-03-23Global initialization of sound using SoundManagerGlobal (#7063)nOOb3167
2017-09-27Fix recent commit: std::max -> std::fmax for floats (#6469)Paramat
2017-09-25Positional sound: Limit volume when closer than 1 nodeparamat
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-19Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot
2017-06-14Fix no sound bug (#5968)Rui
2017-06-11Sound: Add pitch option (#5960)Rui
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-03Sound API: Add fading soundsBrandon
2017-02-09OpenAL sound: Use a simpler distance modelparamat
2016-10-05Make some maps unordered to improve performanceLoic Blot
2016-08-10couple of memory leaks fixes.David Carlier
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