index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
m_menu.c
Age
Commit message (
Expand
)
Author
2010-05-01
Silence printf(DEH_String(...)) warnings, by providing a DEH_printf
Simon Howard
2009-06-03
Use key for confirming menu messages, not typed char.
Simon Howard
2009-06-03
Fix shortcut keys for menu items.
Simon Howard
2009-06-03
Add key_ variables for the keys used to control the menu.
Simon Howard
2008-07-26
Chex Quest's chex.exe is based on the Final Doom exe, not the Ultimate
Simon Howard
2008-07-25
Initial chex.exe emulation.
Simon Howard
2008-07-09
Fix dehacked replacements for the "press y to quit to dos" string.
Simon Howard
2008-01-24
Make lookup tables const where possible.
Simon Howard
2007-03-16
Add config file option to enable/disable native keyboard bindings.
Simon Howard
2007-03-15
Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed
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-02-15
Really fix the menu corruption bug.
Simon Howard
2007-02-14
Expand buffer length to fix bug on Windows with cycling character on the
Simon Howard
2006-10-25
Allow F10 to exit in testcontrols mode.
Simon Howard
2006-10-18
Strip out CVS logs, RCS Id tags.
Simon Howard
2006-10-11
Shut up compiler warnings.
Simon Howard
2006-09-25
Don't allow function keys to be used in testcontrols mode.
Simon Howard
2006-09-25
Add "test controls" mode - for setup.exe in the future. Start straight
Simon Howard
2006-09-22
Add DEH_String() conversions on more strings that are not being converted.
Simon Howard
2006-09-21
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
2006-03-30
Split off timer code into separate i_timer.c file. Add d_dedicated.c
Simon Howard
2006-03-23
Separate variables for config file volume levels and sound API internal
Simon Howard
2006-01-22
Allow changing of all menu graphic lumps via dehacked
Simon Howard
2006-01-22
Dehacked string replacements for menu graphic lump names
Simon Howard
2006-01-21
Remove SAVESTRINGSIZE (now defined in p_saveg.h)
Simon Howard
2005-10-29
Fix help screen orderings and skull positions to make Chocolate Doom
Simon Howard
2005-10-16
Fix the '-cdrom' command-line option.
Simon Howard
2005-10-16
Global "configdir" variable with directory to store config files in.
Simon Howard
2005-10-03
Dehacked text substitutions
Simon Howard
2005-09-17
Set the default values for variables in their initialisers. Remove the
Simon Howard
2005-09-07
Remove non-ANSI C headers. Use standard C file I/O functions.
Simon Howard
2005-09-04
Display the correct quit messages according to which game is being played.
Simon Howard
2005-08-06
Fix low resolution mode
Simon Howard
2005-07-23
Fix quit prompt not displayed properly
Simon Howard
2005-07-23
Update copyright to GNU GPL
Simon Howard
2005-07-23
Initial revision
Simon Howard