Merge pull request #1280 from chocolate-doom/fluidsynth-fix
music: Disable Fluidsynth when we want Timidity.
Merge pull request #1278 from turol/const
strife: Fix const correctness issue in D_IdentifyVersion
setup: Fix const correctness issue in SetupMission
setup: Make GetMissionForName parameter const
setup: Make ArgumentNeedsEscape parameter const
musicpacks: Make DumpSubstituteConfig parameter const
strife: Make G_RecordDemo parameter const
hexen: Make G_RecordDemo name parameter const
heretic: Make G_RecordDemo name parameter const
heretic: Make SetHHEVersionByName parameter const
iwad: Fix const correctness issue in D_FindIWAD
iwad: Fix const correctness issue in AddXdgDirs
doom: Make G_RecordDemo parameter const
net: Make NET_QueryAddress parameter const
Merge pull request #1276 from turol/const
strife: Refactor chat macro defaults for const correctness
hexen: Fix const correctness issue in InitMapInfo
hexen: Refactor chat macro defaults for const correctness
Merge pull request #1274 from turol/const
doom: Refactor chat macro defaults for const correctness
Heretic: Allow Morph Ovum to be bound to a key (#1273)
Merge pull request #1156 from devnexen/file_posix_api_upd
Merge pull request #1266 from NY00123/hexen_1_1_patch
Merge pull request #1267 from madebr/choco_autoconf_bugreport
Use PACKAGE_BUGREPORT (instead of PACKAGE_ISSUES)
hexen: Disable checks in A_SoAExplode not present in version 1.1
Merge pull request #1263 from drfrag666/tdmgcc2
Fixed compilation with Code::Blocks and TDM-GCC 5.1 (missing includes).
Add active branches to Travis build.
doom: Clean up trailing whitespace
doom: Make gamedescription not const, it's now dynamically allocated
doom: Make gamedescription always dynamically allocated
doom: Mark D_SetGameDescription static
doom: Move gamedescription global variable from doomstat.c to d_main.c
doom: Reduce scope of variable deh_sub in GetGameName
doom: Use DEH_snprintf in GetGameName
doom: Make GetGameName parameter const
doom: Always return an allocated string from GetGameName
doom: Allocate deh_gamename with standard malloc
doom: Add a new variable for DEH gamename to separate it from the parameter
Merge pull request #1257 from xordspar0/fno-common
Merge pull request #1256 from kraflab/add-heretic-mouse-inv
Remove redundant demoextend definition
Add heretic mouse inv buttons
Fix segmentation fault when running on rgb565 screen (#1255)
Fix GUS emulation with Midiproc.exe (#1253)
Merge pull request #1245 from chocolate-doom/mfrancis95-patch-1
Fix memory leak when iwad not found (fix #1241)
Merge pull request #1238 from chocolate-doom/heretic_key_arti
Merge pull request #1243 from chocolate-doom/statdump
pass wbstartstruct_t * as const to all the functions which don't change it
explicitly direct output to stdout if '-' is given as a file name
Merge pull request #1240 from turol/fix-uninit
hexen: Fix uninitialized memory use when calling R_DrawVisSprite from R_DrawPSprite
heretic: Fix uninitialized memory use when calling R_DrawVisSprite from R_DrawPSprite
Merge pull request #1237 from chocolate-doom/keypad_enter
Allow to toggle full screen using Enter on num. keyboard
Add missing `else`, bind Tome to Backspace (127) by default
Use an existing check for arti_tomeofpower
Heretic: artifacts can be binded to own keys
Merge pull request #1235 from chocolate-doom/travis-bionic
travis: change to dist: bionic
Merge pull request #1234 from JNechaevsky/patch-1
Update copyright year to 2020 in PACKAGE_COPYRIGHT
Merge pull request #1228 from mfrancis95/redundancyfixes
Remove unnecessary non-null player checks in Hexen's P_PoisonDamage. These checks are safe to remove because player will always be non-null within that function
Remove unnecessary non-null mobj checks in hexen/p_enemy.c. These checks are safe to remove because the mobj is already being dereferenced
Remove unnecessary non-null mobj checks in hexen/a_action.c. These checks are safe to remove because the mobj is already being dereferenced
Merge pull request #1229 from chocolate-doom/msc-packed
fix packed attribute for structs when compiling with MSVC
Merge pull request #1227 from mfrancis95/printffixes
Merge pull request #1226 from mfrancis95/redundancyfix
Fix printf warning in net_gui.c
Fix fprintf warning in strife/p_setup.c
Fix fprintf warning in doom/p_setup.c
Fix printf warnings in midifile.c
Fix printf warning in memio.c
Fix fprintf warnings in i_oplmusic.c
Fix printf warnings in i_musicpack.c
Fix fprintf warnings in gusconf.c
Remove unnecessary checks in EV_DoLockedDoor
Merge pull request #1221 from chocolate-doom/render_retry
Merge pull request #1224 from AlexMax/master
video: if renderer creation failed, try again without acceleration
Merge pull request #1220 from chocolate-doom/map33-partime
doom: revert erroneous part of code
Merge pull request #1218 from chocolate-doom/partime-map33
doom: correctly determine the par time for MAP33
Merge pull request #1217 from chocolate-doom/travis-prefix
travis: determine program prefix from config.h
quickcheck: Bring submodule up to date.
travis: Perform parallel builds.
Add quickcheck repo as submodule, and add to Travis.
Merge pull request #1210 from chocolate-doom/freedoom-single-player
iwad: Change priority to pick freedoom over freedm.
doom: Remove warning about Freedoom IWADs.