index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sound_openal.cpp
Age
Commit message (
Expand
)
Author
2018-03-24
Cleanup sound manager class (#7158)
Loïc Blot
2018-03-23
Global initialization of sound using SoundManagerGlobal (#7063)
nOOb3167
2017-09-27
Fix recent commit: std::max -> std::fmax for floats (#6469)
Paramat
2017-09-25
Positional sound: Limit volume when closer than 1 node
paramat
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)
Loïc Blot
2017-06-14
Fix no sound bug (#5968)
Rui
2017-06-11
Sound: Add pitch option (#5960)
Rui
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-03
Sound API: Add fading sounds
Brandon
2017-02-09
OpenAL sound: Use a simpler distance model
paramat
2016-10-05
Make some maps unordered to improve performance
Loic Blot
2016-08-10
couple of memory leaks fixes.
David Carlier
2015-12-01
Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis check
Jay Arndt
2015-11-15
sound_openal.cpp: remove unused header
est31
2015-11-14
Load sound from memory
est31
2015-10-14
Use warningstream for log messages with WARNING
ShadowNinja
2015-08-25
Change i++ to ++i
David Jones
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2014-12-12
Use std::string::empty() instead of size() where applicable
Anton
2014-03-12
Pass arguments by reference
Selat
2013-04-07
fix memory leak on sound shutdown
sapier
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-09-01
Fix issue with openal mac os x compile
Thomas Lauro
2012-06-17
Properly and efficiently use split utility headers
Perttu Ahola
2012-06-17
Initially split utility.h to multiple files in util/
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-04-06
Handle failing openal init properly, add enable_sound and sound_volume settings
Perttu Ahola
2012-04-06
Attempt to fix sound left-right channels
Perttu Ahola
2012-03-27
Do a dumb-ass static string copy for const-incorrect old versions of ov_fopen
Perttu Ahola
2012-03-25
Sound loading from memory (by using a quick hack)
Perttu Ahola
2012-03-25
Almost support loading sounds from server
Perttu Ahola
2012-03-24
Fix build on MinGW (as compared to Linux)
Perttu Ahola
2012-03-24
Lua API for playing sounds
Perttu Ahola
2012-03-24
Add sounds, tune things
Perttu Ahola
2012-03-24
c55sound continued
Perttu Ahola
2012-03-24
celeron55's sound system initial framework
Perttu Ahola