summaryrefslogtreecommitdiff
path: root/src/heretic/g_game.c
AgeCommit message (Expand)Author
2015-01-19Add extra checks to weapon cycling loops.Simon Howard
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2014-03-23heretic/hexen: Fix -timedemo.Simon Howard
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2014-03-16heretic/hexen: Fix pause key remapping.Simon Howard
2013-12-23heretic, hexen: Fix mouse (and joystick) weapon cycling.svdijk
2013-09-24Add portable functions to read integers from savegame files and useSimon Howard
2013-09-24Split Heretic savegame code into a separate file.Simon Howard
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-17Fix crash on respawn in Heretic (same as previously-fixed Hexen respawnSimon Howard
2011-10-15Add weapon cycling keys for Heretic.Simon Howard
2011-10-13Convert Heretic code to use common main loop code. Working multiplayer!Simon Howard
2011-09-25Fix special1/special2 values so that they can properly hold pointerSimon Howard
2011-09-24Add -testcontrols to Heretic.Simon Howard
2011-09-05Store Heretic savegames in the configuration directory, as with DoomSimon Howard
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