Skip to content

Commit

Permalink
release Woof! 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Feb 24, 2022
1 parent 5ab5b8f commit fe287a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
cmake_minimum_required(VERSION 3.6)

project("Woof"
VERSION 8.1.0
VERSION 9.0.0
LANGUAGES C)

# Set a default build type if none was specified
Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,18 @@ Much like a native Windows build, you do not need to download any dependencies.

A complete changelog can be found in the [Wiki](https://github.com/fabiangreffrath/woof/wiki/Changelog) or on the [Releases](https://github.com/fabiangreffrath/woof/releases) page.

The latest release is:

* 9.0.0 (Feb XX, 2022)
* Integration of Chocolate Doom network code. Demo compatible multiplayer for all supported complevels (_BETA_).
* Complete crosshair implementation with 4 different shapes (cross, angle, dot and big cross), color by player health and highlight on target.
* Low-resolution turning (and `-shorttics` parameter).
* Implementation of the `-solo-net` and `-coop_spawns` parameters.
* Fluidsynth music backend with support for SNDFONT lumps.
* Blocky mode for fuzzed sprites in high resolution mode.
* Support for up to 8 pages of savegames. Skip quicksave/quickload questions and allow quickload before quicksave.
* Addition of the IDBEHOLDO cheat to disable all power-ups (and invisibility) at once, also BUDDHA cheat and resurrection with IDDQD after death.
Woof! 9.0.0 is released on Feb 24, 2022.

**Main Features**

* Integration of Chocolate Doom network code. Demo compatible multiplayer for all supported complevels (_BETA_).
* Complete crosshair implementation with 4 different shapes (cross, angle, dot and big cross), color by player health and highlight on target.
* Low-resolution turning (and `-shorttics` parameter).
* Implementation of the `-solo-net` and `-coop_spawns` parameters.
* Fluidsynth music backend with support for SNDFONT lumps.
* Blocky mode for fuzzed sprites in high resolution mode.
* Support for up to 8 pages of savegames. Skip quicksave/quickload questions and allow quickload before quicksave.
* Addition of the IDBEHOLDO cheat to disable all power-ups (and invisibility) at once, also BUDDHA cheat and resurrection with IDDQD after death.

# Contact

Expand Down

1 comment on commit fe287a8

@fabiangreffrath
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations @rfomin and thank you again for your valuable contributions. Your work on this project is highly appreciated!

Please sign in to comment.