hexen: Make MN_DrTextB text parameter const
hexen: Make MN_TextAWidth parameter const
hexen: Make MN_DrTextAYellow text parameter const
hexen: Make MN_DrTextA text parameter const
hexen: Fix constness issue between SC_MatchString, SC_MustMatchString and MapCmdNames
hexen: Make SC_Compare parameter const
hexen: Make SC_ScriptError parameter const
hexen: Make SC_OpenFile parameter const
hexen: Make SC_Open parameter const
hexen: Make SC_OpenLump parameter const
hexen: Make OpenScript name parameter const
hexen: Make R_TextureNumForName parameter const
hexen: Make R_CheckTextureNumForName parameter const
hexen: Make R_FlatNumForName parameter const
hexen: Make SV_SaveGame description parameter const
hexen: Make SV_Write buffer parameter const
hexen: Make G_DeferedPlayDemo parameter const
hexen: Mark defdemoname variable static
hexen: Make defdemoname variable const
heretic: Make TerrainTypeDefs name member const
heretic: Make QuitEndMsg contents const
heretic: Make MenuItem_t text member const
Merge pull request #1072 from turol/const
doom: Make msgNames contents const
doom: Make detailNames contents const
doom: Make skullName contents const
doom: Make sprnames contents const and fix some function parameters to match
doom: Fix constness issue in HU_Responder
doom: Make mapnames_commercial contents const
doom: Make mapnames_chex contents const
doom: Make mapnames contents const
doom: Make player_names contents const
doom: Make M_StringWidth parameter const
doom: Make M_WriteText string parameter const
doom: Fix constness issue in M_WriteText
doom: Fix constness issue in G_DoPlayDemo
doom: Make DemoVersionDescription return value const
doom: Make castinfo_t name member const
doom: Make textscreen_t text member const
doom: Make textscreen_t background member const
doom: Make gamedescription variable const
doom: Make gameversions cmdline member const
doom: Make gameversions description member const
doom: Make SetMissionForPackName parameter const
doom: Fix const correctness issue in SetMissionForPackName
d_iwad: Make iwad_t description member const
d_iwad: Make iwad_t name member const
d_iwad: Make D_SuggestGameName return value const
d_iwad: Make D_SuggestIWADName return value const
wad: Make w32 MapFile filename parameter const
doom: Make copyright banner const
doom: Make end messages const
doom: Make M_SelectEndMessage return value const
doom: Make banners variable const
wad: Free results of D_TryFindWADByName in W_ParseCommandLine
wad: Make W_NWTMergeFile filename parameter const
wad: Make W_NWTDashMerge parameter const
wad: Make W_MergeFile parameter const
wad: Make W_AddFile parameter const
wad: Make W_OpenFile parameters const
wad: Make OpenFile parameter const
wad: Make posix MapFile filename parameter const
deh: Free result of D_TryFindWADByName in DEH_ParseCommandLine
d_iwad: Make D_TryFindWADByName parameter const
d_iwad: One path through D_TryFindWADByName creates a new string so all paths must
make some initialization functions (well, kind of) reentrant
Merge pull request #1063 from AlexMax/cmake
Merge pull request #1062 from chungy/rm_codeblocks
Remove the codeblocks project
Confirm that libpng and SRC works under MSYS2
NEWS: Make note of CMake addition, replacing the old MSVC paragraph
Makefile.am: add CMakeLists.txt and win32 to EXTRA_DIST
Merge pull request #1054 from AlexMax/cmake
Address pull request comments
Remove unused samplerate directory cache variable
Merge remote-tracking branch 'turol/const'
Works in Visual Studio too
Add GCC warnings from autotools
Update copyright year to 2018
net: Set keepalive_recv_time on connection setup.
Revert "net: Set keepalive_recv_time on connection setup."
net: Set keepalive_recv_time on connection setup.
opl: Unpause when starting a new song.
docgen: Fix links when capitalization doesn't match.
docgen: Fix wiki text generation.
README.Music: add gusgonna.wad reference
Fix PNG screenshot crash with MSVC
If libpng is missing, do not define HAVE_LIBPNG
Whoops, forgot to add Findm.cmake
Link against libpng and libm
d_iwad: Make AddIWADPath suffix parameter const
d_iwad: Make AddIWADPath path parameter const
d_iwad: Fix const correctness issue in AddIWADPath
d_iwad: Make SearchDirectoryForIWAD dir parameter const
sound: Make musicinfo_t name member const
video: Make I_SetWindowTitle parameter const
video: Make window_title variable const