summaryrefslogtreecommitdiff
path: root/src/deh_main.c
AgeCommit message (Expand)Author
2014-10-18Fix dehacked patch loading order.Simon Howard
2014-09-15deh_main.c: fix "warning: implicit declaration of function ‘I_Error’"Fabian Greffrath
2014-09-13dehacked: Load Freedoom DEHACKED lump on startup.Simon Howard
2014-09-13dehacked: Set stricter scoping for magic comments.Simon Howard
2014-09-13dehacked: Fix BEX string expansions.Simon Howard
2014-09-11simplify and generalize deh_allow_extended_strings usageFabian Greffrath
2014-09-11improvements to the [STRINGS] section parserFabian Greffrath
2014-09-08add parser for [STRINGS] sections in BEX filesFabian Greffrath
2014-08-05call InitializeSections() in DEH_LoadLump()Fabian Greffrath
2014-05-05Clean up file headers.Simon Howard
2014-04-03deh_main.c: Fix bogus check in DEH_ParseAssignment()Fabian Greffrath
2014-03-16doom: Add -dehlump parameter to load DEHACKED lumps.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-10-25Switch from MD5 to SHA-1 for network digests.Simon Howard
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
2010-11-30Add support for HACX v1.2 IWAD file.Simon Howard
2010-02-08Only call InitializeSections() when a dehacked patch is actually loaded.Simon Howard
2010-02-02Move parts of dehacked code into top-level common code, to allow futureSimon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2008-09-14Add -nocheat command line parameter to disable applying cheats fromSimon Howard
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-07-31Automatically load chex.deh on startup if playing in chex mode.Simon Howard
2008-07-29Add magic dehacked comment to enable long cheat sequences (also for ChexSimon Howard
2008-07-26Allow magic comments in dehacked files that disable the DOS dehackedSimon Howard
2007-10-18Shut up signed / unsigned comparison warnings.Simon Howard
2007-10-18Fix for strcasecmp in MSVC; #define to stricmp. Outside MSVC, useSimon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-03-26Search WAD search dirs when loading dehacked patches.Simon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-10-27Allow multiple dehacked patches to be specified with the -deh commandSimon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-10-06Send deh/wad checksums to the server when connecting.Simon Howard
2006-10-05Dehacked information checksum generationSimon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-02Allow loading dehacked 2.3 patches.Simon Howard
2006-06-18Add deh_section_sound to dehacked sections list (thanks to rpeter on the Simon Howard
2005-10-17DEH_CheckCommandLine -> DEH_Init, for consistency with other InitSimon Howard
2005-10-17Add a "loading" message for each dehacked patch we load, to be orthogonalSimon Howard
2005-10-17Ignore comments in dehacked files.Simon Howard
2005-10-09Check the header of dehacked files and make sure we only load validSimon Howard
2005-10-08Dehacked "Sound" section supportSimon Howard
2005-10-04Dehacked "Misc" section parser (currently a dummy)Simon Howard
2005-10-04Rewrite cheats code. Add dehacked cheat replacement.Simon Howard
2005-10-03Replace end of section functions with NULLs as they arent currently beingSimon Howard
2005-10-02The beginnings of dehacked supportSimon Howard