Age | Commit message (Expand) | Author |
2008-02-17 | Add command line option for server to allow client version checking to | Simon Howard |
2008-02-13 | Don't try to precache sound effects that don't exist. | Simon Howard |
2008-02-12 | Add comment. | Simon Howard |
2008-02-12 | Use SRC_SINC_FASTEST for speed when using libsamplerate for conversions, | Simon Howard |
2008-02-12 | Add use_libsamplerate variable to setup. | Simon Howard |
2008-02-12 | Set the default startup_delay to 1s. | Simon Howard |
2008-02-11 | Add support for sample rate conversion using libsamplerate (thanks to | Simon Howard |
2008-02-10 | Fix compiler warnings. Refactor the intercepts overrun code so that it | Simon Howard |
2008-02-09 | Fix up the R_Main startup progress dots. If stdout is a file, don't | Simon Howard |
2008-02-09 | Set the process affinity mask to 1 on Windows, to work around a bug in | Simon Howard |
2008-02-09 | Set the SDL_VIDEODRIVER in setup, so that we get the correct modes list | Simon Howard |
2008-02-09 | Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c. | Simon Howard |
2008-02-09 | Remove some unneeded functions from i_system.c. Make I_Error exit using | Simon Howard |
2008-02-06 | Use geometric distance to find the nearest mode when autoadjusting, | Simon Howard |
2008-02-06 | Add -geometry command line parameter to allow the screen size to be | Simon Howard |
2008-02-06 | Make 320x240 a "good" mode when aspect ratio correction is turned off. | Simon Howard |
2008-02-05 | Set screen_{width,height} when finding the nearest mode. Save the last | Simon Howard |
2008-02-05 | fix a few warnings | Russell Rice |
2008-02-04 | Mark 512x400 as a "bad" mode (don't autoadjust to it in fullscreen). | Simon Howard |
2008-02-04 | Update chocolate-setup to the new screen mode config system. | Simon Howard |
2008-01-31 | Use project names as binary names | Russell Rice |
2008-01-30 | Be more accurate in describing windowboxed modes as either | Simon Howard |
2008-01-26 | Update make dist for new codeblocks files. | Simon Howard |
2008-01-25 | Change filenames to be name independant | Russell Rice |
2008-01-25 | Update win32 resource files for the new icon filenames. | Simon Howard |
2008-01-25 | Rename some files to be package name independent. | Simon Howard |
2008-01-24 | Update NEWS. | Simon Howard |
2008-01-24 | Add manpages for chocolate-setup, chocolate-server, based on the | Simon Howard |
2008-01-24 | Make lookup tables const where possible. | Simon Howard |
2008-01-24 | Fix fast / respawning monsters parameter not exchanged when starting | Simon Howard |
2008-01-23 | Add URLs for patches. | Simon Howard |
2008-01-22 | Use MEM_SEEK_SET for memio, not SEEK_SET. | Simon Howard |
2008-01-22 | Add SDL_mixer, SDL_net URLs and a section on timidity. | Simon Howard |
2008-01-22 | Include MSVC project files in make dist. | Simon Howard |
2008-01-22 | Add INSTALL file. | Simon Howard |
2008-01-21 | Removed spaces from VC9 Project | GhostlyDeath |
2008-01-20 | Fix loading disk icon. Add back -1, -2, -3 command line options for | Simon Howard |
2008-01-20 | Add -width, -height command line parameters for specifying the screen | Simon Howard |
2008-01-20 | Refactor the video mode configuration system. | Simon Howard |
2008-01-20 | Use strcmp(), not strcasecmp() for checking driver name | Simon Howard |
2008-01-20 | Revert doomdef.h include added to pcsound.c. | Simon Howard |
2008-01-16 | Fix build | Russell Rice |
2008-01-16 | Updated VC9 project, -setup and -server now build correctly | GhostlyDeath |
2008-01-16 | Added MSVC9 (2k8 Express) Project File; The client builds but -setup and | GhostlyDeath |
2008-01-16 | Update config.h to 1.0.0 for the codeblocks projects | Russell Rice |
2008-01-12 | Make sure we credit Id in the manpage as well. Update copyright to 2008. | Simon Howard |
2008-01-10 | Use the same spechits magic value that PrBoom-plus uses (thanks | Simon Howard |
2007-12-30 | Add environment variable section to manpage. | Simon Howard |
2007-12-18 | Don't center the mouse on startup if the mouse is disabled (thanks | Simon Howard |
2007-12-14 | Don't grab the mouse if the mouse is disabled by -nomouse or through | Simon Howard |