Fix fprintf warnings in gusconf.c
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
allow for loading WAD files and DEHACKED patches by drag-and-drop (take 3)
Merge pull request #1162 from jmtd/count-scrollers
Report number of scrollers when there are too many
INSTALL: Fix a couple grammatical errors from the last commit.
INSTALL: Update Steam information and add GOG information.
Fix type-dependent size parameter for a memset() call
setup: Rearrange mouse config dialog.
Fix mouse speed box in accelerating case.
osx: Quit application after last window closes.
Merge pull request #1154 from Zodomaniac/master
Merge pull request #1 from Zodomaniac/Romero-blue-net-window
Romero blue for netgame start screen background
doc: document the -shorttics command line option
sound: CPP does not support lazy evaluation
sound: check if the SDL2_Mixer version checking macro is defined
sound: call Mix_Init() with MIX_INIT_MID flag depending on SDL2_Mixer version
Merge pull request #1150 from chocolate-doom/mix_init
sound: more elegant solution to undefined MIX_INIT_MID
sound: support SDL2_Mixer versions where MIX_INIT_MID is undefined
sound: Initialize SDL_Mixer for digital/MIDI music playback
NEWS: Replace a couple more AXDOOMER references
Merge pull request #1145 from AXDOOMER/master
NEWS: Replace all names refering to AXDOOMER with 'AXDOOMER'
Merge pull request #1142 from jmtd/petname
remove redundant else blocks
*will* need petname for *-setup (CMake edition)
don't need petname for the dedicated server
don't need string.h anymore
add const to const static arrays and members
Tweak adjectives/nouns; remove troublesome ones
Address review comments (Thanks Fraggle!)
musicpacks: Allow .mp3 files for music replacements.
Merge pull request #1128 from Altazimuth/i_glob-msvc-cmake-fix
Generate a random "pet" player username
net: Display appropriate message on connect failure.
Revert "doom: use separate pointers and buffers for demo recording and playback"
Merge pull request #1135 from chocolate-doom/prepare_continue_record
doom: fix initialization value of floor->crush in EV_BuildStairs() (#1137)
HACKING: Add section with config for Vim, Emacs.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom