Skip to content

Commit

Permalink
Update to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Nov 18, 2021
1 parent c39d887 commit c568d9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# dsda-doom v0.21.3
# dsda-doom v0.22.0
This is a fork of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning. For builds, discussions, and bug reports, check out the release thread on [doomworld](https://www.doomworld.com/forum/topic/118074/).

### Patch Notes
- [v0.22](./patch_notes/v0.22.md)
- [v0.21](./patch_notes/v0.21.md)
- [v0.20](./patch_notes/v0.20.md)
- [v0.19](./patch_notes/v0.19.md)

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

### Hexen Support (beta)
- DSDA-Doom includes demo-compatible support for hexen.
- Use -iwad HEXEN.WAD (-file HEXDD.WAD for the expansion)
- Or drag wads onto the exe
Expand Down
2 changes: 1 addition & 1 deletion prboom2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

project("dsda-doom" VERSION 0.21.3)
project("dsda-doom" VERSION 0.22.0)

# Set a default build type if none was specified
set(default_build_type "RelWithDebInfo")
Expand Down

0 comments on commit c568d9f

Please sign in to comment.