summaryrefslogtreecommitdiff
path: root/src/deh_main.h
AgeCommit message (Collapse)Author
2010-05-01Silence printf(DEH_String(...)) warnings, by providing a DEH_printfSimon Howard
function that checks the format string is a valid replacement. Also add DEH_fprintf and DEH_snprintf functions to use throughout the code to do similar checking. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1927
2008-09-14Add -nocheat command line parameter to disable applying cheats fromSimon Howard
dehacked files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1227
2008-07-31Automatically load chex.deh on startup if playing in chex mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1165
2008-07-29Add magic dehacked comment to enable long cheat sequences (also for ChexSimon Howard
Quest support) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1160
2008-07-26Allow magic comments in dehacked files that disable the DOS dehackedSimon Howard
text replacement limit, so that we can use a dehacked patch to emulate chex.exe. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1158
2006-10-28Display a warning when setting dehacked fields that would overflowSimon Howard
buffers in Vanilla dehacked. This should help pick up bugs like the one in Batman Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 742
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704
2006-10-06Send deh/wad checksums to the server when connecting.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 688
2006-10-05Dehacked information checksum generationSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 687
2005-10-17DEH_CheckCommandLine -> DEH_Init, for consistency with other InitSimon Howard
functions Subversion-branch: /trunk/chocolate-doom Subversion-revision: 214
2005-10-12doomfeatures.h to allow certain features to be disabled in the buildSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 190
2005-10-03Dehacked text substitutionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 160
2005-10-02The beginnings of dehacked supportSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 153