You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,13 @@ The following code changes have been introduced in Woof! relative to MBF or WinM
78
78
79
79
## Bug fixes
80
80
81
-
* The famous "3-key door opens with only two keys" bug has been fixed with a compatibility flag.
81
+
* The famous "3-key door opens with only two keys" bug has been fixed with a compatibility flag (enabled by default since Woof! 4.0.1).
82
82
* A crash when returning from the menu before a map was loaded has been fixed.
83
83
* A crash when loading a trivial single subsector map has been fixed.
84
84
* A crash when playing back too short demo lumps (e.g. sunlust.wad) has been fixed.
85
85
* A crash when the attack sound for the Lost Soul is missing has been fixed (e.g. ludicrm.wad MAP05).
86
86
* A bug in the translucency table caching has been fixed which would lead to garbled translucency effects for WAD files with custom PLAYPAL lumps.
87
-
* Playback compatility with Vanilla Doom and Boom 2.02 demos has been vastly improved (Boom 2.02 demos should be perfectly supported as of Woof! 4.0.0).
87
+
* Playback compatility with Vanilla Doom and Boom 2.02 demos has been vastly improved (Boom 2.02 demos should be perfectly supported as of Woof! 4.0.0, PrBoom+ complevel 11 demos as of Woof! 4.0.1).
88
88
* A crash when a Dehacked patch attempts to assign a non-existent code pointer has been fixed (since Woof! 2.2.0).
89
89
* The "Ouch Face" and the "Picked up a Medikit that you really need" message are now shown as intended (since Woof! 2.3.0).
90
90
* The `-fast` and `-respawn` options are now properly reloaded from savegames (since Woof! 4.0.0).
@@ -116,7 +116,7 @@ The following code changes have been introduced in Woof! relative to MBF or WinM
116
116
* A crash is fixed when loading a PWAD which contains empty DEHACKED lumps (e.g. ElevenZero.wad, since Woof! 3.0.0).
117
117
* The "HI_START"/"HI_END" namespace has been introduced to avoid conflicts with high-resolution textures (e.g. Hell Ground, since Woof! 4.0.0).
118
118
* Support for 16-bit WAV sound lumps has been added (since Woof! 4.0.0).
119
-
* Support for the "MUSINFO" lump has been added (since Woof! 4.0.0).
119
+
* Support for the "MUSINFO" lump has been added (since Woof! 4.0.0, fixed in Woof! 4.0.1).
120
120
121
121
## Known issues
122
122
@@ -210,6 +210,9 @@ Much like a native Windows build, you do not need to download any dependencies.
210
210
Feature release, adding a choice of centered or bobbing weapon sprite during attack, a default save slot name when the user saves to an empty slot and total time for all completed levels.
211
211
* 4.0.0 (Mar 08, 2021)
212
212
Major feature release, introducing a separate MIDI process for Windows, widescreen rendering, the "A secret is revealed!" message, the `-pistolstart` parameter and support for the MUSINFO lump.
213
+
* 4.0.1 (Mar 15, 2021)
214
+
Bug-fix release, fixing a crash when when changing music from a MUSINFO track and improving demo compatibility with PrBoom+ complevel 11.
0 commit comments