RSS feed
	
	
	
		fc70cdbb
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/22 15:00
		
Add SDL_mixer, SDL_net URLs and a section on timidity.
		 
	
		be9a3b43
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/22 14:55
		
Include MSVC project files in make dist.
		 
	
		e81a8b99
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/22 14:52
		
Add INSTALL file.
		 
	
		744a0f91
		 – GhostlyDeath <GhostlyDeath@users.sourceforge.net>
 authored
 on 2008/01/21 10:07
		
Removed spaces from VC9 Project
		 
	
		63624d71
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/20 11:18
		
Fix loading disk icon. Add back -1, -2, -3 command line options for
		 
	
		e29c27e3
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/19 23:59
		
Add -width, -height command line parameters for specifying the screen
		 
	
		142a9488
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/19 23:47
		
Refactor the video mode configuration system.
		 
	
		6805e192
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/19 20:59
		
Use strcmp(), not strcasecmp() for checking driver name
		 
	
		764f451c
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/19 19:22
		
Revert doomdef.h include added to pcsound.c.
		 
	
		afd49cf2
		 – Russell Rice <rtc_marine@hotmail.com>
 authored
 on 2008/01/16 09:41
		
Fix build
		 
	
		48fb4384
		 – GhostlyDeath <GhostlyDeath@users.sourceforge.net>
 authored
 on 2008/01/16 09:33
		
Updated VC9 project, -setup and -server now build correctly
		 
	
		dd32de55
		 – GhostlyDeath <GhostlyDeath@users.sourceforge.net>
 authored
 on 2008/01/16 08:39
		
Added MSVC9 (2k8 Express) Project File; The client builds but -setup and
		 
	
		095d69a9
		 – Russell Rice <rtc_marine@hotmail.com>
 authored
 on 2008/01/16 06:13
		
Update config.h to 1.0.0 for the codeblocks projects
		 
	
		e6917741
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/12 07:28
		
Make sure we credit Id in the manpage as well. Update copyright to 2008.
		 
	
		bdcc178d
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2008/01/09 19:46
		
