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
hexen: Make gamedescription variable const
hexen: Fix const correctness issue in GetFinaleText
hexen: Make CT_FromPlrText contents const
hexen: Make sc_ScriptsDir const
hexen: Make PlayerColorText contents const
heretic: Make sprnames contents and related function parameters const
heretic: Make KillersText contents const
heretic: Fix const correctness issue in G_InitNew
heretic: Make hhe_versions contents const
doom: Remove unused basedefault extern declaration
heretic: Make hhe_string_t string member const
heretic: Fix const correctness issue in GetStringByOffset and DEH_TextStart
heretic: Remove unused basedefault variable
heretic: Make gamedescription const
heretic: Make CT_FromPlrText contents const
heretic: Make LevelNames contents const
heretic: Fix const correctness issue in AM_Drawer
misc: Make M_WriteFile source parameter const
deh: Include deh_main.h in deh_main.c
Make deh_signatures consistently const in all games
hexen: Make TerrainTypeDefs name member const
hexen: Make ST_RealMessage message parameter const
hexen: Make ST_Message message parameter const
hexen: Make S_StartSongName songLump parameter const
hexen: Make TryPickupWeapon message parameter const
glob: fix function prototype for I_StartGlob() in the non-native case
Merge pull request #1114 from mfrancis95/master
Merge pull request #1113 from jkbenaim/fix-spawncube-crash
Improve #1089 by making sure playerstartsingame gets cleared
Doom: don't divide by zero, but call I_Error instead.
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.