Skip to content

Commit e026446

Browse files
Woof! 4.0.0
1 parent 037a892 commit e026446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
77
# 3.12 is needed for modern FindPython.
88
cmake_minimum_required(VERSION 3.12)
99
project("Woof"
10-
VERSION 3.1.0
10+
VERSION 4.0.0
1111
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
1212
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
1313
LANGUAGES C)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following code changes have been introduced in Woof! relative to MBF or WinM
3535
* The code has been ported to SDL-2, the game scene is now rendered to screen using hardware acceleration (if available).
3636
* The build system has been ported to CMake with support for building on Linux and Windows, using either MSVC or MinGW and the latter either in a cross-compiling or a native MSYS2 environment (@AlexMax).
3737
* Support for rendering with uncapped frame rate and frame interpolation has been added (since Woof! 2.0.0).
38-
* A widescreen rendering mode has been added (since Woof! 4.0.0).
38+
* A widescreen rendering mode has been added with proper support for the widescreen assets found e.g. in the Unity version of Doom (since Woof! 4.0.0).
3939
* Fullscreen mode can be toggled in the General menu section or by pressing <kbd>Alt</kbd>+<kbd>Enter</kbd>, and it is now saved in the config file.
4040
* The complete SDL input and event handling system has been overhauled based on code from Chocolate Doom 3.0 (mouse acceleration is disabled since Woof! 1.1.0).
4141
* The search path for IWADs has been adapted to modern requirements, taking the install locations for common download packages into account.
@@ -208,7 +208,7 @@ Much like a native Windows build, you do not need to download any dependencies.
208208
Major release, attempting to fix all known texture rendering bugs. Also adding support for sounds played at full length and optional player coordinates on the Automap.
209209
* 3.1.0 (Jan 08, 2021)
210210
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-
* 4.0.0 (currently under development)
211+
* 4.0.0 (Mar 08, 2021)
212212
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.
213213

214214
# Contact

0 commit comments

Comments
 (0)