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
2014-10-18
Fix dehacked patch loading order.
Simon Howard
2014-09-15
deh_main.c: fix "warning: implicit declaration of function ‘I_Error’"
Fabian Greffrath
2014-09-13
dehacked: Load Freedoom DEHACKED lump on startup.
Simon Howard
2014-09-13
dehacked: Set stricter scoping for magic comments.
Simon Howard
2014-09-13
dehacked: Fix BEX string expansions.
Simon Howard
2014-09-11
simplify and generalize deh_allow_extended_strings usage
Fabian Greffrath
2014-09-11
improvements to the [STRINGS] section parser
Fabian Greffrath
2014-09-08
add parser for [STRINGS] sections in BEX files
Fabian Greffrath
2014-08-05
call InitializeSections() in DEH_LoadLump()
Fabian Greffrath
2014-05-05
Clean up file headers.
Simon Howard
2014-04-03
deh_main.c: Fix bogus check in DEH_ParseAssignment()
Fabian Greffrath
2014-03-16
doom: Add -dehlump parameter to load DEHACKED lumps.
Simon Howard
2012-10-28
Merge from trunk.
Simon Howard
2012-10-25
Switch from MD5 to SHA-1 for network digests.
Simon Howard
2010-12-10
Merge from trunk. This is slightly out of date as I did the merge
Simon Howard
2010-11-30
Add support for HACX v1.2 IWAD file.
Simon Howard
2010-02-08
Only call InitializeSections() when a dehacked patch is actually loaded.
Simon Howard
2010-02-02
Move parts of dehacked code into top-level common code, to allow future
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2008-09-14
Add -nocheat command line parameter to disable applying cheats from
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