summaryrefslogtreecommitdiff
path: root/src/deh_mapping.c
AgeCommit message (Collapse)Author
2014-05-05Clean up file headers.Simon Howard
This change rewrites and simplifies the copyright headers at the top of all source files: * Remove "Emacs style mode select" line; this line was included in the headers for the originally released source files and appears to be to set the file type for old versions of Emacs. I'm not sure entirely why it was required but I don't think it is any more. * Remove "You should have received a copy of..." text from copyright header. This refers to the old 59 Temple Place address where the FSF headquarters used to be located and is no longer correct. Rather than change to the new address, just remove the paragraph as it is superfluous anyway. This fixes #311. * Remove ---- separator lines so that the file headers are barer and more simplified.
2014-03-30dehacked: Eliminate some more uses of strncpy().Simon Howard
Use M_StringCopy() instead of strncpy() in the Dehacked code.
2012-10-28Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2537
2012-10-25Switch from MD5 to SHA-1 for network digests.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2530
2010-02-07Refactor dehacked structure mapping code to support string fields inSimon Howard
addition to integer fields. Subversion-branch: /branches/raven-branch Subversion-revision: 1856
2010-02-02Move parts of dehacked code into top-level common code, to allow futureSimon Howard
HHE and SEH support. Subversion-branch: /branches/raven-branch Subversion-revision: 1841
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
common code and remove dependencies on deh_main.h. Subversion-branch: /branches/raven-branch Subversion-revision: 1210
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
level. Subversion-branch: /branches/raven-branch Subversion-revision: 1204
2008-01-16Added MSVC9 (2k8 Express) Project File; The client builds but -setup andGhostlyDeath
-server just need to have files excluded/included from the project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1000
2006-12-01Fixups to make compiles work under the Solaris/SPARC compiler. Thanks toSimon Howard
Mike Spooner <spooferman@excite.com> for his work on porting this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 763
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
2005-10-08Proper dehacked error/warning framework. Catch a load more errors.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 175
2005-10-08Add the ability to specify unsupported fieldsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 173
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