summaryrefslogtreecommitdiff
path: root/src/hexen/Makefile.am
AgeCommit message (Collapse)Author
2015-04-26hexen: Remove m_misc.c.Simon Howard
This file is empty and contains no code, as it was factored out into the common m_misc.c during raven-branch development. The Heretic version got removed once it was empty but the Hexen one wasn't, for some reason.
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
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-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard
common interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1324
2008-10-01Merge hexen/v_video.c to common.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1314
2008-10-01Merge Hexen fixed_t and angle definitions to common code, plus byteSimon Howard
swapping macros, bounding box checking, read/write file, screenshot and command line argument code. Update Heretic code to use ANG1_X rather than the new (correct) ANG1 definition. Subversion-branch: /branches/raven-branch Subversion-revision: 1311
2008-09-17Remove Logitech Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1237
2008-09-11Remove duplicate w_wad.c from hexen/ and DevMaps option.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1225
2008-09-09Replace Hexen CD music API with SDL-based equivalent (as yet untested).Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1217
2008-09-05Add missing Hexen Makefile.am.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1200