Make TXT_SelectFile window_title parameter const
textscreen: Make ExpandExtension parameter const
Make TXT_NewInvertedCheckBox label parameter const
Make TXT_NewCheckBox label parameter const
Make TXT_NewButton2 label parameter const
Make TXT_NewButton parameter const
Make TXT_SetButtonLabel label parameter const
textscreen: Make SDLWheelToTXTButton parameter const
textscreen: Make TranslateKeysym parameter const
textscreen: Make FontForName parameter const
textscreen: Make name member const in txt_font_t
Make TXT_SetDesktopTitle parameter const
Make TXT_SetWindowTitle parameter const
Make M_StrCaseStr parameters and return value const
Make M_ExtractFileBase path parameter const
Make M_FileCaseExists parameter const
Make M_FileExists parameter const
Make M_TempFile parameter const
Make M_MakeDirectory parameter const
Make M_ReadFile name parameter const
Make M_WriteFile name parameter const
Make DEH_AddStringReplacement parameters const
doom: Make HUlib_addMessageToSText string parameters const
dehacked: Make SubstitutionForString parameter const
dehacked: Make strhash parameter const
dehacked: Make NextFormatArgument and ValidFormatReplacement parameters const
Make I_PrintStartupBanner parameter const
Make I_PrintBanner parameter const
Make I_Error format string parameter const
NEWS: Make note of some of the post-3.0.0 developments.
NEWS: Minor formatting fixes for Markdown.
Merge pull request #998 from jmtd/bye-bye-msvc
remove MSVC_FILES def from Makefile.am
pkg/win32: Remove mention of cygwin
pkg/win32: Set LC_ALL=C before running ./cp-with-libs
Remove msvc project (unmaintained)
Merge pull request #996 from AXDOOMER/master
Fix exception thrown by Windows when debugging with GDB
setup: when disabling "Always Run" reset joybspeed to its default value 2
strife: fix type mismatch of spechit[] between p_enemy.c and p_map.c
video: more pixel_t type consistency
Merge branch 'printf' of gh:turol/chocolate-doom
video: rename rgbabuffer variable to argbbuffer
Add format string attribute to TXT_snprintf
Add format string attribute to M_snprintf
Add format string attribute to I_Error
setup: Fix format string problems in level select dialog
Fix format string problem in M_StringDuplicate
Fix format string problem in I_Realloc
Fix format string problems in R_DrawPlanes
setup: Fix format string problem
Add format string attribute to DEH_String
Add GCC printf format string attribute
Add format attribute to ST_RealMessage
Add format attribute to ST_Message
Add format attribute to formatted_printf
Add format attribute to AddCmdLineParameter
Add format attribute to DEH_snprintf
Add format attribute to DEH_fprintf
Add format attribute to DEH_printf
Add format attribute to DEH_Warning
Add format attribute to DEH_Error
Add GCC printf format attribute
Print a more useful error about which savegame failed to load
When a savegame can't be loaded, exit with an error.
ISSUE_TEMPLATE: Add intro comment with useful links.
CONTRIBUTING: Add more details for bug reports
Merge pull request #974 from turol/warnings
hexen/sv_save.c: Error out on incomplete read
heretic/p_saveg.c: Error out on incomplete read
strife: Don't ignore return value of fread() call when loading savegame mission objective
i_sdlmusic: Don't ignore return value of fgets() call
strife: Don't ignore return value of fread() call
heretic: Don't ignore return value of fread() call
doom: Don't ignore return value of fread() call
Swap fread parameters so return value makes more sense
textscreen: Don't ignore return value of system() call
travis: Treat warnings as errors
configure.ac: Add configure option to treat warnings as errors
bash-completion: complete list of valid -gameversion parameters
bash-completion: Build from actual shell script templates.
Update AppStream XML files to current (0.11) standards
install AppStream metadata into the proper location
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
hexen: Remove test code mistakenly added.
better choice of substvar for chocolate-server.6
man: Fix simplecpp -D arguments
bash-completion: run docgen with -z argument
fix typo @PACKAGE_SHORTNAME + '@'
Fix generation of top-level INSTALL file
Replace COPYING with COPYING.md Markdown version.
INSTALL: Update patch file links.
hexen: Fix spelling error
Merge pull request #962 from jmtd/manpage-fixes
Implement suggestions from Fabian. Thanks!
don't build chocolate-setup.6 anymore; more subs
expand docgen/default.cfg.template substitutions
install.template: move definitions to Makefile
further manpage substitutions and fixes