Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | Only call InitializeSections() when a dehacked patch is actually loaded. | Simon Howard | |
Subversion-branch: /branches/raven-branch Subversion-revision: 1863 | |||
2010-02-02 | Move parts of dehacked code into top-level common code, to allow future | Simon Howard | |
HHE and SEH support. Subversion-branch: /branches/raven-branch Subversion-revision: 1841 | |||
2008-09-07 | Move dehacked code to doom/. Split dehacked string replacement code into | Simon Howard | |
common code and remove dependencies on deh_main.h. Subversion-branch: /branches/raven-branch Subversion-revision: 1210 | |||
2008-09-06 | Remove includes of doomdef.h where possible, move generic parts into top | Simon Howard | |
level. Subversion-branch: /branches/raven-branch Subversion-revision: 1204 | |||
2008-07-31 | Automatically load chex.deh on startup if playing in chex mode. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1165 | |||
2008-07-29 | Add magic dehacked comment to enable long cheat sequences (also for Chex | Simon Howard | |
Quest support) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1160 | |||
2008-07-26 | Allow magic comments in dehacked files that disable the DOS dehacked | Simon Howard | |
text replacement limit, so that we can use a dehacked patch to emulate chex.exe. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1158 | |||
2007-10-18 | Shut up signed / unsigned comparison warnings. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 978 | |||
2007-10-18 | Fix for strcasecmp in MSVC; #define to stricmp. Outside MSVC, use | Simon Howard | |
strings.h. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 975 | |||
2007-06-21 | Add arrlen() macro as a clearer way of doing sizeof(array) / | Simon Howard | |
sizeof(*array) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 922 | |||
2007-03-26 | Search WAD search dirs when loading dehacked patches. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 863 | |||
2006-12-24 | Javadoc-style self-documenting system for command line options. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 806 | |||
2006-10-27 | Allow multiple dehacked patches to be specified with the -deh command | Simon Howard | |
line paramter, as with -file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 741 | |||
2006-10-18 | Strip out CVS logs, RCS Id tags. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704 | |||
2006-10-06 | Send deh/wad checksums to the server when connecting. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 688 | |||
2006-10-05 | Dehacked information checksum generation | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 687 | |||
2006-09-21 | Fix a lot of warnings (for fussy compilers) and one always-true check | Russell Rice | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 641 | |||
2006-09-02 | Allow loading dehacked 2.3 patches. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 595 | |||
2006-06-18 | Add deh_section_sound to dehacked sections list (thanks to rpeter on the | Simon Howard | |
dw forums). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 559 | |||
2005-10-17 | DEH_CheckCommandLine -> DEH_Init, for consistency with other Init | Simon Howard | |
functions Subversion-branch: /trunk/chocolate-doom Subversion-revision: 214 | |||
2005-10-17 | Add a "loading" message for each dehacked patch we load, to be orthogonal | Simon Howard | |
to the WAD loading code Subversion-branch: /trunk/chocolate-doom Subversion-revision: 213 | |||
2005-10-17 | Ignore comments in dehacked files. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 210 | |||
2005-10-09 | Check the header of dehacked files and make sure we only load valid | Simon Howard | |
dehacked files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 182 | |||
2005-10-08 | Dehacked "Sound" section support | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 174 | |||
2005-10-04 | Dehacked "Misc" section parser (currently a dummy) | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 164 | |||
2005-10-04 | Rewrite cheats code. Add dehacked cheat replacement. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 162 | |||
2005-10-03 | Replace end of section functions with NULLs as they arent currently being | Simon Howard | |
used for anything. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 157 | |||
2005-10-02 | The beginnings of dehacked support | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 153 |