summaryrefslogtreecommitdiff
path: root/src/heretic/am_map.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-30heretic: Eliminate use of sprintf().Simon Howard
2014-03-22heretic/hexen: Fix automap background scrolling.Simon Howard
2013-12-28heretic: fix automap panning leftChris Fielder
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
2009-10-16Fix compile under MSVC (thanks entryway).Simon Howard
2009-06-09Make Heretic map reconfigurable.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-09-25Remove ExtendedWAD variable; use gamemode == retail.Simon Howard
2008-09-24Replace all occurrences of long with int in the Heretic code.Simon Howard
2008-09-20Replace heretic "screen" variable with I_VideoBuffer.Simon 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-17Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.Simon 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