mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-28 07:36:44 -04:00
release Woof! 10.4.0
This commit is contained in:
parent
87290a1334
commit
3bbc7979c4
@ -5,6 +5,7 @@
|
|||||||
* Offer a choice of widescreen ratios (16:10, 16:9, 21:9) in the config file.
|
* Offer a choice of widescreen ratios (16:10, 16:9, 21:9) in the config file.
|
||||||
* Remove SPEED and TIME prefixes from the level time widget.
|
* Remove SPEED and TIME prefixes from the level time widget.
|
||||||
* Disable toggles and menu shortcuts when typing on chat.
|
* Disable toggles and menu shortcuts when typing on chat.
|
||||||
|
* Add level brightness feature and ability to disable (or fade) menu background.
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
* Draw par times for IWAD maps and if set by DEH or UMAPINFO.
|
* Draw par times for IWAD maps and if set by DEH or UMAPINFO.
|
||||||
|
@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
|||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.6)
|
||||||
|
|
||||||
project("Woof"
|
project("Woof"
|
||||||
VERSION 10.3.0
|
VERSION 10.4.0
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
|
|
||||||
set(CMAKE_C_STANDARD 99)
|
set(CMAKE_C_STANDARD 99)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user