44 Commits (2feaccecb20169cc0f090f706ac3c773df9d8f5c)

Author SHA1 Message Date
Gleb Mazovetskiy 20ad675558 SDL3: Build with sound 5 months ago
Anders Jenbo 6130351a69 SDL3: Port audio code 5 months ago
Gleb Mazovetskiy d7647d6c63 More dependency untangling 1 year ago
Tully f6d15d2a8f Increase minimum volume level from -100dB to -60dB 2 years ago
obligaron 45f8647892 Fix MSVC warnings in utils\* 2 years ago
obligaron 9bf1fd48b0
Fix a few MSVC warnings (#6782) 2 years ago
Gleb Mazovetskiy 5bf0b8bc96 Add more missing <cstdint> includes 3 years ago
Gleb Mazovetskiy 0e0cc9d1b0 Reduce to just `STREAM_ALL_AUDIO_MIN_FILE_SIZE` 3 years ago
Gleb Mazovetskiy 0dd95adcd1 Add a minimum threshold for STREAM_ALL_AUDIO 3 years ago
Gleb Mazovetskiy 3ab2f49a92 Audio: Avoid creating same-rate resamplers 3 years ago
Gleb Mazovetskiy f20c58c8a0 SoundSample::SetChunkStream: Log filename on error 3 years ago
Gleb Mazovetskiy 9db80ef5d7 Assets: Load files directly for UNPACKED_MPQS 3 years ago
Gleb Mazovetskiy 4cdbd358dd Audio: Use SDL resampler where available 4 years ago
Gleb Mazovetskiy 7f695c2835 Use SoundSample for music 4 years ago
Gleb Mazovetskiy 5645456537 Support MP3 playback 4 years ago
obligaron 8a4d4b6375 Add OptionEntries for Audio 4 years ago
Gleb Mazovetskiy 7e1fea6f76 clang-format all files in {Source,test}/ 4 years ago
Gleb Mazovetskiy fa90679416 game_assets.* -> assets.* 4 years ago
Gleb Mazovetskiy 3d308983a8 Migrate to libmpq 4 years ago
Anders Jenbo 8df5912dc6 Always use SDL wrapper for file access 4 years ago
obligaron 837ddc0396 Fix a warning in soundsample.cpp 5 years ago
Anders Jenbo 9ebdb6db69 General clean up 5 years ago
ephphatha 3520dc4201 Update numeric literals to use appropriate suffix 5 years ago
Anders Jenbo 8e07ef8fe5 Clang-tidy: misc-unused-parameters 5 years ago
Anders Jenbo fa54499aeb Clang-tidy: readability-uppercase-literal-suffix 5 years ago
Anders Jenbo 51d5c8bcab Clang-tidy: performance-unnecessary-value-param 5 years ago
Anders Jenbo f167bd4dfb Clang-tidy: llvm-include-order 5 years ago
Anders Jenbo ec8d7bebe2 Clang-tidy: modernize-use-auto 5 years ago
Gleb Mazovetskiy e72def02e6 🔨 Add `STREAM_ALL_AUDIO` build setting 5 years ago
Anders Jenbo 4a7ba94702 🎨 Run clang-format 5 years ago
thebigMuh 24f32a1d53
Fix sound volume/panning attenuation (#1789) 5 years ago
Gleb Mazovetskiy 5820948761 ♻️ Make `SFileRw` own the Storm file handle 5 years ago
Gleb Mazovetskiy 7bdfb0655c 🐞 Support multiple playback of the same sound 5 years ago
Anders Jenbo f884ba5340 🔥 Remove more miniwin dependencies 5 years ago
Anders Jenbo 916a12ff3d 🐛 Fix missing sounds 5 years ago
Gleb Mazovetskiy 0dd9aeea69 ♻️ Cleanup DISABLE_STREAMING_MUSIC handling 5 years ago
Gleb Mazovetskiy acee2ef14c 🎉 Switch from SDL_mixer to SDL_audiolib 5 years ago
Jmgr 1b7e0d2cb3 Migrate existing log entries 5 years ago
Anders Jenbo 7912e510f0 🎨 Clean up overuse of SDL types 5 years ago
thebigMuh 281533e82d This fixes exclusively the panning bug, where after a certain distance is exceeded, sound samples get played without panning. 5 years ago
Anders Jenbo cc164985a3 🎨 Correct type checks in src sub-folder 5 years ago
Anders Jenbo bb4e1960e7 🎨 modernize-use-nullptr 5 years ago
Anders Jenbo 8c821e98d3 🚚 Restructure files 5 years ago
Anders Jenbo 997c1dba55 🚚 Split up all.h in to proper header relations 5 years ago
Anders Jenbo 433edc63ea ♻️ Consistently use pragma once to guard the headers 5 years ago
Anders Jenbo bfb3c11c2b 🎨 Change namespace to devilution 5 years ago
Anders Jenbo a2656637e4 🎨 Format source 5 years ago
Gleb Mazovetskiy 0c2284a091 Respect sfx_STREAM in PlaySFX 5 years ago
qndel c45295463c
fix text scroll speed (#1057) 5 years ago
Anders Jenbo 88a715cdcc Clean up narator sound logic 5 years ago