mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 12:47:01 -04:00

* implement SBARDEF parsing * add default sbardef.lmp to base * add support for Boom colors * implement widescreen mode, F5 switches to fullscreen HUD * update dig* font * load defaults from sbhuddef.lmp * remove hu_stuff.* and hu_lib.* * add support for translucency, introduce -dumptranmap * apply Fabian Greffrath's patch, fixes * build woof.pk3 only if the base files have been modified * remove key blinking
15 lines
271 B
CMake
15 lines
271 B
CMake
set(WOOF_DOCS
|
|
boom.txt
|
|
boomdeh.txt
|
|
boomref.txt
|
|
mbf.txt
|
|
mbfedit.txt
|
|
mbffaq.txt
|
|
options.txt)
|
|
|
|
if(WIN32)
|
|
install(FILES ${WOOF_DOCS} DESTINATION docs)
|
|
else()
|
|
install(FILES ${WOOF_DOCS} DESTINATION "share/doc/${PROJECT_SHORTNAME}")
|
|
endif()
|