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
fix some mixed line endings
midipipe: initialize state variables
midiproc: consider the case that RegisterSong() fails
cp-with-libs: add dsound.dll to the list of bundled DLLs
i_sdlmusic: avoid code duplication and code path splitting
Make 0 and 5 keys on the numeric keypad bindable for left handed users
video: disable VSYNC if software rendering is enforced
Merge pull request #953 from ericwa/sdl2-branch
Allocate large enough buffer for SDL_ConvertAudio.
strife: Move D_IdentifyVersion() earlier in startup.
setup: Tweak server list interface.
textscreen: Add extern "C" for C++ imports.
sound: Refuse to start with SDL 2.0.6.
video: remove redundant comment
video: calculate actualheight only once
Merge pull request #948 from jmtd/joypad-look
don't rely on enum ordering for game properties
address some minor review comments
Permit binding of joystick axes to look up/down
config: only define str[n]casecmp if necessary
cdmus: Change I_CDMusInit() to return failure.
net: Make "Players" column more compact.
net: Increase width of "Address" column.
net: Include protocol list in query responses.
net: Move protocol list code to net_structrw.c.
video: simplify PNG screenshot code
Merge pull request #946 from devnexen/sdl2-branch
Merge pull request #943 from fragglet/sdl2-branch
net: Make a bunch of things const.
net: Reduce scope of variables.
net: Add clarifying comments about net_protocol_t.
net: Fix incorrect loop condition.
net: Get rid of NET_SafePuts().
net: Add protocol negotiation on client connection.
Merge pull request #942 from chocolate-doom/makemake
Make "make" aware of convenience libraries in subdirectories