docgen: Fix spurious whitespace.
docgen: Add 'game' and 'obscure' categories.
Add a doc comment for -nogui.
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
overhaul manpages, add parameters
Merge pull request #957 from BlooD2oo1/sdl2-branch
Merge remote-tracking branch 'origin/sdl2-branch'
Merge pull request #966 from duganchen/icon-locations
pkg/win32: use --add-bom when processing files in unix2dos
hexen: Add extra context for assertion failures.
hexen: Change comment to American spelling.
hexen: Validate strings during header parsing.
hexen: Replace ValidateLumpOffset with ReadOffset().
hexen: Validate ACS instructions.
hexen: Use ReadCodeInt() to parse header.
hexen: Remove PCodePtr entirely.
hexen: Add validation of lump offset values.
hexen: Eliminate most direct usage of PCodePtr.
hexen: Add bounds checking for CmdPrintCharacter.
hexen: Add doc comments for new functions.
hexen: Add bounds checking for strings table.
hexen: Add bounds checking for world variables.
hexen: Add bounds checking for map variables.
hexen: Add bounds checking for script variables.
hexen: Add assertion checking for ACS stack.
Update NEWS, bump version to 3.0.0.
README.Music: add hint for finding ioperm.sys file.
midiproc: some further improvements
Install icons to PREFIX/share/icons/hicolor/128x128/apps