Age | Commit message (Expand) | Author |
2007-01-06 | temp -> tempdir | Russell Rice |
2007-01-06 | Choose the locations for temporary files more intelligently. | Simon Howard |
2007-01-05 | Add quit prompt message missing in the Doom source release. | Simon Howard |
2007-01-05 | Move response file code to m_argv.c | Simon Howard |
2006-12-26 | On OSX, make MIDI music disabled by default. There are problems with the | Simon Howard |
2006-12-24 | Javadoc-style self-documenting system for command line options. | Simon Howard |
2006-12-24 | Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php | Simon Howard |
2006-12-23 | Add '-findiwads' command line hack so that the setup program can find | Simon Howard |
2006-12-22 | Add definitions for PATH and directory separators. | Simon Howard |
2006-12-22 | Switch from stdint.h to inttypes.h (which includes stdint.h). Old | Simon Howard |
2006-12-22 | Shut up compiler warnings. | Simon Howard |
2006-12-21 | Add registry key for Doom 95 shareware version. | Simon Howard |
2006-12-21 | Split off IWAD-related code into separate d_iwad.c. On Windows, search | Simon Howard |
2006-12-18 | Add missing copyright statement, comments. | Simon Howard |
2006-12-18 | x3, x4 aspect ratio corrected scale functions. | Simon Howard |
2006-12-16 | Allow -warp 1 to warp to E1M1, -warp 2 -> E2M1, etc. when playing Doom | Simon Howard |
2006-12-16 | Fix value in autoadjust message. | Simon Howard |
2006-12-16 | Add icon for setup tool. | Simon Howard |
2006-12-16 | "\0" -> NULL | Simon Howard |
2006-12-15 | Fix episode 3 bunny end screen (oops!!!!) | Simon Howard |
2006-12-15 | Split off scaling code into i_scale.c. Add aspect ratio correction | Simon Howard |
2006-12-08 | Make trig tables const. | Simon Howard |
2006-12-01 | Fixups to make compiles work under the Solaris/SPARC compiler. Thanks to | Simon Howard |
2006-11-27 | * removal of FEATURE_* defines from codeblocks project | Russell Rice |
2006-11-25 | Use C99 types. | Simon Howard |
2006-11-25 | Remove FixedDiv2; use actual fixed point version of FixedDiv (wtf?) | Simon Howard |
2006-11-19 | Silence warnings in debug build | Russell Rice |
2006-11-16 | Display lowres turning warning message client-side, not through | Simon Howard |
2006-11-16 | Increase buffer size to fixes crashes due to buffer overruns. | Simon Howard |
2006-11-15 | Use booleans in place of ints where possible. | Simon Howard |
2006-11-15 | Fix endianness problem in mus2mid code (thanks denis) | Simon Howard |
2006-11-14 | Use getenv/putenv, not SDL_getenv/SDL_putenv. | Simon Howard |
2006-11-14 | Support running as a screensaver under X! | Simon Howard |
2006-11-10 | Fix for playing demos on PPC (actually, fix for loading single lump | Simon Howard |
2006-11-10 | Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windib | Simon Howard |
2006-11-06 | Use DirectX by default on Windows. | Simon Howard |
2006-11-06 | Center the mouse on startup to prevent abrupt turns when launching a | Simon Howard |
2006-10-31 | Simulate overflowing the Doom frame table in dehacked patches (DOS | Simon Howard |
2006-10-28 | Explicitly support dehacked patches that overflow the ammo[] array with | Simon Howard |
2006-10-28 | Display a warning when setting dehacked fields that would overflow | Simon Howard |
2006-10-27 | Allow multiple dehacked patches to be specified with the -deh command | Simon Howard |
2006-10-25 | Allow F10 to exit in testcontrols mode. | Simon Howard |
2006-10-25 | "Always run" trick should only be when joyb_speed >= 10. Use 29 as the | Simon Howard |
2006-10-25 | Don't print arguments read from response files - Vanilla Doom doesn't do | Simon Howard |
2006-10-24 | Shut up compiler warnings. | Simon Howard |
2006-10-24 | Detect failures to initialise textscreen library and bomb out with an | Simon Howard |
2006-10-23 | Add missing header. | Simon Howard |
2006-10-23 | Detect when keyboard variables are changed and convert back so that the | Simon Howard |
2006-10-23 | Move MakeDirectory function into m_misc.c. Move configdir related code | Simon Howard |
2006-10-22 | Fix problem caused by use of 'long' type instead of 'int' type in | Simon Howard |