Skip to content

Commit

Permalink
Update patch notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrikpowell committed Aug 10, 2024
1 parent 9609b11 commit 0ac41bd
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions patch_notes/v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,22 @@
- Added and fixed MacOS and Linux support

### v1.1.8
- Don't show ENDOOM after playing lump or recording a demo
- [Limit-Removing](../docs/limit-removing.md) Overhaul
- Now supports `-complevel #r` format (only for complevels 0-4).
- `-complevel 2r` would load a wad in `complevel 2` with `limit-removing` on.
- Now supports `-complevel #r` format (complevels 0-4). [Thanks to Maribo for the idea]
- `-complevel 2r` would load a wad in `complevel 2` with `limit-removing`
- Note that `-complevel 2` would load a wad without limit-removing, and would overwrite the [COMPLVL](../docs/complvl.md) and [GAMEVERS](../docs/gamevers.md) lumps.
- The console will now print if `limit-removing` is active via `-complevel #r`, `-limitremoving`, or `-lr`
- [GAMEVERS](../docs/gamevers.md) now will print if limit-removing is activated via the lump in the console.
- "Skip IWAD Story Text" config option added.
- The console will now print if "limit-removing" is read via the GAMEVERS lump
- "Skip IWAD Story Text" config option added
- When turned on, the default IWAD story text will be skipped in a PWAD if the story text hasn't been replaced.
- Uses 2 checks to determine the skip. 1) if the story text matches the default text for that current screen, and 2) if the map before the text screen has been replaced by the PWAD.
- When loading only the IWAD, the default IWAD story text will **NOT** be skipped.
- When loading only the IWAD, the default IWAD story text will **NOT** be skipped
- Only works for Doom 1, Doom 2, Plutonia, and TNT text screens
- The skip is completely disabled if `UMAPINFO`, `UDMF / ZDoom`, or `Heretic / Hexen` are detected.
- Obviously disabled when recording / playing demos
- The skip is completely disabled if `UMAPINFO`, `UDMF / ZDoom`, or `Heretic / Hexen` are detected
- Disabled when recording / playing demos
- Automap zoom / scroll now alternates speeds based on the "Always Run" toggle (instead of always faster when pressing the "run" button)
- Automap zoom speed is now separate from scroll speed
- ENDOOM no longer shows after playing or recording a demo

### For the Future...
- [See planned features](/patch_notes/future.md)

0 comments on commit 0ac41bd

Please sign in to comment.