Detail
2024.03.15.Log2104.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
commit 0bc78c53dc7e82d85237aa5f9c49df7ad5d3b6b0
Author: NY00123 <ny00@outlook.com>
Date: Fri Mar 15 11:06:38 2024 +0200
Duke3D: Fix playback volumes of "Duke-Tag!" announcement sounds
The modified code has an unconditional call to S_PlaySound
from S_PlaySound3D with no check of the flag SF_GLOBAL.
This is also done with a higher priority than Duke Talk
sounds now, which should similarly match DOS v1.5.
Fixes terminx/eduke32#263
Co-authored-by: Evan Ramos <hendricks266@gmail.com>
commit 636c03b7d914d5f1c6b32fa4434a5ceb2a78d931
Author: Evan Ramos <hendricks266@gmail.com>
Date: Sat Mar 16 02:03:13 2024 -0500
Duke3D: Implement accurate CON_SIZETO behavior for v1.3D mode
commit 549ca10ee5c89c7af64517f6295008a369687012
Author: tmyqlfpir <80724828+tmyqlfpir@users.noreply.github.com>
Date: Fri Mar 15 15:17:57 2024 +1000
SW: Restore reverb delay to original value on toggle
commit 59e36fd0f432a93797a66f5ea9d9b11280523f42
Author: tmyqlfpir <80724828+tmyqlfpir@users.noreply.github.com>
Date: Sun Mar 10 09:52:42 2024 +1000
TSFLib: Convert attenuation from centibels to decibels
Incorporates this upstream PR which has yet to be merged.
https://github.com/schellingb/TinySoundFont/pull/85
See https://voidpoint.io/terminx/eduke32 for more details.