summaryrefslogtreecommitdiff
path: root/src/heretic/g_game.c
AgeCommit message (Expand)Author
2010-05-03Use dehacked printf functions in Heretic code where appropriate.Simon Howard
2010-04-18Use DEH_String() around TXT_ definitions from dstrings.h.Simon Howard
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
2009-06-09Make Heretic weapon keys reconfigurable.Simon Howard
2009-03-09Remove WATCOMC usage (thanks Quasar)Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-09-28Expand number of joystick buttons supported by Heretic to the numberSimon Howard
2008-09-28Make the joybspeed autorun hack work in Heretic.Simon Howard
2008-09-28Add support for extra mouse and keyboard controls to Heretic code.Simon Howard
2008-09-27Save Heretic configuration files on exit.Simon Howard
2008-09-26Fix up Heretic code for mmaped WAD I/O. Call W_ReleaseLump* instead ofSimon Howard
2008-09-24Remove old configuration file code and Cyberman code.Simon Howard
2008-09-23Add heretic key controls to config file list. Add key binding code toSimon Howard
2008-09-20Remove definitions from heretic/doomdef.h and use common headers. MergeSimon Howard
2008-09-20Move m_random.[ch] to doom/ (as Hexen uses a different random numberSimon Howard
2008-09-20Remove bits from heretic/m_misc.c that are in common; changeSimon 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-14Silence some compiler warnings on heretic/hexen code.Simon Howard
2008-09-05Remove z_zone.c and tables.c, as these are identical to the version inSimon 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