summaryrefslogtreecommitdiff
path: root/src/m_menu.c
AgeCommit message (Expand)Author
2008-09-06Move doom-specific files to a separate directory.Simon Howard
2008-07-26Chex Quest's chex.exe is based on the Final Doom exe, not the UltimateSimon Howard
2008-07-25Initial chex.exe emulation.Simon Howard
2008-07-09Fix dehacked replacements for the "press y to quit to dos" string.Simon Howard
2008-01-24Make lookup tables const where possible.Simon Howard
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-03-09Partially revert the last change. I'm going with a mixed approach forSimon Howard
2007-03-09Pay closer attention to keyboard mappings. In the menu code, distinguishSimon Howard
2007-02-15Really fix the menu corruption bug.Simon Howard
2007-02-14Expand buffer length to fix bug on Windows with cycling character on theSimon Howard
2006-10-25Allow F10 to exit in testcontrols mode.Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-10-11Shut up compiler warnings.Simon Howard
2006-09-25Don't allow function keys to be used in testcontrols mode.Simon Howard
2006-09-25Add "test controls" mode - for setup.exe in the future. Start straightSimon Howard
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-03-30Split off timer code into separate i_timer.c file. Add d_dedicated.cSimon Howard
2006-03-23Separate variables for config file volume levels and sound API internalSimon Howard
2006-01-22Allow changing of all menu graphic lumps via dehackedSimon Howard
2006-01-22Dehacked string replacements for menu graphic lump namesSimon Howard
2006-01-21Remove SAVESTRINGSIZE (now defined in p_saveg.h)Simon Howard
2005-10-29Fix help screen orderings and skull positions to make Chocolate DoomSimon Howard
2005-10-16Fix the '-cdrom' command-line option.Simon Howard
2005-10-16Global "configdir" variable with directory to store config files in.Simon Howard
2005-10-03Dehacked text substitutionsSimon Howard
2005-09-17Set the default values for variables in their initialisers. Remove theSimon Howard
2005-09-07Remove non-ANSI C headers. Use standard C file I/O functions.Simon Howard
2005-09-04Display the correct quit messages according to which game is being played.Simon Howard
2005-08-06Fix low resolution modeSimon Howard
2005-07-23Fix quit prompt not displayed properlySimon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard