* implement translucency for some things option
* don't change the TRANSLUCENT flag for things that have been redefined in DEHACKED
* comment out "historic" cheat
* rename general_translucency->translucency
* enable translucency by default
* restore dprintf
* set deh_set_translucency if TRANSLUCENCY is disabled in dehacked
* rename D_SetTranslucency->D_SetPredefinedTranslucency, remove check in deh_ProcThing
* refactor D_SetPredefinedTranslucency
* reformatting in deh_procThing
* Revert "de-hardcode colored blood values (#450)"
This reverts commit 50075358ee35804bb7c67fa3944a9747df189889.
* enable colored_blood in strictmode, but don't change vanilla monsters
Some WADs (Judgment.wad) set "Blood color" dehacked field, for these WADs we
shouldn't alter blood color in strictmode
* make colored_blood option only for non dehacked things
* implement deh_mobjinfo elements enum, fix disabling colored_blood menu item
* move check from V_BloodColor to d_deh.c
* error out if wrong input
* implement M_getenv for compatibility with non-Latin paths on Windows
* use regular wcslen
SDL_wcslen is undocumented
* fix memory leak
* cache the `wenv == NULL` case
* implement palette_changes and screen_melt options
* disable strict and complevel menu items if command line options are present
* add NOTSTRICTMODE macro
* hack to get working console IO with Windows GUI applications
* fix MSYS build
* change cppcheck command
* attempt to fix cppcheck error
* fix mingw warning
* we don't need low level code from mpv
* remove unused code
* optional solid-colored status bar background
Fixes#651
* Update m_misc.c
* parametrize "analyzation depth"
* tune down to half saturation
* minor clean-up
* support '-skill 0' command line parameter (does not spawn any map objects)
* enable just for demo_compatibility
* distinguish between skill "none" and default skill
* load music files from autoload directory
* add support for .zip files
* fix gcc warnings
* delete temporary directory
* add missed header
* simplify handles closing
* add more error checking
* remove remnants of deprecated code
* fix whitespace
* use PROJECT_SHORTNAME
* extract only .wad, .lmp and music files
* autoload .zip files
* rearrange some code
* add support for drag-n-drop zip files
* fix autoload for PWADs in zip files
* fix memory leak, reformatting
* add M_StringCaseEndsWith function
* define MINIZ_NO_ARCHIVE_WRITING_APIS
* add zip files do bash completion
* Revert "define MINIZ_NO_ARCHIVE_WRITING_APIS"
This reverts commit f9674fee2516facea78c05aa40151b10016c81da.