summaryrefslogtreecommitdiff
path: root/src/heretic
AgeCommit message (Expand)Author
2010-08-31Merge from trunk.Simon Howard
2010-06-12Add tags files to svn:ignore.Simon Howard
2010-05-03Shut up compiler warnings.Simon Howard
2010-05-03Use dehacked printf functions in Heretic code where appropriate.Simon Howard
2010-04-30Scale up music volume from configuration file value in Heretic/Hexen.Simon Howard
2010-04-18Fix svn:ignore properties.Simon Howard
2010-04-18Split out WAD command line parsing code into common code shared betweenSimon Howard
2010-04-18Suggest a different Heretic version when an invalid string or codeSimon Howard
2010-04-18Remove unused strings.Simon Howard
2010-04-18Do dehacked string substitution for end of episode text.Simon Howard
2010-04-18Make tables const, minor commenting and formatting fixes.Simon Howard
2010-04-18Add WAD merging command line options to Heretic.Simon Howard
2010-04-18Add -hhever command line parameter to select patch version number.Simon Howard
2010-04-18Use DEH_String() around TXT_ definitions from dstrings.h.Simon Howard
2010-04-18Add new string tables.Simon Howard
2010-04-18Add new action pointer lookup table, and find offset based on patchSimon Howard
2010-04-18Add deh_hhe_version variable to specify version of executable used toSimon Howard
2010-04-18Add some DEH_String() calls where appropriate.Simon Howard
2010-02-08Add Heretic implementation of HHE "Text" section, add DEH_String()Simon Howard
2010-02-08Move action function prototypes in info.c into separate p_action.hSimon Howard
2010-02-08Call DEH_Init on Heretic startup so that patches will be loaded.Simon Howard
2010-02-08Add HHE 1.0 header signature to list of accepted signatures.Simon Howard
2010-02-08Add case-insensitive version of strstr(), and use this instead ofSimon Howard
2010-02-07When initializing to load an HHE patch, patch the states[] table to beSimon Howard
2010-02-07Initial code for HHE patch support.Simon Howard
2010-02-07Move sound structure and ammo definitions into headers. Add #ifndefSimon Howard
2010-02-07Oops.Simon Howard
2010-02-07Add back unused phoenix rod object, frames, and dummy action pointer.Simon Howard
2010-02-06Fix Heretic/Hexen "noise" sound debug cheats.Simon Howard
2009-10-16Remove CR characters from code. Minor formatting cleanups toSimon Howard
2009-10-16Fix compile under MSVC (thanks entryway).Simon Howard
2009-06-13Merge from trunk.Simon Howard
2009-06-11Fix wince include. Use top_builddir instead of .. where appropriate.Simon Howard
2009-06-10Remove setbuf() call from Heretic/Hexen code.Simon Howard
2009-06-09Make Heretic weapon keys reconfigurable.Simon Howard
2009-06-09Make Heretic map reconfigurable.Simon Howard
2009-06-09Make Heretic menu controls reconfigurable.Simon Howard
2009-05-11Fix crash on Heretic startup.Simon Howard
2009-05-09Fix compiler warnings.Simon Howard
2009-05-07Fix conflict between 'time' variable and libc time function.Simon Howard
2009-05-04Fix window close button to bring up F10 quit message.Simon Howard
2009-03-09Remove WATCOMC usage (thanks Quasar)Simon Howard
2009-03-08Fix -cdrom command line parameter to work with Heretic and Hexen;Simon Howard
2009-01-27Fix for R_InitTranslationTables to not align on a 256 byte boundarySimon Howard
2009-01-27Don't align "colormaps" on a 256 byte boundary (fix for 64 bit)Simon Howard
2008-12-20Merge from trunk.Simon Howard
2008-12-03Centralise the list of IWAD files and use bitmasks to select whichSimon Howard
2008-12-01Do endianness conversion when accessing patch->width fields.Simon Howard
2008-12-01Remove #pragma statements.Simon Howard
2008-12-01Fix make dist.Simon Howard