RSS feed
72bdda2c
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/13 14:06
Don't try to precache sound effects that don't exist.
52228a0b
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/12 17:16
Add comment.
7859a115
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/12 17:07
Use SRC_SINC_FASTEST for speed when using libsamplerate for conversions,
88e70502
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/12 16:29
Add use_libsamplerate variable to setup.
53fa6c27
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/12 16:26
Set the default startup_delay to 1s.
4f16d816
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/11 17:59
Add support for sample rate conversion using libsamplerate (thanks to
7db1399a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/10 13:44
Fix compiler warnings. Refactor the intercepts overrun code so that it
9e165649
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/09 17:31
Fix up the R_Main startup progress dots. If stdout is a file, don't
7577bb41
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/09 17:21
Set the process affinity mask to 1 on Windows, to work around a bug in
aadc860d
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/09 17:04
Set the SDL_VIDEODRIVER in setup, so that we get the correct modes list
2a464e0d
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/09 15:30
Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c.
059c2fc6
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/09 14:17
Remove some unneeded functions from i_system.c. Make I_Error exit using
57eeaf1d
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/06 18:55
Use geometric distance to find the nearest mode when autoadjusting,
631baaaa
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/06 18:42
Add -geometry command line parameter to allow the screen size to be
85b1dacd
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/06 17:18
Make 320x240 a "good" mode when aspect ratio correction is turned off.
9145cb3f
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/05 18:32
Set screen_{width,height} when finding the nearest mode. Save the last
bfe674a8
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2008/02/05 00:34
fix a few warnings
4fdfcb28
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/04 17:45
Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen).
65ed2a32
– Simon Howard <fraggle@gmail.com>
authored
on 2008/02/04 17:43
Update chocolate-setup to the new screen mode config system.
aff2bd33
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2008/01/31 17:43
Use project names as binary names
89c9c251
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/30 14:09
Be more accurate in describing windowboxed modes as either
d9ba3b38
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/26 10:38
Update make dist for new codeblocks files.
fe5645bb
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2008/01/25 18:05
Change filenames to be name independant
0224c049
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/25 17:48
Update win32 resource files for the new icon filenames.
092e2c4f
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/25 12:37
Rename some files to be package name independent.
0103f6b6
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/24 14:26
Update NEWS.
4896a171
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/24 14:14
Add manpages for chocolate-setup, chocolate-server, based on the
7cd5bca9
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/24 14:10
Make lookup tables const where possible.
aedc1c2d
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/24 14:09
Fix fast / respawning monsters parameter not exchanged when starting
a802be4c
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/23 18:56
Add URLs for patches.
c3c3f52a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/01/22 15:02
Use MEM_SEEK_SET for memio, not SEEK_SET.
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).
Next