RSS feed
	
	
	
		5afef298
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/04/01 17:51
		
osx: Use safe string functions for launcher.
		 
	
		a9d9335b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/04/01 17:49
		
textscreen: Use safe string functions.
		 
	
		17c14e1f
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/04/01 16:56
		
setup: Eliminate use of sprintf().
		 
	
		8eb32002
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/04/01 16:43
		
Replace all snprintf() calls with M_snprintf().
		 
	
		565a1f08
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/31 18:34
		
strife: Add missing NULL to M_StringJoin call.
		 
	
		d9c42970
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/31 06:25
		
Fix typo in src/strife/p_saveg.c
		 
	
		cb16b450
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 16:21
		
sound: Fix compile when using libsamplerate.
		 
	
		2ea8fd11
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 15:08
		
strife: Eliminate use of sprintf().
		 
	
		01ae851b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 15:00
		
hexen: Eliminate use of sprintf().
		 
	
		6bb5f78b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 14:50
		
heretic: Eliminate use of sprintf().
		 
	
		4465be14
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 14:21
		
doom: Eliminate use of sprintf().
		 
	
		e56c9c94
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 14:21
		
music: Free string using free() rather than Z_Free().
		 
	
		71d8ef24
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/30 14:07
		
Eliminate some uses of sprintf() from common code.
		 
	
		724c4ad7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 20:27
		
dehacked: Eliminate some more uses of strncpy().
		 
	
		fb00bf83
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 20:24
		
hexen: Make -playdemo cope with paths.
		 
	
		59a80b5a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 19:56
		
heretic: Make -playdemo cope with paths.
		 
	
		79699357
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 18:07
		
HACKING: Add note about unsafe C functions.
		 
	
		1990930e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:58
		
common: Eliminate use of unsafe string functions.
		 
	
		6c24da0d
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:58
		
setup: Eliminate use of unsafe string functions.
		 
	
		eb3a4033
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:49
		
strife: Eliminate use of unsafe string functions.
		 
	
		1e5e0a56
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:38
		
misc: Make arguments to string functions const.
		 
	
		2e6e43c4
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:25
		
heretic: Eliminate use of unsafe string functions.
		 
	
		5f9b4368
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:24
		
heretic: Eliminate use of unsafe string functions.
		 
	
		040ca1cf
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:23
		
doom: Eliminate use of unsafe string functions.
		 
	
		e76b5678
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 17:09
		
Fix erroneous call to M_StringJoin
		 
	
		e63a8d5e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 16:37
		
misc: Add M_StringConcat.
		 
	
		62b5c602
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/29 16:08
		
misc: Add string utility functions.
		 
	
		e85edb9e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 20:37
		
textscreen: Add label for PrintScreen key.
		 
	
		44efcf1a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 20:12
		
video: Fix calculation of -devparm ticker.
		 
	
		840e87ce
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 18:44
		
hexen: Allow abort on startup by pressing escape.
		 
	
		cea768a9
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 18:18
		
Fix .rc files so version info shows on Windows 7.
		 
	
		16a0f227
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 17:59
		
video: Fix crash when running fullscreen with -2.
		 
	
		5412004b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 17:39
		
setup: Make default sound volumes match Vanilla.
		 
	
		f09667a3
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 17:24
		
strife: Fix default music volume to match Vanilla.
		 
	
		8a699c6e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/27 16:50
		
Define a keyboard scan code for PrintScreen.
		 
	
		2b4eb0f8
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/26 09:25
		
Fix typos in config API usage
		 
	
		b945564a
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/26 09:14
		
Add explicit check for libz
		 
	
		9981c42b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/25 18:39
		
Set GUS patch path variable using D_SetVariable.
		 
	
		bc8517a0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/25 18:38
		
config: Add API to get/set config variables.
		 
	
		f149adae
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/24 09:43
		
Fix libpng detection for static libraries
		 
	
		19466db7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/23 20:18
		
Fix various Clang compiler warnings.
		 
	
		42faefce
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/23 18:04
		
Autodetect GUS patches installed with BFG Edition.
		 
	
		da6a2604
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/23 17:43
		
Rearrange order of SDL sound startup.
		 
	
		84f136b5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/23 17:06
		
Set default for key_menu_screenshot to 0.
		 
	
		7a7a66e0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 23:30
		
heretic/hexen: Fix -timedemo.
		 
	
		b295df80
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 22:57
		
doom: Add initial support for versions < v1.9.
		 
	
		3ac445e2
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 22:08
		
doom: Emulate 'no fog on spawn west' Vanilla bug.
		 
	
		be0bd464
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 21:15
		
pcsound: Extend frequency table to 128 entries.
		 
	
		4878ba55
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 20:58
		
setup: Add missing snd_maxslicetime_ms variable.
		 
	
		765ca3a0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 20:55
		
music: Add config var for external music program.
		 
	
		a3e2dbc7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 20:07
		
sound: Add config variable to control buffer size.
		 
	
		4788fd83
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/22 12:54
		
heretic/hexen: Fix automap background scrolling.
		 
	
		edfbfe1d
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/03/20 14:39
		
Merge pull request #365 from fabiangreffrath/bfg_warning
		 
	
		7a50a3cc
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/20 11:57
		
Remove superfluous dividers.
		 
	
		1f950e4b
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/20 10:27
		
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.
		 
	
		974692ac
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/03/20 06:23
		
Merge pull request #364 from fabiangreffrath/key_screenshot
		 
	
		624e4b2f
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/19 09:29
		
Initialize key_menu_screenshot with -1.
		 
	
		20db96ec
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/18 02:56
		
