summaryrefslogtreecommitdiff
path: root/src/heretic/Makefile.am
AgeCommit message (Collapse)Author
2015-03-27Remove old DOS source files.Simon Howard
These are leftover files that were kept around for posterity in the heretic/ and hexen/ directories, that contained system-specific DOS code used in the DOS versions of the games. There's no real reason to keep these files around any more and it's confusing having them around: some people who have tried to compile the code have mistakenly tried to include these files in compilation.
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2013-09-24Split Heretic savegame code into a separate file.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2681
2013-09-21Fix make dist.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2676
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
around appropriate strings to allow string replacements. Subversion-branch: /branches/raven-branch Subversion-revision: 1867
2010-02-08Move action function prototypes in info.c into separate p_action.hSimon Howard
header. Add table of action functions along with their location in the Heretic 1.0 executable, so that the "Action pointer" frame property can be set. Subversion-branch: /branches/raven-branch Subversion-revision: 1865
2010-02-07Initial code for HHE patch support.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1858
2009-06-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1591
2008-12-01Fix make dist.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1395
2008-11-08Recreate Heretic startup progress bar using textscreen library.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1379
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
Heretic and Hexen use WAD path lookup. Subversion-branch: /branches/raven-branch Subversion-revision: 1368
2008-09-20Move m_random.[ch] to doom/ (as Hexen uses a different random numberSimon Howard
table). Split RNG code out of heretic/m_misc.c to a separate m_random.c. Subversion-branch: /branches/raven-branch Subversion-revision: 1256
2008-09-20Merge heretic/v_video.c to common code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1252
2008-09-17Remove heretic definitions for fixed math arithmetic and endiannessSimon Howard
conversion macros; use the ones from the common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1242
2008-09-17Remove Logitech Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1237
2008-09-17Split sound code out of Heretic's i_ibm.c into s_sound.c. RenameSimon Howard
soundst.h to s_sound.h to fit. Reformat sounds.c files to declare sounds through macros and harmonise on the common sfxinfo_t. Fix up Heretic sound code to use common sound API. Subversion-branch: /branches/raven-branch Subversion-revision: 1236
2008-09-11Remove duplicate w_wad.c from heretic/.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1224
2008-09-05Remove z_zone.c and tables.c, as these are identical to the version inSimon Howard
Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1199
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198