index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
deh_main.c
Age
Commit message (
Expand
)
Author
2010-02-02
Move parts of dehacked code into top-level common code, to allow future
Simon Howard
2008-09-07
Move dehacked code to doom/. Split dehacked string replacement code into
Simon Howard
2008-09-06
Remove includes of doomdef.h where possible, move generic parts into top
Simon Howard
2008-07-31
Automatically load chex.deh on startup if playing in chex mode.
Simon Howard
2008-07-29
Add magic dehacked comment to enable long cheat sequences (also for Chex
Simon Howard
2008-07-26
Allow magic comments in dehacked files that disable the DOS dehacked
Simon Howard
2007-10-18
Shut up signed / unsigned comparison warnings.
Simon Howard
2007-10-18
Fix for strcasecmp in MSVC; #define to stricmp. Outside MSVC, use
Simon Howard
2007-06-21
Add arrlen() macro as a clearer way of doing sizeof(array) /
Simon Howard
2007-03-26
Search WAD search dirs when loading dehacked patches.
Simon Howard
2006-12-24
Javadoc-style self-documenting system for command line options.
Simon Howard
2006-10-27
Allow multiple dehacked patches to be specified with the -deh command
Simon Howard
2006-10-18
Strip out CVS logs, RCS Id tags.
Simon Howard
2006-10-06
Send deh/wad checksums to the server when connecting.
Simon Howard
2006-10-05
Dehacked information checksum generation
Simon Howard
2006-09-21
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
2006-09-02
Allow loading dehacked 2.3 patches.
Simon Howard
2006-06-18
Add deh_section_sound to dehacked sections list (thanks to rpeter on the
Simon Howard
2005-10-17
DEH_CheckCommandLine -> DEH_Init, for consistency with other Init
Simon Howard
2005-10-17
Add a "loading" message for each dehacked patch we load, to be orthogonal
Simon Howard
2005-10-17
Ignore comments in dehacked files.
Simon Howard
2005-10-09
Check the header of dehacked files and make sure we only load valid
Simon Howard
2005-10-08
Dehacked "Sound" section support
Simon Howard
2005-10-04
Dehacked "Misc" section parser (currently a dummy)
Simon Howard
2005-10-04
Rewrite cheats code. Add dehacked cheat replacement.
Simon Howard
2005-10-03
Replace end of section functions with NULLs as they arent currently being
Simon Howard
2005-10-02
The beginnings of dehacked support
Simon Howard