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.
INSTALL: Update note about Freedoom.
osx: Add Freedoom single player IWADs to launcher.
Merge pull request #1205 from SmileTheory/chocolate-v12
Update copyright year to 2019 in PACKAGE_COPYRIGHT
Merge pull request #1201 from TsarFox/master
Use SDL_free with SDL pointers.
midiproc: fix compiler warnings introduced by the previous bug fix
Merge pull request #1195 from AlexMax/master
Merge pull request #1196 from mikeday0/choc
fix .lvimrc looking for configure.in instead of configure.ac
Use inherited handles to communicate with midiproc
use reverse-DNS naming for installing *.desktop files
Update to latest AppStream (formerly AppData) standards
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
doom: no doom-all auto-load for Hacx and Chex Quest
Merge pull request #1194 from Zodomaniac/master
Updated font headers with Python 3 Pillow.
midiproc: do not unset midi_server_registered in StopSong()
midiproc: call UnregisterSong() where appropriate
bash-completion: always install into $datadir/bash-completion
Merge pull request #1186 from chocolate-doom/writefilerace2
midiproc: Stop using REGISTER_SONG_ACK messages.
Use SDL_free with SDL pointers
midiproc: Acknowledge all commands on completion.
midiproc: Add command for song unregistration.
Merge pull request #1183 from chocolate-doom/autoloadcommon
rename "common" directory to "doom-all"
Merge pull request #1172 from mfrancis95/master
doom: support common auto-loaded files for all Doom flavors
remove .wad extension from WAD name in default savegame name
append WAD name to default savegame name if savegamedir is empty
reverse the order of map and PWAD name in default savegame name
Merge pull request #1177 from vilhelmgray/fix_textscreen_cmakefile
textscreen: Fix ambiguous textscreen CMake line
Always try to load SKY3 when starting a new game in Doom II (resolve #921)
Merge pull request #1168 from chocolate-doom/drag-and-drop3