setup: Undo axis reversal for Gameport adapter.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
setup: Invert both axes for Gameport adapter.
Fix assigning structs not compiling on Visual Studio
Clear mouse events caused by mouse warp.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Merge pull request #521 from chungy/xbone-pad
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
setup: Add config for USB Gameport adapter.
setup: Add OS X config for Gameport adapter.
Strip out SDL_VERSION_ATLEAST #ifdef conditionals.
setup: Add help URLs for configuration windows.
textscreen: Add help URL functionality for windows.
Merge pull request #523 from chocolate-doom/hexndemo
The 4-Level Demo Version also has 3 Info pages
Turn maxplayers into a global variable
textscreen: Remove screen size-based font selection.
net: Include port number in address strings.
misc: Handle M_StringCopy() short buffer case.
Remove old DOS source files.
Avoid calling strlen() on a potentially unterminated string
Add a wrapper with "void (void)" signature around G_CheckDemoStatus
Move MSVC-specific inline definition to doomtype.h
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom into hexndemo
setup: add support for the Xbox One controller on Linux
man: Use \- to denote dashes. Fixes #512
play sound when trying to enter a forbidden map in the demo version
maintain an explicit switch list for the demo version
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Initialize floor->type and floor->crush fields in EV_BuildStairs()
Switch pick-up messages for Chaos Device and Disc of Repulsion
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Fix mistaken uses of memcpy() on overlapping memory.
Fix game code that makes false boolean assumptions.
doom: Change weaponowned[] to an int array.
Apparently, the Hexen font only has upper-case chcracters
setup: fix "control reaches end of non-void function" compiler warning
Identify the "shareware" version early on.
currently, no separate startup banner for the demo version :(
adapt cheat codes for the demo version
set the max_players limit in network games to 4 in shareware mode
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom into hexndemo
First shot at support for the Hexen 4-level Demo
PHILOSOPHY: Expand discussion on minimalism.
Add extra checks to weapon cycling loops.
Merge pull request #502 from dbrackett16/patch-1
Fixed Missing File in project
man: fix typo in manual generation
add missing includes for calling SHORT() in Heretic
Merge pull request #493 from derek57/patch-3
Merge pull request #492 from derek57/patch-2
Merge pull request #495 from WinterMute/build-outside-source-dir
allow building in subdirectory or outside source directory
even more endianness fixes by myself (Ronald Lasmanowicz)
even more endianness fixes by myself (Ronald Lasmanowicz)
Strip out CPU affinity hack.
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
fix some more endianess issues with the width fields in patch_t structs
fix a bug that causes monsters to become partly invisible
Merge pull request #485 from chungy/master
strife: Fix the name of MAP29, should be "Entity's Lair"
Upstream fix from SVE: MF_MVIS flag
Upstream fix from SVE: Missing break statement
Merge pull request #481 from chungy/master
Add Steam IWAD path for Strife: Veteran Edition
textscreen: Exit immediately when all windows close.
hexen: audit calls to P_StartACS().
hexen: Store minotaur start time as little endian.
hexen: Fix incorrect size on M_StringCopy().
setup: Fix bug with strdup() of NULL pointer.
opl: Fix code style to match guidelines.
Merge pull request #466 from khokh2001/opl-fix2
Merge pull request #465 from khokh2001/opl-fix
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
opl: Internally swap MUS/MID percussion channel #s.
Remove unreferenced "grid" variable
Automap accuracy fixes (against proper game)
Revert "Automap accuracy fixes"
opl additive voice volume calculation fix
opl note limitation and octave overflow fixes
opl additive voice volume calculation fix
Merge pull request #468 from khokh2001/opl-fix4
Merge pull request #467 from khokh2001/opl-fix3
setup: dynamically set size of iwad_labels array
Default screenblocks 10, not 9
Missed change for startskill init
Another teleport beacon correction
Rogue fixed DOOM bug regarding switch sound origins
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Add gamepad config for PS4 DualShock 4.
Must allow HU_CHANGENAME in chat_dest range