Age | Commit message (Expand) | Author |
2007-03-26 | Search WAD search dirs when loading dehacked patches. | Simon Howard |
2007-03-16 | Add back shiftxform table so that the shift key works in multiplayer | Simon Howard |
2007-03-16 | Add config file option to enable/disable native keyboard bindings. | Simon Howard |
2007-03-15 | Change MD5 code to use the standard types used elsewhere in the program. | Simon Howard |
2007-03-15 | Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed | Simon Howard |
2007-03-14 | Use SDL's built-in audio conversion routines to convert sound effects to | Simon Howard |
2007-03-10 | Ignore the HOME environment variable on Windows - just behave like | Simon Howard |
2007-03-10 | Lots of changes/additions: | Russell Rice |
2007-03-09 | Move the pcsound library to the top level, alongside textscreen. | Simon Howard |
2007-03-09 | Partially revert the last change. I'm going with a mixed approach for | Simon Howard |
2007-03-09 | Pay closer attention to keyboard mappings. In the menu code, distinguish | Simon Howard |
2007-03-07 | Update project | Russell Rice |
2007-03-07 | Use native endianness for sound output, rather than always LSB. Add PC | Simon Howard |
2007-02-24 | Fix video_driver setting. | Simon Howard |
2007-02-23 | Add a configuration file value to allow the SDL video driver to be | Simon Howard |
2007-02-15 | Really fix the menu corruption bug. | Simon Howard |
2007-02-14 | Make I_Error call abort() instead of exit(), so that we can get a | Simon Howard |
2007-02-14 | Expand buffer length to fix bug on Windows with cycling character on the | Simon Howard |
2007-02-14 | Read sound length as a 32 bit field, not 16 bit. Fixes death sound in | Simon Howard |
2007-02-10 | Don't prepend a superfluous './' to the path when searching the current | Simon Howard |
2007-02-07 | Revert previous change: throwing away the key state seems to be the Doom | Simon Howard |
2007-02-07 | Don't throw away keypress state when passing between levels - allows | Simon Howard |
2007-02-01 | Search IWAD search directories when loading PWAD files. | Simon Howard |
2007-01-14 | Fix savegamedir directory generation. | Simon Howard |
2007-01-14 | Change interpretation of DOOMWADDIR to the classic behavior: a single | Simon Howard |
2007-01-08 | More helpful SDL_mixer error messages. | Simon Howard |
2007-01-07 | Display a message on the console with details when WAD/DEH checksums do | Simon Howard |
2007-01-06 | Set svn:ignore properties on directories. | Simon Howard |
2007-01-06 | Hide the mouse cursor using SDL_SetCursor to a blank cursor, not | Simon Howard |
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 |