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
/
hexen
/
mn_menu.c
Age
Commit message (
Expand
)
Author
2015-03-30
The 4-Level Demo Version also has 3 Info pages
Fabian Greffrath
2014-12-18
fix some more endianess issues with the width fields in patch_t structs
Fabian Greffrath
2014-05-05
Clean up file headers.
Simon Howard
2014-04-19
joystick: Add joystick button to toggle menu.
Simon Howard
2014-04-01
Replace all snprintf() calls with M_snprintf().
Simon Howard
2014-03-30
hexen: Eliminate use of sprintf().
Simon Howard
2014-03-29
heretic: Eliminate use of unsafe string functions.
Simon Howard
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 Hexen.
Simon Howard
2010-05-03
Fix compiler warnings.
Simon Howard
2009-06-09
Make Hexen menu keys 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-11-02
Remove Hexen TIMEBOMB code.
Simon Howard
2008-10-10
Convert Heretic/Hexen menu code to use translated key value when
Simon Howard
2008-10-08
Replace hexen "shareware" variable with gamemode/gamemission. Use
Simon Howard
2008-10-08
Switch configuration file code to common configuration file code, and
Simon Howard
2008-10-02
Split out high-level sound code from hexen/i_ibm.c and refactor to use
Simon Howard
2008-10-01
Remove some redundant DOS and NeXT-related code.
Simon Howard
2008-10-01
Remove Hexen duplicate KEY_ definitions.
Simon Howard
2008-10-01
Merge hexen/v_video.c to common.
Simon Howard
2008-10-01
Use common versions of ticcmd_t and event_t for Hexen code. Remove old
Simon Howard
2008-09-11
Remove duplicate w_wad.c from hexen/ and DevMaps option.
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