Skip to content

Commit

Permalink
Update to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed May 29, 2023
1 parent 08f4218 commit cb48c20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# dsda-doom v0.25.6
# dsda-doom v0.26.0
This is a fork of prboom+ with many new features, including:
- Heretic, Hexen, MBF21, and Doom-in-Hexen support
- Heretic, Hexen, MBF21, Doom-in-Hexen, and UDMF support
- In-game console and scripting
- Full controller support
- Palette-based lightmode for opengl
- Palette-based opengl renderer
- Debugging features for testing
- Strict mode for speedrunning
- Various quality of life improvements
Expand All @@ -13,16 +13,19 @@ This is a fork of prboom+ with many new features, including:
Download windows releases [here](https://drive.google.com/drive/folders/1KMU1dY0HZrY5h2EyPzxxXuyH8DunAJV_?usp=sharing).

### Patch Notes
- [v0.26](./patch_notes/v0.26.md)
- [v0.25](./patch_notes/v0.25.md)
- [v0.24](./patch_notes/v0.24.md)
- [v0.23](./patch_notes/v0.23.md)

### Launcher
There is a dedicated launcher for this port available [here](https://github.com/Pedro-Beirao/dsda-launcher) by PBeGood4.

### Doom-in-Hexen Support
- [Full details](./docs/doom_in_hexen.md)

### UDMF Support
- [Full details](./docs/udmf.md)

### Hexen Support
- DSDA-Doom includes demo-compatible support for hexen.
- Use -iwad HEXEN.WAD (-file HEXDD.WAD for the expansion)
Expand Down
2 changes: 1 addition & 1 deletion prboom2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
set(X_VCPKG_APPLOCAL_DEPS_INSTALL TRUE)

project("dsda-doom" VERSION 0.25.6)
project("dsda-doom" VERSION 0.26.0)

# Set a default build type if none was specified
set(default_build_type "RelWithDebInfo")
Expand Down
2 changes: 1 addition & 1 deletion prboom2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "dsda-doom",
"version": "0.25.6",
"version": "0.26.0",
"homepage": "https://github.com/kraflab/dsda-doom",
"license": "GPL-2.0-only",
"dependencies": [
Expand Down

0 comments on commit cb48c20

Please sign in to comment.