setup: Add missing snd_maxslicetime_ms variable.
music: Add config var for external music program.
sound: Add config variable to control buffer size.
heretic/hexen: Fix automap background scrolling.
Merge pull request #365 from fabiangreffrath/bfg_warning
Remove superfluous dividers.
Print a warning if the user is attempting to record or playback a demo or connect to a network game using one of the BFG Edition IWADs.
Merge pull request #364 from fabiangreffrath/key_screenshot
Initialize key_menu_screenshot with -1.
Add a dedicated key for taking screenshots.
Merge pull request #361 from fabiangreffrath/png_screenshots
Add PNG screenshots to advanced video options menu.
Add some strictly unnecessary curly braces.
Allow for PNG screenshots.
readme: Fix note about CMDLINE to be correct.
video: Center mouse when grabbing cursor.
hexen: Increase maximum level number to MAP60.
Update URLs to Chocolate Doom Github project.
doom: Fix behavior of M_EPI4 menu item.
heretic/hexen: Fix pause key remapping.
doom: Add -dehlump parameter to load DEHACKED lumps.
heretic: Fix plat_t read when loading savegames.
Merge pull request #356 from fabiangreffrath/keybind-hexen
Allow to rebind artifact keys in Hexen.
doom: Reverse detail graphic for BFG edition.
Merge pull request #346 from fabiangreffrath/bfgedition
Keep (bfgedition) as part of the check for TITLEPIC.
More robust checks for BFG Edition.
Add BFG edition workaround for options menu crash.
Mark 512x400 mode as decent quality.
Merge pull request #329 from fabiangreffrath/master
Revert the more controversial changes in my previous pull request.
sound: Fix swapped parameters for function.
Some improvements to the build system
doom: Add support for Freedoom IWAD names.
configure: Add option to disable libsamplerate.
Merge pull request #320 from fielder/master
heretic: fix automap panning left
Merge pull request #318 from svdijk/bugfix
heretic, hexen: Fix mouse (and joystick) weapon cycling.
setup: Add key_mission to the controls group.
build: adjust location of execgamesdir
build: kill redundant boilerplate in autogen.sh
build: do not create an INSTALL file
build: fix not-honored --docdir setting
build: avoid error message during autogen.sh
Bump version number to 2.0.0, make minor modifications to NEWS.
Fix crash caused by Strife nicknames (thanks fabian).
Update README to point at Github instead of Sourceforge. Remove contents
Rename configure.in to configure.ac, to comply with modern autotools
Don't clean static manpages (oops).
Fix 'make clean' where some files were not being cleaned (thanks
Fix Heretic demo desync caused by r1228 (thanks marineController).
Fix crash when using fallback Doom IWAD and selecting level.
Bump version number to 2.0.0-beta3.
Bump version numbers for Codeblocks, MSVC project files from 1.99.0 to
Remove KEY_RSHIFT special-casing from Heretic/Hexen menu code to fix
Initialize data2 to zero for ev_keyup events, rather than just letting
Update INSTALL template file to include upgrade instructions for
Change names of Doom II MAP31/MAP32 when using the BFG edition (thanks
Show package string on Hexen startup, to match other games.
Add Steam IWAD path for Hexen Deathkings WAD (thanks chungy).
Fix quoting around use of AC_LANG_PROGRAM macro to stop warning message.
Clear relative mouse state after moving mouse cursor to corner to
Add default DOS installer paths for Heretic, Hexen and Strife to IWAD
Change old Doom wiki link to new URL (thanks Quasar).
* Fixed deathmatch spots error message to match binary (why'd they
Proper output of randomparm's current value when passing through
* Fix problem that crashes netdemos in ST_Drawer
Only show 'flying' controls when configuring Heretic or Hexen, not
Change gradient characters of 'large' textscreen font to be direct
Fix setup tool Windows resource file to include the application manifest
Bump version number to 2.0.0-beta2.
Use system DPI setting on Windows to determine whether to use the large
Add missing asmv3 namespace to setup manifest (oops).
Declare Windows binaries as DPI-aware to prevent the OS from applying
Use .items() rather than .iteritems() for compatibility with Python 2.7
Determine which textscreen font to use by looking at the current desktop
Fix Vanilla behavior of shift key when entering savegame names in the
Use _SCRIPTS rather than _DATA for duplicated setup binaries so that the
Default to windowed mode in OS X, as there is an SDL bug that can cause
Don't crash Heretic in A_SkullPop() if a player is gibbed and respawns
Select fallback IWADs that match the game we are configuring (thanks
When loading Heretic savegames, NULL out certain special values which
Disable file selector dialog on Windows.
Fix icon at multiplayer wait screen (thanks Alexandre Xavier).
Use OPL MIDI playback as the default music device.
Correct up/down look logic that was incorrectly allowing 6 degrees of
Fix bug with freeing of static strings, accidentally introduced in
Fix accidental string concatenation that broke Steam Heretic IWAD
Rip out special casing on Windows that defaults to the SDL directx
Remove call to I_SetWindowTitle() that is no longer needed.
Remove gamemission variables for Heretic and Hexen and hard-code to the
Update generation of Windows RC version to properly handle -xxx
Bump version number to v2.0.0-beta1; update NEWS.