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
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
net: Increase master server refresh period.
Merge pull request #1136 from turol/const
net: Request hole punches when doing queries.
net: Send hole punch requests on connect.
net: Add logging message when sending hole punch.
net: Add reference counting scheme for addresses.
net: Add initial server code for NAT hole punching.
net: Increase run frequency for dedicated server.
net: Add logging for PID sync parameters.
net: Trigger resends from server in deadlock scenario.
net: Send resend requests to server on deadlock.
net: Add client message when a tic is first sent.
net: Fix log message when tic is stored.
strife: Make sprnames contents and related function parameters const
strife: Make terraintype_t flat member const
strife: Make cursorName contents const
strife: Make rndmessage_t messages member contents const
strife: Make invammonames contents const
strife: Make mobjinfo_t name member const
strife: Make P_RemoveInventoryItem return value const
strife: Fix const correctness issue in P_UseInventoryItem
strife: Make mapnames contents const
strife: Fix const correctness issue in G_DoPlayDemo
strife: Make DemoVersionDescription return value const
strife: Remove unused extern declaration of basedefault
strife: Make gamedescription variable const
strife: Make misc_settings deh_name member const
strife: Make deh_cheat_t name member const
strife: Make gameversions description and cmdline members const
strife: Make copyright_banners contents const
strife: Make banners contents const
strife: Make HUlib_drawYellowText text parameter const
strife: Make D_DrawText string parameter const
doom: use separate pointers and buffers for demo recording and playback
hexen: replace shifted negative value with negative of shifted value
heretic: replace shifted negative value with negative of shifted value
travis: upgrade build environment to Ubuntu Xenial
txt: free already loaded libraries on LoadLibraryW() failure
strife: explicitly declare a bit-shifted 1 literal as unsigned
net: explicitly declare a bit-shifted 1 literal as unsigned
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
net: Add logging of server events.
net: Add logging of client events.
Merge pull request #1130 from chocolate-doom/defaultsavename
factor out some lumpinfo query into separate functions
travis: print cppcheck's output to stdout
pass buffer size to M_snprintf() instead of string length