Skip to content

Commit

Permalink
Update to v0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Jun 1, 2021
1 parent d279469 commit 71cf980
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dsda-doom v0.19.2
# dsda-doom v0.19.3
This is a fork of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning.

### Patch Notes
Expand Down
9 changes: 9 additions & 0 deletions patch_notes/v0.19.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.19.3
- Added widescreen asset support for doom (pr+) and heretic
- The e3m8 end scroll in heretic doesn't scroll
- There seems to be an issue with the e3 intermission in doom (pr+)
- Fix custom music in dehacked
- Fix a bfg crash in dehacked handling (rfomin)
- Fix 16:10 resolution (pr+)
- Fix a discrepancy between deh lump and file parsing (pr+)

### v0.19.2
- Fix a crash related to split tracking

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.19.2)
project("dsda-doom" VERSION 0.19.3)

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

0 comments on commit 71cf980

Please sign in to comment.