summaryrefslogtreecommitdiff
path: root/src/heretic
AgeCommit message (Expand)Author
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
2013-10-12Tweak mouse grab behavior: don't arbitrarily warp the mouse at gameSimon Howard
2013-10-08Set window title/icon for Heretic/Hexen startup windows, to match theSimon Howard
2013-09-27Translate HHE thing numbers according to patch exe version number, asSimon Howard
2013-09-27Fix comments: HHE, not Dehacked.Simon Howard
2013-09-27Map thing type and state table indexes to those used by Vanilla HereticSimon Howard
2013-09-27Use portable functions for reading/writing sector effect thinkerSimon Howard
2013-09-24Use portable functions to read/write mobj_t structures.Simon Howard
2013-09-24Add portable functions to read/write player_t structures and use thisSimon Howard
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
2013-09-22Call I_PrecacheSounds() in Heretic/Hexen startup code so that sounds areSimon Howard
2013-09-21Fix make dist.Simon Howard
2013-09-19Fix crash at Heretic E2 end screen (thanks Leitbild).Simon Howard
2013-09-04Don't show ENDOOM screen when aborting netgame startup (thanks AlexandreSimon Howard
2013-08-11Tweak intros to manpages. Fix category for -hhever argument.Simon Howard
2013-08-10Add documentation comments for Heretic and Hexen command line arguments.Simon Howard
2013-04-05Use two-stage startup for Hexen, and add netgame startup callback forSimon Howard
2013-04-05Use two-stage netgame startup for Heretic.Simon Howard
2013-04-05Split Doom netgame startup into two stages.Simon Howard
2013-04-05Split D_InitNetGame() into two separate functions for startup.Simon Howard
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard