summaryrefslogtreecommitdiff
path: root/src/wi_stuff.c
AgeCommit message (Collapse)Author
2010-05-03Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1930
2010-05-01Further sanity checking on use of strcpy() with dehacked stringSimon Howard
replacements. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1928
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-12-10Fix crash when playing Doom 1 levels.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1420
2008-12-09Make intermission screen work on MAP33, to be consistent with VanillaSimon Howard
Doom. Also, make levels after MAP33 trigger a V_DrawPatch error. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1414
2008-07-31Fix crash on Chex Quest intermission screen (thanks entryway)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1166
2008-05-02Add W_CacheLumpNum,Name API to WAD code for releasing a lump back toSimon Howard
cache when it is no longer needed. Switch existing code to use the new API instead of Z_ChangeTag. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1134
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
sizeof(*array) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 922
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
to i_swap.h. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 857
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704
2006-09-22Fix warning.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 652
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 641
2006-05-29Fix E1-3 intermission screen animations.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 537
2006-03-16Better fix for the intermission screen crash. Don't call WI_End untilSimon Howard
after we change to gamestate != GS_INTERMISSION Subversion-branch: /trunk/chocolate-doom Subversion-revision: 422
2006-03-16Fix crasher when starting new levels, because the intermissions codeSimon Howard
tries to draw patches which have been unloaded (WI_Drawer runs after WI_End, because it is waiting for the game loop to load the new level) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 421
2006-01-28Avoid conflict with stdc time functionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 352
2006-01-22Dehacked string replacements for intermission screen graphic lumpsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 320
2005-08-10Remove "if (french)" stuff, FRENCH define, detect french wad automaticallySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 51
2005-07-23Update copyright to GNU GPLSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 8
2005-07-23Initial revisionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 4