sfence
|
03cf7a8e05
|
Make Luanti buildable for macOS 10.15 also. (#15352)
|
2024-10-28 19:40:28 +01:00 |
|
sfence
|
d849d51c2d
|
Replace licensing text in headers (LGPLv2.1) (#15321)
|
2024-10-28 15:57:39 +01:00 |
|
paradust7
|
3a7c8279bf
|
Split log.h to speed up compilation (#15258)
|
2024-10-09 16:24:44 +02:00 |
|
DS
|
4aec4fbe6f
|
Add support for Tracy profiler (#15113)
|
2024-09-15 13:47:45 +02:00 |
|
sfence
|
733a019bf5
|
macOS: make mute sound actually work (#15128)
|
2024-09-08 13:53:43 +02:00 |
|
Desour
|
f836a47bc1
|
Sound loading: Fix issues where ov_read skips samples
|
2024-05-27 17:12:58 +02:00 |
|
Desour
|
43df39c4f7
|
Sound loading: Improve error handling
|
2024-05-27 17:12:58 +02:00 |
|
DS
|
e12db0c182
|
Sounds: Queue more than two buffers if pitch is high (#14515)
Pitch changes playback speed. So always enqueuing 2 buffers did not suffice
(and it was unnecessary complicated).
|
2024-04-07 22:06:34 +02:00 |
|
DS
|
c9cd0d20ef
|
Use AL_SOFT_direct_channels_remix extension for non-positional stereo sounds (#14195)
|
2024-01-03 21:57:00 +01:00 |
|
Alfred Wingate
|
c9ab61aa8c
|
Add missing header for gcc-14
https://gcc.gnu.org/gcc-14/porting_to.html
Signed-off-by: Alfred Wingate <parona@protonmail.com>
|
2023-12-31 19:26:33 +01:00 |
|
Desour
|
b3988d964a
|
Sounds: Do not fade paused sounds
|
2023-10-29 00:40:07 +02:00 |
|
Desour
|
2ad17136dc
|
Sounds: Fix dtime being in milliseconds
|
2023-10-29 00:40:07 +02:00 |
|
Desour
|
b2aa5d9261
|
Sounds: Don't pause new sounds when paused
|
2023-10-29 00:39:38 +02:00 |
|
DS
|
6026003508
|
Warn only once about positional stereo sounds (#13895)
|
2023-10-18 20:16:45 +02:00 |
|
Desour
|
c90c545d33
|
Put the internal sound definitions into a new sound namespace
|
2023-09-30 18:54:26 +02:00 |
|
Desour
|
bbc64a2eb5
|
Split sound_openal_internal into serval files
|
2023-09-30 18:54:26 +02:00 |
|
Desour
|
606215fae9
|
Move sound_openal and sound_openal_internal into new src/client/sound directory
|
2023-09-30 18:54:26 +02:00 |
|