summaryrefslogtreecommitdiff
path: root/src/heretic/p_enemy.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2013-10-26Don't crash Heretic in A_SkullPop() if a player is gibbed and respawnsSimon Howard
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
2011-09-25Fix special1/special2 values so that they can properly hold pointerSimon Howard
2009-10-16Fix compile under MSVC (thanks entryway).Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-10-23Fix Heretic/Hexen demo desyncs.Simon Howard
2008-10-01Merge Hexen fixed_t and angle definitions to common code, plus byteSimon Howard
2008-09-20Harmonise heretic code on TICRATE and use definition in i_timer.h.Simon 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-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-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