summaryrefslogtreecommitdiff
path: root/src/heretic/mn_menu.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-19joystick: Add joystick button to toggle menu.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-23Set default for key_menu_screenshot to 0.Simon Howard
2014-03-18Add a dedicated key for taking screenshots.Fabian Greffrath
2013-11-17Remove KEY_RSHIFT special-casing from Heretic/Hexen menu code to fixSimon Howard
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-23Fix compiler warnings (thanks Edward-San).Simon Howard
2011-10-22Fix crash when pressing escape in help screens.Simon Howard
2011-10-20Confirm quit game when the window close button is clicked a second time.Simon Howard
2011-09-24Don't allow menu actions when running with -testcontrols. QuitSimon Howard
2011-09-24Add -testcontrols to Heretic.Simon Howard
2011-09-05Store Heretic savegames in the configuration directory, as with DoomSimon Howard
2010-04-18Add some DEH_String() calls where appropriate.Simon Howard
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
2009-06-09Make Heretic menu controls reconfigurable.Simon Howard
2009-05-04Fix window close button to bring up F10 quit message.Simon Howard
2008-12-01Do endianness conversion when accessing patch->width fields.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-10-10Convert Heretic/Hexen menu code to use translated key value whenSimon Howard
2008-09-25Remove ExtendedWAD variable; use gamemode == retail.Simon Howard
2008-09-20Remove definitions from heretic/doomdef.h and use common headers. MergeSimon Howard
2008-09-20Remove NeXT/WATCOMC ifdef blocks.Simon Howard
2008-09-20Replace heretic "screen" variable with I_VideoBuffer.Simon Howard
2008-09-20Merge heretic/v_video.c to common code.Simon Howard
2008-09-17Remove definitions from heretic/doomdef.h that are in common code.Simon Howard
2008-09-17Split sound code out of Heretic's i_ibm.c into s_sound.c. RenameSimon Howard
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard