summaryrefslogtreecommitdiff
path: root/src/deh_text.c
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
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1699
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-18Strip out CVS logs, RCS Id tags.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704
2006-10-05Dehacked information checksum generationSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 687
2006-08-31Bomb out with an error when a dehacked string is set that is longer thanSimon Howard
is possible in Vanilla Doom with normal dehacked. Chocolate Doom is unforgiving! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 580
2006-01-22Catch calls to DEH_String before DEH_Init is calledSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 314
2005-10-08Proper dehacked error/warning framework. Catch a load more errors.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 175
2005-10-03Dehacked text substitutionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 160
2005-10-03Replace end of section functions with NULLs as they arent currently beingSimon Howard
used for anything. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 157
2005-10-02The beginnings of dehacked supportSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 153