Emulate Doom2 map33 behavior
Merge pull request #790 from CapnClever/raven-compat-setup
Update branch with requested changes
Add compatibility options to Heretic/Hexen
hexen/sv_save.c: Rewrite save-reading code and CopyFile, misc cleanup
heretic/p_saveg.c: Reproduce vanilla savegame error
i_sdlsound.c: fix compilation with libsamplerate 0.1.9
Merge pull request #786 from CapnClever/raven-demo-expansion
g_game.c: Remove extra demo pointer shift (causes desync)
p_saveg.c/g_game.c: move common defines into the p_saveg.h header
Merge pull request #784 from CapnClever/raven-demo-expansion
Update branch with requested changes, fourth pass
Add demo support to automatically playback parameters in Heretic/Hexen
Update branch with requested changes, third pass
Update branch with requested changes, second pass
Merge pull request #785 from CapnClever/raven-config-multiplayer
Fix network player name binding in Heretic/Hexen (#612)
Update branch with requested changes
g_game.c: Fix -timedemo "realtics" duration in Heretic/Hexen
Add -demoextend parameter to improve Heretic/Hexen demo support
g_game.c: Add -shortticfix optional feature for Heretic/Hexen.
Add longtics and lowres_turn feature to Heretic/Hexen
g_game.c: Add -maxdemo parameter to Heretic/Hexen
Merge pull request #762 from jmtd/korax
doomtype.h: include <string.h> for declaration of stricmp() on _WIN32 systems
heretic/r_bsp.c: include "i_system.h" for I_Error()
i_iwad: comment out AddXdgDirs() if building on _WIN32 systems
Merge pull request #780 from CapnClever/demorecord-rebind
g_game.c: Fix rebinding of "Finish recording demo"
README.Music: Fix subsectioning
README.Music: add hint for CMI8738 on Windows
NEWS: Update for recent changes.
d_iwad: Really ensure vanilla loading order for GOG.com installs
Ignore Emacs temp files and src/*.cfg src/*.txt
Overflow safety for solidsegs; hopefully interim.
Enable map file in debug build for Hexen
Ignore hexndata under msvc project directory
Get rid of debug comment, and move call up
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Mix_HaltChannel must always be called when releasing a sound. Fixes #773.
p_spec: fix the wording of a comment about sector overflows
Ensure values retrieved with RegQueryValueEx are null-terminated.
Adjust SFC30 controller defaults to be consistent
Add joystick virtual button for toggle automap
Merge pull request #760 from jmtd/defined-random
Add CheckACSPresent and gracefully exit
d_iwad: re-sort the GOG.com games by vanilla IWAD loading order
I don't think we need this anymore
Add P_SubRandom and fix P_Random ambiguities
Implement Vanilla limit of 4046 lumps in a WAD
Merge pull request #750 from nukeykt/nukedopl174
Merge pull request #748 from nukeykt/retailfix
diskicon: Use *saved_background for sizeof().
do not naively assume singly-byte frame buffers
setup: Fixes for SFC30 on Linux systems
setup: Add joystick config for 8bitdo SFC/SNES30
setup: Add joystick config for 8bitdo NES30 PRO.
setup: Reset button map when loading configs.
Add note to CONTRIBUTING guide about formatting.
Fix issue #623: PCX reserved byte should be 0
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Set categories for some command line args.
Merge pull request #730 from nukeykt/retailfix
doom: Fix tab char in last commit.
doom: Fix automap cheat handling when emulating older EXEs.
Merge pull request #728 from nukeykt/retailfix
doom: Fix minor Ultimate/Final Doom and Chex emulation bugs.
doom: Remove commented out code from the last commit
Merge pull request #727 from nukeykt/retailfix
Do make {install,dist} as part of travis build.
Fix some references broken by markdown change.
pkg: Really fix the Makefile from the last commit, include the docs
Convert the rest of the doc files to Markdown.
strife/p_plats.c: Add braces for for() loops and un-indent I_Error().
Convert files from CRLF to LF line endings.
Merge pull request #726 from chungy/readme.md
README: Convert to Markdown format.
pkg: Remove ChangeLog file from binary dists.
Switch builds to use Trusty.
Fix travis build of master branch?
setup: Fix crash with Chex Quest warp select.
Use apt addon rather than sudo for builds.
Add build file for Travis CI.
Merge pull request #700 from nukeykt/opl-timer-fix
osx: Bump OSX deployment target to 10.7.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
setup: Remove widget for disk activity icon.
video: Remove show_diskicon from video code.
diskicon: De-dupe icon dimension constants.
diskicon: Fix Strife disk icon.
diskicon: Draw disk icon with black background.
Use a heuristic approach to detect infinite state cycles
Fix STDISK patch offset calculation.
Refactor loading disk icon code.
NEWS: change khokh2001 attribution to Nuke.YKT
NEWS: Use past-tense rather than present and imperative.