Merge pull request #1096 from AXDOOMER/master
Merge pull request #1108 from mfrancis95/master
doom: exit with a proper VPO in R_CheckPlane()
Fix tiny memory leak when looking for IWADs
Clean up previous -version change.
net: Use -newsync by default again.
net: Improve -newsync to use a PID controller.
Add a -version parameter like most programs have
Merge pull request #1103 from mfrancis95/master
Fix memory leak related to Steam directories
i_system: mark I_Quit() and I_Error() with GCC's 'noreturn' attribute
d_iwad: fix a missing pointer indicator in a variable declaration
strife: Add autoloading for .seh files.
strife: Allow SEH replacement for "empty slot".
heretic: Add autoloading for .hhe patches.
wad: Autoload both .wad and .lmp files.
glob: Add multi-pattern matching.
doom: Bump tempstring[] size to 90 bytes.
glob: Make sorting respect GLOB_FLAG_NOCASE.
glob: Add flag for reading filenames sorted.
glob: Add flags arg for case insensitive matching.
video: Bump default window size to 800x600.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Merge pull request #1099 from devnexen/cmake_build_fix
glob: handle file systems returning DT_UNKNOWN for d_type (e.g. XFS)
glob: repair for systems without d_type field in struct dirent
Use M_StringJoin() instead of hand-rolled malloc.
misc: Fix bug with M_StringStartsWith().
strife: Convert to new glob API.
glob: Fix quirk with patterns ending in '*'.
glob: Hook in win32 implementation for _MSC_VER.
music: Find .cfg files by globbing, not by name.
glob: Allow symlinks to be globbed.
Add system-specific globbing API.
music: Add argument to disable substitute music.
setup: Always show music packs action.
opl: Use SDL_mixer post-mix hook for OPL output.
music: Factor out music packs to separate file.
setup: Fix warning about unused result.
music: Show message about filename-based substs.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Merge pull request #1097 from devnexen/update_angle_t_type
setup: Add window action to open music pack dir.
music: Auto-configure a music pack directory.
textscreen: Allow any widget in action area.
music: Disable Strife d_intro table entry.
music: Allow filename template for substitution.
music: Add table of common hashes->filenames.
music: Allow shortened hashes for subst configs.
video: Add -borderless command line parameter.
Hexen: Call W_GenerateHashTable()
Fix formatting for -response argument.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Add '-response' command line argument.
Merge pull request #1094 from mfrancis95/master
dehacked: Fix mistake in comment.
Heretic: Call W_GenerateHashTable()
iwad: Search Steam-on-Linux paths for WAD files
video: explicitly check for aspect_ratio_correct's value being 1
Merge branch 'master' of gh:mfrancis95/chocolate-doom
Make sure SDL_HINT_NO_SIGNAL_HANDLERS is only set if using SDL >= 2.0.4
Format the previous commit according to Chocolate Doom's coding style guidelines
Fix SIGINT being ignored when Dehacked SHA1 warning dialog open
Gracefully error out when player starts are missing
configure: add AM_PROG_AR macro.
Merge pull request #1081 from hifi/wipe-refactor
video: remove errant code for the -width and -height parameters
travis: Remove sdl2-branch
Merge pull request #1084 from chungy/win32_html_docs
pkg/win32: Use pandoc to create HTML versions of the docs
man: Generate Markdown versions of CMDLINE
docgen: add Markdown output mode
INSTALL: Convert document to Markdown format
Fix warnings introduced by previous commits.
iwad: Check executable location for IWADs.
Convert various bits of code to M_{Dir,Base}Name.
misc: Add M_{Dir,Base}Name utility functions.
config: let GetDefaultConfigDir() never return NULL
doom: Refactor wipe to advance once per frame
Merge pull request #1075 from turol/const
Merge pull request #1079 from hifi/fix-setup-crash
setup: Use proper function signatures for callbacks
Merge pull request #1077 from hifi/fix-joystick-event-skip
doom: Don't skip joy events when menu is closed
Merge pull request #1074 from AXDOOMER/master
hexen: Fix constness issues in DrawClassMenu
hexen: Fix constness issue in MN_Drawer
hexen: Make QuitEndMsg contents const
hexen: Make GammaText contents const
hexen: Make P_SetYellowMessage message parameter const
hexen: Make P_SetMessage message parameter const
hexen: Make MenuItem_t text member const