Merge pull request #637 from Azarien/upstream_master
Add v_diskicon.c/v_diskicon.h to MSVC project files.
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 pull request #615 from Gaerzi/patch-1
Allow binding jump to mouse button in Strife
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
Pass a parameter to I_BeginRead() to force it to backup the background
configure: Check for windres only if building for windows
Merge pull request #605 from jmtd/diskicon
Ensure disk status icon is drawn on top of stbar
reenable disk image on Mac OS X
Minor changes (mostly) comments around diskicon
prevent saving a background which already has the disk icon drawn upon
Video: Show a disk icon if lumps have been read in the previous tic
Merge pull request #556 from chungy/appdata
Merge pull request #601 from chungy/gog.com
Merge pull request #602 from jmtd/clang-fixups
d_iwad: change "gogcom_collectors_edition" to "root_path"
Adjust PACKEDATTR for Clang
Search GOG.com installation directories for IWADs
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Apply gcc_struct tag to packed structs
man: Add documentation for IWAD search paths.
Make IWAD search paths compliant with XDG spec.
wad: Move W_CheckCorrectIWAD() into w_main.c.
wad: Change type of lumpinfo[] array.
wad: Free cached lumps on reload, don't release.
doom: Fix compiler warnings due to type conflict.
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Remove duplicate variable definitions.
Merge pull request #596 from chungy/master
setup-manifest: Add compatibility GUID for Windows 10
doom: Fix formatting in ST_Responder().
Merge pull request #593 from khokh2001/chex
doom:Chex's warp cheat handling fix
doom:Chex's map name handling fix
opl: Add a secret DMXOPTION to reverse stereo channels.
Merge pull request #592 from linguica/msvc-fixes
Fixed Heretic / Hexen vcproj files
Merge pull request #590 from linguica/patch-1
Added deh_bexstr.c to MSVC project
Merge pull request #588 from jmtd/text-segv
Add constraint check to CellOverflowedSize
Merge pull request #589 from Azarien/upstream_master
Merge pull request #582 from khokh2001/doom-1.666
Expanded table of valid game versions.
Merge pull request #581 from khokh2001/doom-1.666
setup: Update to add new defaults.
Merge pull request #580 from jmtd/aspect-ratio-screenshots
Write out aspect-corrected 1600x1200 PNGs
Merge pull request #577 from jkbenaim/master
osx: Add CFBundleIdentifier to Info.plist.
textscreen: Fix struct initializers.
textscreen: Allow cycling through tables with tab key.
setup: Clean up gamepad configuration window.