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