summaryrefslogtreecommitdiff
path: root/src/heretic/g_game.c
AgeCommit message (Collapse)Author
2010-05-03Use dehacked printf functions in Heretic code where appropriate.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1932
2010-04-18Use DEH_String() around TXT_ definitions from dstrings.h.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1901
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 weapon keys reconfigurable.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1584
2009-03-09Remove WATCOMC usage (thanks Quasar)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1453
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
2008-09-28Expand number of joystick buttons supported by Heretic to the numberSimon Howard
supported by Chocolate Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1304
2008-09-28Make the joybspeed autorun hack work in Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1303
2008-09-28Add support for extra mouse and keyboard controls to Heretic code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1300
2008-09-27Save Heretic configuration files on exit.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1294
2008-09-26Fix up Heretic code for mmaped WAD I/O. Call W_ReleaseLump* instead ofSimon Howard
Z_Free/Z_ChangeTag. Subversion-branch: /branches/raven-branch Subversion-revision: 1288
2008-09-24Remove old configuration file code and Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1273
2008-09-23Add heretic key controls to config file list. Add key binding code toSimon Howard
heretic/d_main.c and change g_game.c to use the common definitions. Subversion-branch: /branches/raven-branch Subversion-revision: 1265
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-20Move m_random.[ch] to doom/ (as Hexen uses a different random numberSimon Howard
table). Split RNG code out of heretic/m_misc.c to a separate m_random.c. Subversion-branch: /branches/raven-branch Subversion-revision: 1256
2008-09-20Remove bits from heretic/m_misc.c that are in common; changeSimon Howard
V_ScreenShot to take a format string describing the format of the filename for the screen shot file. Subversion-branch: /branches/raven-branch Subversion-revision: 1255
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-14Silence some compiler warnings on heretic/hexen code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1228
2008-09-05Remove z_zone.c and tables.c, as these are identical to the version inSimon Howard
Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1199
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