From bdb3f387dbd0b17cd7c98787c858346310565304 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Tue, 4 Jul 2023 16:08:07 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55f3f7b..200dd7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ **New Features and Improvements** * Add direct aiming from Crispy Doom. More accurate vertical aiming (thanks to @ceski-1). * Optimizations for plane rendering, taken from Eternity Engine (thanks to @JNechaevsky). +* Add `-dedicated`, `-uncapped` and `-nouncapped` command line parmeters (thanks to @loopfz). **Bug Fixes** * Avoid the `midiOutUnprepareHeader()` function in the Windows MIDI music module. This may fix rare crashes for some users. @@ -8,3 +9,4 @@ * Do not apply weapon centering in strict mode. * Fix pause for Fluidsynth v2.3.3. * Fix the rightmost column when rendering weapons with interpolation enabled (thanks to @MrAlaux). +* Fix replacing the same string twice in Dehacked for music (PL2.wad MAP27 music track).