vary fullscreen keyboard shortcut by platform
[sdl2-branch] toggle fullscreen with cmd+enter
Merge pull request #691 from jmtd/sdl2-branch-jmtd-input
setup: re-arrange display menu options
textscreen: Fix handling of mapped input chars
remove fullscreen mode selection and related code
remove four SDL2-TODOs: no further work needed
textscreen: Move fonts into PNG files.
Merge branch 'sdl2-branch' of github.com:chocolate-doom/chocolate-doom into sdl2-branch
textscreen: Set linear scaling for texture buffer.
Remove remaining setpanning_workaround code
endoom: Show something in the window title.
Refer to SDL2 versions of libraries in docs.
sound: Remove another workaround for an old SDL bug.
sound: Remove old SDL version warnings.
video: Remove windowed mode override for OS X.
video: Remove OS X warning message.
Merge remote-tracking branch 'origin/master' into sdl2-branch
Merge pull request #669 from nukeykt/nuked-opl
Merge remote-tracking branch 'origin/master' into sdl2-branch
doom: Don't run tics until graphics initialized.
video: Add support for OS X high-DPI rendering.
textscreen: Add support for OS X high-DPI rendering.
configure: Switch to pkg-config macros.
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)
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.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
joystick: Don't initialize if joystick_index < 0.
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.