Update INSTALL.template
Merge pull request #683 from nukeykt/authors2
Merge pull request #679 from jmtd/osx-launcher-lmp
Add support for .lmp file formats to Mac Launcher
Cast player pitch to unsigned when calculating sigil mega blast trajectory
Verified change to AM_addMark logic
Verified changes needed to P_KillMobj
pw_invisibility is in fact cleared on burning death; addl resolution for issue #663
Address multiple issues identified by nukeykt; partially resolves issue #663
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Allow SDL headers and libraries to exist in the msvc project directory
Merge pull request #672 from jmtd/jmtd-revert-mrandom-seeding
Revert "Seed the M_Random random number generator from the system time to give"
Add Contributor Covenant as Code of Conduct.
Update some doomworld http: links I missed.
Change all chocolate-doom.org URLs to https:
Merge pull request #669 from nukeykt/nuked-opl
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)
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
joystick: Don't initialize if joystick_index < 0.
Merge pull request #649 from rrebello/makefile-fix
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 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