summaryrefslogtreecommitdiff
path: root/src/heretic/mn_menu.c
AgeCommit message (Collapse)Author
2011-09-05Store Heretic savegames in the configuration directory, as with DoomSimon Howard
savegames. Subversion-branch: /branches/raven-branch Subversion-revision: 2361
2010-04-18Add some DEH_String() calls where appropriate.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1894
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
around appropriate strings to allow string replacements. Subversion-branch: /branches/raven-branch Subversion-revision: 1867
2009-06-09Make Heretic menu controls reconfigurable.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1582
2009-05-04Fix window close button to bring up F10 quit message.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1506
2008-12-01Do endianness conversion when accessing patch->width fields.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1399
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
2008-10-10Convert Heretic/Hexen menu code to use translated key value whenSimon Howard
entering save game names. Subversion-branch: /branches/raven-branch Subversion-revision: 1353
2008-09-25Remove ExtendedWAD variable; use gamemode == retail.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1286
2008-09-20Remove definitions from heretic/doomdef.h and use common headers. MergeSimon Howard
heretic ticcmd_t to common type. Subversion-branch: /branches/raven-branch Subversion-revision: 1261
2008-09-20Remove NeXT/WATCOMC ifdef blocks.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1259
2008-09-20Replace heretic "screen" variable with I_VideoBuffer.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1253
2008-09-20Merge heretic/v_video.c to common code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1252
2008-09-17Remove definitions from heretic/doomdef.h that are in common code.Simon Howard
Replace "shareware" variable with gamemode, as in doom code. Merge angle definitions into common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1240
2008-09-17Split sound code out of Heretic's i_ibm.c into s_sound.c. RenameSimon Howard
soundst.h to s_sound.h to fit. Reformat sounds.c files to declare sounds through macros and harmonise on the common sfxinfo_t. Fix up Heretic sound code to use common sound API. Subversion-branch: /branches/raven-branch Subversion-revision: 1236
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1197
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1195