release Woof! 11.1.1

This commit is contained in:
Fabian Greffrath 2023-05-17 22:21:01 +02:00
parent 112fa537b2
commit 6721c93497
2 changed files with 5 additions and 19 deletions

View File

@ -1,21 +1,7 @@
**New Features and Improvements** **New Features and Improvements**
* Allow bound keys to be unbound in menus by pressing the same key. * winmidi: Sync with Chocolate Doom (@ceski-1).
* Implementation of the Native MIDI module for macOS (fixed regression after removing SDL_Mixer).
* Add `-dumptables` command line option to export generated translation tables to PWAD.
* Windows Native MIDI improvements (@ceski-1):
- Fix EMIDI global looping.
- Add MIDI compatibility levels. `winmm_complevel` config option:
0: Vanilla (Emulates DMX MPU-401 mode)
1: Standard (Emulates MS GS Synth) (Default)
2: Full (Send everything to device, including SysEx)
* Distinguish exit with message on error and on success.
**Bug Fixes** **Bug Fixes**
* Fix memory issues in dehacked parser found with ASan. * Fix setting EOF in memio, this bug broke most DEH lumps.
* Fix "Smooth pixel scaling" inconsistencies (now it should match Crispy Doom). * Do not disable Widescreen menu item without Aspect Ratio Correction anymore (thanks @MrAlaux).
* More robust fallback logic for music modules (@joanbm). * Set display resolution when toggling Exclusive Fullscreen.
* Always print player coords if automap is inactive.
* Eat key if cheat found (e.g. don't switch weapons when typing IDCLEV11).
* Resetting the MUSINFO track after changing the level.
* Add initialization checks to music modules. Fixed crash if sound device not found (thanks to @joanbm).
* Fix initialization with invalid `video_display` setting (@joanbm).

View File

@ -13,7 +13,7 @@ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
cmake_minimum_required(VERSION 3.9) cmake_minimum_required(VERSION 3.9)
project("Woof" project("Woof"
VERSION 11.1.0 VERSION 11.1.1
LANGUAGES C) LANGUAGES C)
set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD 99)