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
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)