Alibek Omarov
|
2094c72c95
|
engine: client: soundlib: use correct printf specifier for ptrdiff
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
6a9f61e69f
|
engine: soundlib: ignore TXXX tags that's size exceeds 255 (sizeof( string ) - 1) bytes to account for null terminator
Thanks @veygax for the report!
|
2025-10-30 17:31:11 +05:00 |
|
Alibek Omarov
|
748c35d5ef
|
Remove _inline macro, as it's nonstandard way to define inline functions.
|
2025-10-08 03:53:37 +05:00 |
|
Alibek Omarov
|
a1d3b7d65f
|
Remove STDINT_H macro, use stdint.h directly. Compilers and platforms that do not have this header shall provide them on their own.
|
2025-10-08 03:53:37 +05:00 |
|
Alibek Omarov
|
1a791e8556
|
engine: soundlib: get rid of useless formatstring, which is always the same for all types
|
2025-03-15 19:36:34 +03:00 |
|
Alibek Omarov
|
787444f63d
|
engine: simplify sound fx allocation
|
2025-01-22 14:46:40 +03:00 |
|
Alibek Omarov
|
6d00aef398
|
engine: move soundlib onto client, only leave snd_utils with some functions that's engine core or server are dependent on
|
2024-12-02 21:05:41 +03:00 |
|