summaryrefslogtreecommitdiff
path: root/src/heretic
AgeCommit message (Expand)Author
2015-08-24Remove duplicate variable definitions.Simon Howard
2015-06-03Fix demo desyncs caused by P_RunThinkers() change.Simon Howard
2015-05-27Merge pull request #516 from khokh2001/oldoplSimon Howard
2015-05-08warnings: fix "iteration XY invokes undefined behavior" warningsFabian Greffrath
2015-05-01Perform case-insensitive check for .lmp extension.Simon Howard
2015-04-26Don't read currentthinker->next after Z_Free().Simon Howard
2015-04-10Add missing #includes.Simon Howard
2015-03-27Remove old DOS source files.Simon Howard
2015-03-09Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ....khokh2001
2015-02-20Refactor config file API.Simon Howard
2015-02-20Fix game code that makes false boolean assumptions.Simon Howard
2015-01-19Add extra checks to weapon cycling loops.Simon Howard
2014-12-29add missing includes for calling SHORT() in HereticFabian Greffrath
2014-12-29Merge pull request #493 from derek57/patch-3Fabian Greffrath
2014-12-29Merge pull request #492 from derek57/patch-2Fabian Greffrath
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-12-22even more endianness fixes by myself (Ronald Lasmanowicz)derek57
2014-12-22even more endianness fixes by myself (Ronald Lasmanowicz)derek57
2014-12-18fix some more endianess issues with the width fields in patch_t structsFabian Greffrath
2014-12-18fix a bug that causes monsters to become partly invisibleFabian Greffrath
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-10-18Fix dehacked patch loading order.Simon Howard
2014-10-18dehacked: Allow override of string replacements.Simon Howard
2014-09-13Add vld_ prefix for vldoor_e enum values.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
2014-04-19Exit with error on startup if using the wrong IWAD.Simon Howard
2014-04-19joystick: Add joystick button to toggle menu.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30heretic: Eliminate use of sprintf().Simon Howard
2014-03-30hexen: Make -playdemo cope with paths.Simon Howard
2014-03-30heretic: Make -playdemo cope with paths.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2014-03-23Rearrange order of SDL sound startup.Simon Howard
2014-03-23Set default for key_menu_screenshot to 0.Simon Howard
2014-03-23heretic/hexen: Fix -timedemo.Simon Howard
2014-03-22heretic/hexen: Fix automap background scrolling.Simon Howard
2014-03-18Add a dedicated key for taking screenshots.Fabian Greffrath
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2014-03-16heretic/hexen: Fix pause key remapping.Simon Howard
2014-03-16heretic: Fix plat_t read when loading savegames.Simon Howard
2013-12-28heretic: fix automap panning leftChris Fielder
2013-12-23heretic, hexen: Fix mouse (and joystick) weapon cycling.svdijk
2013-11-28Fix Heretic demo desync caused by r1228 (thanks marineController).Simon Howard
2013-11-17Remove KEY_RSHIFT special-casing from Heretic/Hexen menu code to fixSimon Howard
2013-10-26Don't crash Heretic in A_SkullPop() if a player is gibbed and respawnsSimon Howard
2013-10-23When loading Heretic savegames, NULL out certain special values whichSimon Howard
2013-10-15Remove gamemission variables for Heretic and Hexen and hard-code to theSimon Howard