Age | Commit message (Collapse) | Author |
|
The order in which we load dehacked patches is important. Change the
order so that IWAD dehacked patches are loaded before any others, and
so if, for example, we're playing with Freedoom, the Freedoom string
replacements can be overridden by those from extra mods we're playing
with.
As part of this, ditch DEH_Init() and use DEH_ParseCommandLine()
instead to handle the -deh option. Remove the DEH_Init() message
from startup and show messages about dehacked patches that we load
with the WAD files that we load.
|
|
If using one of the Freedoom IWADs, detect it by checking for the
FREEDOOM lump, and then load its DEHACKED lump to apply the
cosmetic string changes that it includes. In case we're using an old
version of one of the Freedoom IWADs, don't bomb out with an error
while parsing the DEHACKED lump.
|
|
- restructure DEH_ReadLine() to avoid use of "goto"
- bex_string_t type name ends in "_t"
- declare constant table as "static const"
- add magic comment *allow-extended-strings* and corresponding
variable deh_allow_extended_strings
- fix logical error when no [STRINGS] section is registered to which
corrent_section could be compared
|
|
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.
|
|
Lots of otherwise Vanilla-compatible WADs contain DEHACKED lumps.
Allow these to be loaded by adding a -dehlump command line parameter.
Thanks to Fabian Greffrath for the suggestion (fixes #349).
|
|
Subversion-branch: /branches/v2-branch
Subversion-revision: 2537
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2530
|
|
several days ago.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2212
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2176
|
|
function that checks the format string is a valid replacement. Also add
DEH_fprintf and DEH_snprintf functions to use throughout the code to do
similar checking.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1927
|
|
HHE and SEH support.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1841
|
|
dehacked files.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1227
|
|
common code and remove dependencies on deh_main.h.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1210
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1165
|
|
Quest support)
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1160
|
|
text replacement limit, so that we can use a dehacked patch to emulate
chex.exe.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1158
|
|
buffers in Vanilla dehacked. This should help pick up bugs like the one
in Batman Doom.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 742
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 704
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 688
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 687
|
|
functions
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 214
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 190
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 160
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 153
|