ddnet/src
Robert Müller aa15d9b19b Use GetDataSize instead of CMapItemSound::m_SoundDataSize
Do not use the `CMapItemSound::m_SoundDataSize` value as it is redundant. This value could also be incorrect because it can be freely set by the map creator (tool).

Instead, use the map/datafile function `GetDataSize` to get the true size of the sound data in the file.

The `m_SoundDataSize` value is still written to map files for compatibility with old versions.
2023-12-18 17:58:42 +01:00
..
android Add tests for overloaded hash operators, use operator instead 2022-11-12 20:36:38 +01:00
antibot Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
base Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
engine Merge pull request #7673 from Jupeyy/pr_fix_ms_sample_accuracy 2023-12-18 07:52:17 +00:00
game Use GetDataSize instead of CMapItemSound::m_SoundDataSize 2023-12-18 17:58:42 +01:00
macos Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
masterping Add tool to manually ping the mastersrv 2022-12-29 12:50:24 +01:00
mastersrv mastersrv: Go to RawValue directly 2023-09-08 11:03:07 +02:00
rust-bridge Fix being run from rust-analyzer with a clean environment 2022-11-09 15:09:42 +01:00
steam Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
test Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
tools Use GetDataSize instead of CMapItemSound::m_SoundDataSize 2023-12-18 17:58:42 +01:00