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.
NEWS: Strife IWAD/voices.wad loading behavior tweak
Swap order of checks for voices.wad; resolve issue #675
NEWS: Update for the current state of the repo. Maybe release soon...?
d_iwad: Find Strife from a GOG.com installation
Merge pull request #705 from nukeykt/dmxgus
doom: Use inequality comparison for the freedoom variant (thanks Jon)
Merge pull request #702 from chungy/master
music: DMX's "GUS instrument mappings bug" emulation
Merge pull request #703 from chocolate-doom/gamevariant
doom: Always allow loading PWADs for Freedoom: Phase 1
Merge pull request #635 from chungy/automake_bindir
automake: install binaries to ${bindir} not ${exec_prefix}/games
opl_sdl.c: remove unused variable "i"
gamevariant can be either freedoom or freedm
introduce a gamevariant variable to tell different IWADs apart
Merge pull request #701 from krystalgamer/patch-1
Removed non-existing files from project
opl: fix time calculation after tempo change
Merge pull request #688 from jkbenaim/heretix-namefix
Heretic: Add map names for Episode 6
Merge pull request #687 from chocolate-doom/jmtd-doc-install-freedm
Update INSTALL.template
Merge pull request #683 from nukeykt/authors2
Merge pull request #679 from jmtd/osx-launcher-lmp
Add support for .lmp file formats to Mac Launcher
Cast player pitch to unsigned when calculating sigil mega blast trajectory
Verified change to AM_addMark logic
Verified changes needed to P_KillMobj
pw_invisibility is in fact cleared on burning death; addl resolution for issue #663
Address multiple issues identified by nukeykt; partially resolves issue #663
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Allow SDL headers and libraries to exist in the msvc project directory
Merge pull request #672 from jmtd/jmtd-revert-mrandom-seeding
Revert "Seed the M_Random random number generator from the system time to give"
Add Contributor Covenant as Code of Conduct.
Update some doomworld http: links I missed.
Change all chocolate-doom.org URLs to https:
Merge pull request #669 from nukeykt/nuked-opl
CONTRIBUTING: Add Git commit message guidelines.
CONTRIBUTING: Tweak wording.
Fix automake warning by changing variable name.
doom: Correctly handle savegame fopen() failure.
Merge pull request #655 from njankowski/issue-651
Fix typo and remove unused symbol. Fixes #651
Rogue did change the gib health check after all, we misread the assembly about 100 times in a row (this stuff is hard)
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
joystick: Don't initialize if joystick_index < 0.
Merge pull request #649 from rrebello/makefile-fix
Avoid use of '$<' and '$^' in Makefile rules
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Fix bug when starting multiplayer Chex Quest games.
tables.c: Changed type of finetangent[]/finesine[] to fixed_t
Hexen: Let the MRJONES cheat report the same version string as HEXEN.EXE
Fix warning: variable ‘widget’ set but not used
Do not blindly assume single-byte framebuffers
Merge pull request #640 from chocolate-doom/de-obfuscate
De-obfuscate some numerical constants found in the source code
Fix warning due to mismatched enum types.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Set the window title for command prompt.
Merge pull request #594 from khokh2001/warp
Add Fabian and Jon to AUTHORS.
Merge pull request #638 from rrebello/io-ports-fix