mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 22:44:30 -04:00
Update CHANGELOG.md
This commit is contained in:
parent
3f6a03263c
commit
d39d15a76b
30
CHANGELOG.md
30
CHANGELOG.md
@ -1,17 +1,23 @@
|
|||||||
## New Features and Improvements
|
## New Features and Improvements
|
||||||
* Add snapshots to savegames.
|
* Don't draw status bar or any other UI in savegame snapshots.
|
||||||
* Separate mouse sensitivities for turn/strafe/move/look.
|
* Add "Walk Under Solid Hanging Bodies" feature from PrBoom+.
|
||||||
* Add mouse WheelLeft/WheelRight buttons (by @rrPKrr).
|
* Support face gib animations in the status bar widget as in the 3DO/Jaguar/PSX ports (graphics lumps need to occupy the `STFXDTH0` to `STFXDTH9` name space).
|
||||||
* Offer a choice of widescreen ratios (16:10, 16:9, 21:9) in the config file.
|
* Allow COMP cheat to change complevel in-game (report current complevel when entered, expecting two-digit new complevel argument).
|
||||||
* Remove SPEED and TIME prefixes from the level time widget.
|
* Allow the SSG in Doom 1 if the corresponding assets are available.
|
||||||
* Disable toggles and menu shortcuts when typing on chat.
|
* Implement SDL-native sound looping for moving walls (removing clicking noise between sounds).
|
||||||
* Add level brightness feature and ability to disable (or fade) menu background.
|
* Have "Clear Marks" key clear just the last mark in the Automap (by @MrAlaux).
|
||||||
|
* Limit the number of identical sounds playing at once, based on priority ordering (based on code from Odamex and DSDA-Doom).
|
||||||
|
* Make color of health and armor count gray in the status bar and HUD widgets when invulnerable (by @MrAlaux).
|
||||||
|
* Add VGA "porch" behaviour emulation from Chocolate Doom.
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
* Draw par times for IWAD maps and if set by DEH or UMAPINFO.
|
* Take into account "smooth diminishing lighting" for "level brightness" feature.
|
||||||
* UMAPINFO: Draw par times on intermission screen before endpic.
|
* Set 'fastdemo_timer' to false before warping (by @rrPKrr).
|
||||||
* Fix par time array overflow for Episode 4.
|
* Fix starting "new game" or "load game" when fast-forwarding a demo.
|
||||||
* Check `demoplayback` when calculating `CRITICAL` (by @rrPKrr).
|
* Do not switch timer if fastdemo is not enabled.
|
||||||
|
* Fix midi_player config setting description.
|
||||||
|
* Fix background drawing on screen size 3 in 21:9 widescreen mode.
|
||||||
|
* UMAPINFO: Don't show menu for only one episode.
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
* Convert main executable to .dll and add .exe and .com launchers.
|
* n/a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user