summaryrefslogtreecommitdiff
path: root/src/deh_frame.c
AgeCommit message (Collapse)Author
2006-10-31Simulate overflowing the Doom frame table in dehacked patches (DOSSimon Howard
dehacked's behavior). Overwrite the weaponinfo table instead when changes are made to the last element in states[]. Thanks to grazza for pointing out that Chococlate Doom did not emulate this bug. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 744
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-05Dehacked information checksum generationSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 687
2006-03-15fix DEH_UNSUPPORTED_MAPPING, add frame::codepointer as an unsupportedSimon Howard
mapping Subversion-branch: /trunk/chocolate-doom Subversion-revision: 420
2005-10-08Proper dehacked error/warning framework. Catch a load more errors.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 175
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-03Add mapping code to map out structures and switch thing/frame code to useSimon Howard
this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 155
2005-10-03Frame numbers are indexed from 0Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 154
2005-10-02The beginnings of dehacked supportSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 153