Add a dedicated key for taking screenshots.
		 
	
		7d8526e3
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/03/17 10:03
		
Merge pull request #361 from fabiangreffrath/png_screenshots
		 
	
		dccc76cf
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/17 13:31
		
Add PNG screenshots to advanced video options menu.
		 
	
		81d5f811
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/17 13:23
		
Remove 0 summand.
		 
	
		a22e4a16
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/17 13:22
		
Add some strictly unnecessary curly braces.
		 
	
		002822df
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/17 12:42
		
Allow for PNG screenshots.
		 
	
		a8029480
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/16 16:48
		
readme: Fix note about CMDLINE to be correct.
		 
	
		9e112d6d
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/16 16:39
		
video: Center mouse when grabbing cursor.
		 
	
		b96bbaa0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/16 16:06
		
hexen: Increase maximum level number to MAP60.
		 
	
		17a544e5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/15 22:43
		
Update URLs to Chocolate Doom Github project.
		 
	
		fdd80a80
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/15 22:34
		
doom: Fix behavior of M_EPI4 menu item.
		 
	
		6b624639
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/15 22:27
		
heretic/hexen: Fix pause key remapping.
		 
	
		d73a6422
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/15 22:23
		
doom: Add -dehlump parameter to load DEHACKED lumps.
		 
	
		9f955ea5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/15 21:45
		
heretic: Fix plat_t read when loading savegames.
		 
	
		7e118463
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/03/13 06:20
		
Merge pull request #356 from fabiangreffrath/keybind-hexen
		 
	
		ae2c4734
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/03/13 03:25
		
Allow to rebind artifact keys in Hexen.
		 
	
		ecf457dd
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/03/02 11:25
		
doom: Reverse detail graphic for BFG edition.
		 
	
		18efe412
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/02/24 05:37
		
Merge pull request #346 from fabiangreffrath/bfgedition
		 
	
		b8fd310f
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/02/24 04:34
		
Keep (bfgedition) as part of the check for TITLEPIC.
		 
	
		79f84274
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/02/24 02:20
		
More robust checks for BFG Edition.
		 
	
		dc57eb08
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/02/20 01:03
		
Add BFG edition workaround for options menu crash.
		 
	
		2ec58cfa
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/02/20 00:28
		
Mark 512x400 mode as decent quality.
		 
	
		95ef264e
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/02/03 02:06
		
Merge pull request #329 from fabiangreffrath/master
		 
	
		b8dfaffc
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/02/03 01:34
		
Revert the more controversial changes in my previous pull request.
		 
	
		4cc85f4c
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/01/26 21:43
		
sound: Fix swapped parameters for function.
		 
	
		08ad5553
		 – Fabian Greffrath <fabian@greffrath.com>
 authored
 on 2014/01/20 06:00
		
Some improvements to the build system
		 
	
		29e7b9d8
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2014/01/19 02:35
		
doom: Add support for Freedoom IWAD names.
		 
	
		e3047e45
		 – Witold Pilat <witold.pilat@gmail.com>
 authored
 and Simon Howard <fraggle@gmail.com>
 committed
 on 2014/01/19 02:23
		
configure: Add option to disable libsamplerate.
		 
	
		3ad2868c
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2014/01/18 18:19
		
Merge pull request #320 from fielder/master
		 
	
		936f9ffb
		 – Chris Fielder <shambler.qc@gmail.com>
 authored
 on 2013/12/28 11:58
		
heretic: fix automap panning left
		 
	
		9ec3bb73
		 – Simon Howard <fraggle+github@gmail.com>
 authored
 on 2013/12/26 03:00
		
Merge pull request #318 from svdijk/bugfix
		 
	
		5a35c438
		 – svdijk <svdijk@users.sourceforge.net>
 authored
 on 2013/12/23 09:45
		
heretic, hexen: Fix mouse (and joystick) weapon cycling.
		 
	
		a6588222
		 – svdijk <svdijk@users.sourceforge.net>
 authored
 on 2013/12/23 09:37
		
setup: Add key_mission to the controls group.
		 
	
		b9690ac0
		 – Jan Engelhardt <jengelh@inai.de>
 authored
 on 2013/12/10 12:09
		
build: adjust location of execgamesdir
		 
	
		af5ebef3
		 – Jan Engelhardt <jengelh@inai.de>
 authored
 on 2013/12/10 12:03
		
build: kill redundant boilerplate in autogen.sh
		 
	
		f5396cf3
		 – Jan Engelhardt <jengelh@inai.de>
 authored
 on 2013/12/10 12:02
		
build: do not create an INSTALL file
		 
	
		d44fdfae
		 – Jan Engelhardt <jengelh@inai.de>
 authored
 on 2013/12/10 11:59
		
build: fix not-honored --docdir setting
		 
	
		e6deb55e
		 – Jan Engelhardt <jengelh@inai.de>
 authored
 on 2013/12/10 11:56
		
build: avoid error message during autogen.sh
		 
	
		e2f1ba09
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2013/12/09 00:28
		
Bump version number to 2.0.0, make minor modifications to NEWS.
		 
	
		78ac59a2
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2013/12/05 22:59
		
Fix crash caused by Strife nicknames (thanks fabian).
		 
	
		b662a3d8
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2013/12/05 22:48
		
Update README to point at Github instead of Sourceforge. Remove contents
		 
	
		89fa06e5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2013/12/03 23:56
		
Rename configure.in to configure.ac, to comply with modern autotools
		 
	
		e52ca315
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2013/12/03 23:46
		
Don't clean static manpages (oops).
		 
Next