Use the same spechits magic value that PrBoom-plus uses (thanks
		 
	
		f5040263
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/29 23:51
		
Add environment variable section to manpage.
		 
	
		2b733d6a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/18 17:09
		
Don't center the mouse on startup if the mouse is disabled (thanks
		 
	
		030b38de
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/14 17:23
		
Don't grab the mouse if the mouse is disabled by -nomouse or through
		 
	
		94bca7e1
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/14 13:31
		
Update NEWS.
		 
	
		dabe5d55
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/14 13:29
		
Include doomfeatures.h in deh_misc.h so that FEATURE_DEHACKED is checked
		 
	
		0054a2e1
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/13 18:04
		
Add a list of wiki pages to link to and automatically insert links.
		 
	
		75e34879
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/13 17:32
		
Add missing argument to the extraconfig command line parameter.
		 
	
		dd7adf99
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/13 17:27
		
Add mmapped file IO note to TODO.
		 
	
		21a82fa1
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/13 17:26
		
Add @vanilla tag for Vanilla doom command line options. Add missing
		 
	
		5df59601
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/10 16:03
		
Bump version to 1.0.0 and update ChangeLog.
		 
	
		679fdc21
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/12/08 06:07
		
Update NEWS.
		 
	
		8b1a30c7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/11/23 13:26
		
Use _spawnv() to invoke Doom under Windows, rather than system(). Fixes
		 
	
		59c07099
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/10/18 19:55
		
Reorder actionf_t union members to fix warnings in info.c.
		 
	
		e6e58680
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/10/18 19:54
		
Shut up signed / unsigned comparison warnings.
		 
	
		7c2cc3e0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/10/18 19:44
		
#define snprintf, vsnprintf to _snprintf, _vsnprintf in MSVC.
		 
	
		75ce08ab
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/10/18 19:40
		
#define inline to _inline in MSVC.
		 
	
		7644356e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/10/18 19:38
		
Fix for strcasecmp in MSVC; #define to stricmp. Outside MSVC, use
		 
	
		17aa4ae9
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/15 13:09
		
Fix desyncs caused by previous change to A_Explode.
		 
	
		7994c9e7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/15 09:13
		
Check for playeringame overflow when spawning a new player (for
		 
	
		4f9561ec
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/15 08:35
		
Add intercepts overrun emulation from PrBoom-plus.
		 
	
		5ac7ac32
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/14 18:20
		
Add P_SubstNullMobj, substitute NULL mobjs for a dummy mobj where
		 
	
		056415e2
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/11 05:02
		
Remove obsolete autotools scripts from dist, require automake 1.8
		 
	
		f6888492
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/04 19:50
		
Fix build failure when python is not installed.
		 
	
		a83c12ef
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/02 21:05
		
Up the default sample rate to 44100.
		 
	
		1501546e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/02 21:00
		
Fix crash when playing long sounds (like DSBOSSIT)
		 
	
		604e0962
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/02 20:43
		
Try to open /dev/speaker in the parent process, so that we can tell if
		 
	
		0517fad3
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/02 20:30
		
Add pcsound driver for OpenBSD.
		 
	
		91eea3f8
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/02 16:17
		
Disable "saving config in ... " message for setup (thanks MikeRS)
		 
	
		a74b55d0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/09/02 16:14
		
Don't make novert affect the joystick as well (thanks Janizdreg)
		 
	
		58fdd042
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/31 04:59
		
Make SHORT and LONG macros return signed values; this is the behaviour
		 
	
		dad445bb
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/31 04:31
		
Use short for texpatch_t .originx, .originy: fixes problem caused by
		 
	
		11178d5a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/31 03:27
		
Use gcc packed attribute for all structures read/written to disk. This
		 
	
		693fb386
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/27 15:31
		
Fix bug where the automap always follows player 1 in multiplayer mode
		 
	
		eef2733d
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/23 20:27
		
Initialise tracksize variable before mus2mid conversion, otherwise it is
		 
	
		241399e4
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/19 19:54
		
Use __APPLE__ instead of __MACOSX__.
		 
	
		81135474
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 20:28
		
Remove debugging message.
		 
	
		f0c7aa03
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 20:04
		
Don't crash when all players have quit.
		 
	
		7e59c3bc
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 20:03
		
Disconnect any remaining drones when the last real player quits.
		 
	
		8d99dbd7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 17:14
		
Remove M_FileExists check for steam directories and add them as possible
		 
	
		a41be6be
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 17:11
		
Add the default DEICE install directories to the IWAD search path on
		 
	
		502653b3
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 16:06
		
Match steam IWAD directory order to IWAD search order.
		 
	
		7a157912
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 14:04
		
Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants.
		 
	
		ff95b3ad
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/08 14:03
		
Make M_FileExists work on directories.
		 
	
		7c2a5dfb
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/07 22:00
		
Add temporary debugging messages for Steam support.
		 
	
		ab717975
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/07 21:17
		
Don't assume Steam InstallPath ends in a \
		 
	
		4cce5073
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/07 00:26
		
All of the steam IWADs are in \base subdirectories.
		 
	
		309a199f
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/06 21:19
		
Autodetect IWADs installed by Steam.
		 
	
		69cd2345
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/06 00:48
		
Remove duplicate FileExists function.
		 
	
		770fb3d7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/08/03 18:17
		
Fix 'pop' at the end of sound effects caused by an audio conversion bug.
		 
	
		5f4628dc
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/29 22:03
		
Set timedemo start time when demo playback begins, not when the level
		 
	
		bc3ed56f
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/29 20:44
		
Make the z_native "out of memory" error message match the normal z_zone
		 
	
		3f8b7b23
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/29 20:31
		
Fix bug in z_native linked list logic. Clear out all PU_CACHE blocks
		 
	
		e4681dd4
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/29 19:41
		
Allow more than the standard three mouse buttons to be defined through
		 
	
		b361695b
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/22 10:45
		
Add missing new mouse buttons to setup (thanks RazTK).
		 
	
		05683413
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/10 09:37
		
Another crazy idea.
		 
	
		3370d17f
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/10 09:37
		
Shut up compiler warning.
		 
	
		18a8a2ce
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/08 16:53
		
Make the numeric keypad behave like Vanilla does.
		 
	
		3e82d3d2
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/08 13:52
		
Add -netdemo for playing back netgame demos that only have a single
		 
	
		75292c15
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/07 19:58
		
Make drones quit when disconnected from the server.
		 
	
		f7293ce7
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/07 19:45
		
Don't grab the mouse if a drone player (no input, so it isn't needed).
		 
	
		8ff48048
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/05 08:06
		
Clearer prompt when asking whether to save settings on exit of setup.
		 
	
		0dd78536
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/05 07:57
		
Remove "startup delay" from the setup display configuration dialog.
		 
	
		5997ce82
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/07/04 18:57
		
Add pcsound_internal.h to dist.
		 
	
		2aa8ec9e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/30 10:34
		
Don't crash if there is a multiplayer demo in the demo loop.
		 
	
		71ff9b53
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/27 19:15
		
Interpret skill level setting as a signed integer, to allow -skill 0.
		 
	
		7579f29a
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/22 15:14
		
Don't allow two actions bound to the same button in setup.
		 
	
		c1cfa2e0
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/22 07:55
		
Replace 35 with TICRATE where appropriate.
		 
	
		d8ecb804
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/21 18:51
		
Add a joystick dead zone for joysticks that don't have them.
		 
	
		27b97383
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/21 18:00
		
Revert previous change from bitshifts to divides; this causes demo
		 
	
		ed619143
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/21 07:33
		
Add arrlen() macro as a clearer way of doing sizeof(array) /
		 
	
		ee2a6fda
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/21 07:32
		
Add portability section to HACKING file.
		 
	
		bec32345
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/20 07:44
		
Update TODO.
		 
	
		bc95293e
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/20 07:21
		
Add x5 screen scale (thanks MikeRS!)
		 
	
		856eebe5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/19 20:37
		
Add new configuration options for the mouse and joystick for controls
		 
	
		d0049762
		 – Russell Rice <rtc_marine@hotmail.com>
 authored
 on 2007/06/18 19:59
		
Update codeblocks projects for new sound stuff
		 
	
		69789a1d
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/18 19:50
		
Add -iwad when joining a game, as well as when creating one (thanks
		 
	
		ad6ea294
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/18 19:47
		
Remove deleted headers from Makefile.am.
		 
	
		d0d17994
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/17 15:19
		
Make the music code modular as well, although for the time being there
		 
	
		beab4eb5
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/17 14:40
		
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
		 
	
		5fc79137
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/16 12:16
		
Switch back to z_zone, not z_native (oops!)
		 
	
		e91f2439
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/16 12:04
		
Clean up sound code
		 
	
		304a0037
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/16 12:03
		
Use divides instead of bitshifts, for clarity
		 
	
		a9feab08
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/16 12:02
		
Shut up strict aliasing warnings
		 
	
		c447a5da
		 – Simon Howard <fraggle@gmail.com>
 authored
 on 2007/06/16 12:02
		
Switch to djb2 hash function and shut up compiler warnings
		 
	
		a32623bf
		 – Russell Rice <rtc_marine@hotmail.com>
 authored
 on 2007/06/14 19:20
		
Update codeblocks project
		 
Next