textscreen: Add support for OS X high-DPI rendering.
configure: Switch to pkg-config macros.
video: Use native pixel format.
video: Fix jump after mouse grab.
hexen: Convert chat/menu to use new input interface.
heretic: Convert chat/menu to use new input interface.
strife: Convert chat/menu to use new input interface.
doom: Convert menu to use new input method.
video: Use relative mouse mode, not grab.
input: Initial implementation of text input.
input: Add missing I_BindInputVariables() calls.
event: Refactor doc comments for events.
video: Remove unused #includes.
video: Split out keyboard/mouse code to i_input.c.
video: Remove screen_mode_t definition.
video: Remove CreateCursors() function.
video: Remove invisible cursor hack.
video: Remove unused variables.
Remove old software scaling routines.
Merge branch 'master' into sdl2-branch
Merge pull request #649 from rrebello/makefile-fix
video: Apply shiftxform with vanilla_keyboard_mapping.
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
Merge pull request #637 from Azarien/upstream_master
Add v_diskicon.c/v_diskicon.h to MSVC project files.
opl: limit use of ioperm/inb/outb to x86 architecture
autoconf: Re-direct error messages if pkg-config cannot be found
autoconf: Call AC_CANONICAL_HOST before querying the host variable
disk icon: Move check for accumulated read bytes to i_video.c
disk icon: Make displaying the disk activity indicator optional
disk icon: Add a threshold for showing the disk icon
#include "i_system.h" in src/doom/p_doors.c for I_Error()
Merge pull request #634 from chocolate-doom/diskicon
bash-completion: allow multiple files with the same extensions
bash-completion: fix syntax error
Merge pull request #632 from chungy/bash-completion-inst
Merge pull request #631 from chocolate-doom/completion
bash-completion: Detect the appropriate directory for installation
Bash-Completion: First attempt at programatically creating the parameters list
Merge pull request #630 from rrebello/configure-option-fix
configure: fix --with-PACKAGE option checks
Add error message for linedefs referencing non-existent sidedefs
Merge pull request #629 from rrebello/fix-gcc-struct-warn
Fix "`gcc_struct' attribute directive ignored" warnings
man: add a bash-completion scriptlet
Merge pull request #622 from chungy/master
doom: update gameversion documentation to include 1.666 through 1.8
Merge pull request #619 from khokh2001/dmx-opl-volume-fix
opl: Minor fixes for last commit.
Merge pull request #618 from khokh2001/opl-volume-fix
opl: DMX MIDI channel volume calculation fix.
Merge branch 'master' into sdl2-branch
Merge branch 'master' into sdl2-branch
Merge pull request #615 from Gaerzi/patch-1
Allow binding jump to mouse button in Strife
Merge branch 'sdl2-branch' of https://github.com/chocolate-doom/chocolate-doom into sdl2-branch
Video: Vast improvements to the CreateUpscaledTexture() algorithm
Merge pull request #614 from Azarien/upstream_sdl2
VS2008 does not support designated initializers
Update VS project files for SDL2
Fixed Heretic / Hexen vcproj files
Added deh_bexstr.c to MSVC project
Make sure the pillarboxes are kept clear each frame
use SDL_LowerBlit() instead of SDL_BlitSurface()
create a new texture only if the upscale factor has changed
Video: In fullscreen mode, use desktop dimensions to calculate texture size
Video: Implement adaptive scaling of the upscaled texture
video: implement hardware rendering with proper intermediate upscaling
Merge pull request #611 from linguica/master
Merge remote-tracking branch 'chocolate-doom/master'
Add error message to untagged DR tag crash
Bump version number to 2.2.1 and add NEWS about it
Merge pull request #610 from Azarien/upstream_patch
Ensure the buffer is zero-terminated.
factor disk load indicator out into separate src/v_diskicon.[ch] files
Merge branch 'master' into diskicon
condense checks for drawing disk icon and redrawing HUD into one variable
Strife: force redraw of the screen border after drawing the disk icon
Merge pull request #607 from chungy/strife-screensize
setup: Strife uses screensize 10 by default. closes #462
Merge remote-tracking branch 'chocolate-doom/master'
get entirely rid of background saving and restoring
Merge pull request #606 from jmtd/diskicon-strife
Fix STDISK offset for strife
forgot to declare functions void(void)
factor out backing up of the background into its own function