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.
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
Merge pull request #1129 from mfrancis95/master
Merge pull request #1132 from turol/const
configure: relax libpng version check to >= 1.2.50
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
add libpng-dev to the dependencies for the travis build
setup: Make mission_config_t string members const
setup: Fix const correctness issue in SetChatMacroDefaults
setup: Make game_title variable const
setup: Fix const correctness issue in GetLaunchButton
setup: Make known_joystick_t name member const
setup: Make joystick_config_t name member const
setup: Make CalibrationLabel return value const
setup: Make ServerQueryWindow title parameter const
setup: Make StartGameMenu window_title parameter const
setup: Make AddMouseControl label parameter const
setup: Make GetGameTitle return value const
setup: Make GetExecutableName return value const
setup: Make AddSectionLabel title parameter const
setup: Make AddKeyControl name parameter const
setup: Make AddJoystickControl label parameter const
setup: Make TempFile parameter const
setup: Fix const correctness issue in TempFile
setup: Make AddCmdLineParameter format parameter const
misc: Fix const correctness issue in M_BaseName
glob: let I_NextGlob() return NULL if (glob == NULL)
add terminating NULL to M_StringJoin() call
force upper case for the save name string
omit prefixing the containing WAD file name if its the IWAD
Remove redundancy in previous commit
default save name is map name and containing WAD file name
save a pointer to the current map lump info struct
save a WAD file's filename in struct wad_file
Apply @fabiangreffrath's patch to fix a memory error in Hexen
heretic: Apply HHE level names in intermission screen.
setup: Set "Romero Blue" for setup tool.
textscreen: Add API to change color palette.
textscreen: Use cyan bg for window action hover.
textscreen: Upgrade Doxyfile to latest version.
textscreen: Remove superfluous first_widget param.
textscreen: Fix directory strip in doxygen output.
osx: Use PACKAGE_TARNAME for autoload path.
osx: Add menu item to open autoload folder.
video: point destroyed textures to NULL
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
video: create new texture before destroying old one
Merge pull request #1124 from mfrancis95/master
Heretic: Gracefully error out when player starts are missing (fix #1122)
setup: fix building on Windows
Merge pull request #1121 from turol/const
setup: Fix bug opening music packs on Windows.
mode: Add v1.2 to valid versions list.
Merge pull request #1119 from mfrancis95/master
Strife: Make finding VOICES.wad case-insensitive when the -iwad parameter is used (fix #1120)
net: Fix format string warning
net: Make NET_ResolveAddress addr parameter const
net: Make _net_module_s ResolveAddress function parameter const and fix functions to match
net: Make NET_SV_SendReject msg parameter const
net: Mark NET_SV_SendConsoleMessage with PRINTF_ATTR
net: Make NET_SV_SendConsoleMessage 's' parameter const
net: Mark NET_SV_BroadcastMessage with PRINTF_ATTR
net: Make NET_SV_BroadcastMessage 's' parameter const
net: Hoist now-identical code out of both branches of if
net: Fix const correctness issue in NET_SDL_ResolveAddress
net: Make GameDescription return value const
net: Make formatted_printf 's' parameter const
net: Make PrintSHA1Digest digest parameter const
net: Make PrintSHA1Digest 's' parameter const
net: Make net_querydata_t description member const
net: Make net_querydata_t version member const
net: Make not_dedicated_options contents const
music: Make ParseSubstituteLine return value const
music: Fix const correctness issue in ReadSubstituteConfig
hexen: Make sprnames contents and related function parameters const
hexen: Mark spritename variable static
hexen: Make spritename variable const
hexen: Fix const correctness issue in TryPickupArtifact
hexen: Fix const correctness issues in TryPickupWeaponPiece
hexen: Make TextKeyMessages contents const
hexen: Make ClusMsgLumpNames contents const
hexen: Fix const correctness issue in InitStats
hexen: Make pagename variable const
hexen: Mark gamedescription variable static