Age | Commit message (Expand) | Author |
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 |
2007-12-14 | Update NEWS. | Simon Howard |
2007-12-14 | Include doomfeatures.h in deh_misc.h so that FEATURE_DEHACKED is checked | Simon Howard |
2007-12-13 | Add a list of wiki pages to link to and automatically insert links. | Simon Howard |
2007-12-13 | Add missing argument to the extraconfig command line parameter. | Simon Howard |
2007-12-13 | Add mmapped file IO note to TODO. | Simon Howard |
2007-12-13 | Add @vanilla tag for Vanilla doom command line options. Add missing | Simon Howard |
2007-12-10 | Bump version to 1.0.0 and update ChangeLog. | Simon Howard |
2007-12-08 | Update NEWS. | Simon Howard |
2007-11-23 | Use _spawnv() to invoke Doom under Windows, rather than system(). Fixes | Simon Howard |
2007-10-18 | Reorder actionf_t union members to fix warnings in info.c. | Simon Howard |
2007-10-18 | Shut up signed / unsigned comparison warnings. | Simon Howard |
2007-10-18 | #define snprintf, vsnprintf to _snprintf, _vsnprintf in MSVC. | Simon Howard |
2007-10-18 | #define inline to _inline in MSVC. | Simon Howard |
2007-10-18 | Fix for strcasecmp in MSVC; #define to stricmp. Outside MSVC, use | Simon Howard |
2007-09-15 | Fix desyncs caused by previous change to A_Explode. | Simon Howard |
2007-09-15 | Check for playeringame overflow when spawning a new player (for | Simon Howard |
2007-09-15 | Add intercepts overrun emulation from PrBoom-plus. | Simon Howard |
2007-09-14 | Add P_SubstNullMobj, substitute NULL mobjs for a dummy mobj where | Simon Howard |
2007-09-11 | Remove obsolete autotools scripts from dist, require automake 1.8 | Simon Howard |
2007-09-04 | Fix build failure when python is not installed. | Simon Howard |
2007-09-03 | Up the default sample rate to 44100. | Simon Howard |