summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-12Set the default startup_delay to 1s.Simon Howard
2008-02-11Add support for sample rate conversion using libsamplerate (thanks toSimon Howard
2008-02-10Fix compiler warnings. Refactor the intercepts overrun code so that itSimon Howard
2008-02-09Fix up the R_Main startup progress dots. If stdout is a file, don'tSimon Howard
2008-02-09Set the process affinity mask to 1 on Windows, to work around a bug inSimon Howard
2008-02-09Set the SDL_VIDEODRIVER in setup, so that we get the correct modes listSimon Howard
2008-02-09Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c.Simon Howard
2008-02-09Remove some unneeded functions from i_system.c. Make I_Error exit usingSimon Howard
2008-02-06Use geometric distance to find the nearest mode when autoadjusting,Simon Howard
2008-02-06Add -geometry command line parameter to allow the screen size to beSimon Howard
2008-02-06Make 320x240 a "good" mode when aspect ratio correction is turned off.Simon Howard
2008-02-05Set screen_{width,height} when finding the nearest mode. Save the lastSimon Howard
2008-02-05fix a few warningsRussell Rice
2008-02-04Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen).Simon Howard
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
2008-01-31Use project names as binary namesRussell Rice
2008-01-30Be more accurate in describing windowboxed modes as eitherSimon Howard
2008-01-26Update make dist for new codeblocks files.Simon Howard
2008-01-25Change filenames to be name independantRussell Rice
2008-01-25Update win32 resource files for the new icon filenames.Simon Howard
2008-01-25Rename some files to be package name independent.Simon Howard
2008-01-24Update NEWS.Simon Howard
2008-01-24Add manpages for chocolate-setup, chocolate-server, based on theSimon Howard
2008-01-24Make lookup tables const where possible.Simon Howard
2008-01-24Fix fast / respawning monsters parameter not exchanged when startingSimon Howard
2008-01-23Add URLs for patches.Simon Howard
2008-01-22Use MEM_SEEK_SET for memio, not SEEK_SET.Simon Howard
2008-01-22Add SDL_mixer, SDL_net URLs and a section on timidity.Simon Howard
2008-01-22Include MSVC project files in make dist.Simon Howard
2008-01-22Add INSTALL file.Simon Howard
2008-01-21Removed spaces from VC9 ProjectGhostlyDeath
2008-01-20Fix loading disk icon. Add back -1, -2, -3 command line options forSimon Howard
2008-01-20Add -width, -height command line parameters for specifying the screenSimon Howard
2008-01-20Refactor the video mode configuration system.Simon Howard
2008-01-20Use strcmp(), not strcasecmp() for checking driver nameSimon Howard
2008-01-20Revert doomdef.h include added to pcsound.c.Simon Howard
2008-01-16Fix buildRussell Rice
2008-01-16Updated VC9 project, -setup and -server now build correctlyGhostlyDeath
2008-01-16Added MSVC9 (2k8 Express) Project File; The client builds but -setup andGhostlyDeath
2008-01-16Update config.h to 1.0.0 for the codeblocks projectsRussell Rice
2008-01-12Make sure we credit Id in the manpage as well. Update copyright to 2008.Simon Howard
2008-01-10Use the same spechits magic value that PrBoom-plus uses (thanksSimon Howard
2007-12-30Add environment variable section to manpage.Simon Howard
2007-12-18Don't center the mouse on startup if the mouse is disabled (thanksSimon Howard
2007-12-14Don't grab the mouse if the mouse is disabled by -nomouse or throughSimon Howard
2007-12-14Update NEWS.Simon Howard
2007-12-14Include doomfeatures.h in deh_misc.h so that FEATURE_DEHACKED is checkedSimon Howard
2007-12-13Add a list of wiki pages to link to and automatically insert links.Simon Howard
2007-12-13Add missing argument to the extraconfig command line parameter.Simon Howard
2007-12-13Add mmapped file IO note to TODO.Simon Howard