Remove doomfeatures.h and "features" compiles.
win32: Make cp-with-libs python3 compatible.
win32: Auto-determine DLL path from LDFLAGS.
textscreen: Minor cleanups.
textscreen: Make UTF8 the rule, not the exception.
textscreen: Add Italian window.
setup: Use UTF-8 for textscreen strings.
textscreen: Change most strings to UTF-8.
textscreen: Very minor fix to code page.
textscreen: Refactor code page mapping.
textscreen: Tweak TXT_GetKeyDescription() again.
setup: Print key names as UTF8.
video: Always grab mouse when exiting main menu.
win32: Add cp-with-libs script for Win32 package.
Merge remote-tracking branch 'origin/master' into sdl2-branch
osx: Use bzip2 compression for .dmg files.
INSTALL: Fix .lha filename extension.
Merge pull request #838 from chocolate-doom/pixel_t
introduce a pixel_t type
video: Grab window move events and save display.
video: Add video_display config option.
Rearrange entries for extra config file.
setup: Fix the pairing of Hexen player classes and skill levels.
Revert "Link MinGW builds with static libgcc"
strife: Fix compiler warning.
Link MinGW builds with static libgcc
Merge pull request #749 from nukeykt/retailfix
hexen: Remove tab character added in previous commit
Merge pull request #823 from CapnClever/commandline-savedir
Merge branch 'master' into commandline-savedir
pcsound: Remove Win9x TODO().
README.Music: Remove reference to Win9x.
Merge remote-tracking branch 'origin/master' into sdl2-branch
Bump version number to 2.3.0, update NEWS.
textscreen: Fix input of Unicode characters.
textscreen: Use SDL API for getting key names.
textscreen: Decode UTF8 of character from event.
textscreen: Stop tracking modifier state.
textscreen: Add input mode switching.
Merge pull request #820 from nukeykt/opl-miscfix
Merge pull request #829 from nukeykt/hereticfix
raven: move P_Random calls to variables
hexen: fix random value order in function arguments to match disassembly
heretic: fix random value order in function arguments to match disassembly
Merge pull request #828 from nukeykt/hereticfix
NEWS.md: include description
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom into commandline-savedir
m_config.c: Merge "-savedir", "-cdrom" usage into M_GetSaveGameDir()
d_main.c: Add "-savedir" command line parameter
PHILOSOPHY: Minor formatting fixes
PHILOSOPHY: format command-line args as code.
hexen: Convert demo code to use new demo API.
heretic: Convert vvHeretic code to new demo API.
Add API for handling non-vanilla demo extensions.
PHILOSOPHY: Add exception for demo format extensions.
hexen: Forbid demo extensions in WAD files.
NEWS: Add some missing items.
NEWS: Reformat to consistent past tense.
Change email address for feedback to dev list.
PHILOSOPHY: Clarify "vanilla" section.
heretic: Forbid vvHeretic options in WAD files.
doom: Forbid longtics demos in WAD files.
doom: Load IWAD DEHs after setting gamevariant.
Merge remote-tracking branch 'origin/master' into sdl2-branch
Try multiple capitalizations when searching for WADs.
Merge pull request #818 from CapnClever/hexen-copyfile
hexen/sv_save.c: fix variable 'write_count' set but not used
hexen/p_acs.c: fix redundant redeclaration of CheckACSPresent()
hexen/sv_save.c: revert 9e71dbb, fix fwrite check
Merge pull request #814 from CapnClever/hexen-mousecontrols
Merge pull request #812 from CapnClever/raven-demoplayback-args
hexen/g_game.c: Include miscellaneous mouse functionality
g_game.c: Don't overwrite Heretic/Hexen timedemo arguments
Merge pull request #805 from AXDOOMER/master
Fix number of joystick buttons so Chocolate-Setup doesn't crash
Merge pull request #804 from CapnClever/raven-demoplayback-args
g_game.c: Don't overwrite Heretic/Hexen demo playback arguments
Merge pull request #797 from CapnClever/setup-testmouse-thresholdzero
v_video.c: Enhance V_DrawMouseSpeedBox in non-acceleration cases
Merge pull request #800 from fabiangreffrath/issue794
p_saveg.c: initialize result in saveg_read8()
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 branch 'master' into sdl2-branch
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
Update year
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)