Merge branch 'vile-redo' of gh:NickZ/freedoom

This commit is contained in:
Mike Swanson 2017-07-17 05:54:27 -07:00
commit 9d68261902
28 changed files with 12 additions and 14 deletions

View file

@ -262,11 +262,6 @@ around. Some of them are listed here.
“standard” background color of cyan is used instead by providing “standard” background color of cyan is used instead by providing
the +-rgb 0 255 255+ command line parameter. the +-rgb 0 255 255+ command line parameter.
* By default, deutex attempts to convert sound effects to 11,025Hz
format. To keep the existing sample rate of sound effects, the
following command line parameters are provided:
+-v0 -fullsnd -rate accept+
* deutex does not allow the exact path to the +texture1.txt+ file to * deutex does not allow the exact path to the +texture1.txt+ file to
be specified in the configuration file; this used to be a problem be specified in the configuration file; this used to be a problem
but the Freedoom's texture lumps are now built using a custom but the Freedoom's texture lumps are now built using a custom

View file

@ -26,14 +26,17 @@ Building the Freedoom IWADs pretty much simply requires the following:
* 'Python': Freedoom uses several Python programs in its tree to * 'Python': Freedoom uses several Python programs in its tree to
assist with building the IWADs. Both Python 2.7 and 3.x are fully assist with building the IWADs. Both Python 2.7 and 3.x are fully
supported. supported.
* 'DeuTex' 4.4.902: Freedoom depends on some features not present in * 'DeuTex' 5.0.0: freedoom now requires Deutex 5.0.0.
the last official release, 4.4.0. Development of DeuTex, This version is fairly new, and distributions have not yet had the
unfortunately, appears to have ceased and is presently abandoned. chance to update their packages.
Debian includes 4.4.902 in its software repository, while Fedora If your distribution does not provide 5.0.0, it
has only 4.4.0. If your distribution does not provide 4.4.902, it is recommended to use Mike Swanson's
is recommended to use Mike Swanson's unofficial
https://github.com/Doom-Utils/deutex[repository], the master branch of https://github.com/Doom-Utils/deutex[repository], the master branch of
which includes 4.4.902 and some additional patches. which includes 5.0.0. You may also make use of the Windows binaries provided
on the official release page
https://github.com/Doom-Utils/deutex/releases[here],
or the Ubuntu PPA
https://launchpad.net/~nzatkovich/+archive/ubuntu/deutex[here].
All or most of this software should already be available in your All or most of this software should already be available in your
operating system's software repository, with the likely exception of operating system's software repository, with the likely exception of

View file

@ -4,7 +4,7 @@ VERSION=$(shell git describe --dirty 2>/dev/null || cat VERSION)
WADS=wads WADS=wads
CPP=scripts/simplecpp CPP=scripts/simplecpp
DEUTEX=deutex DEUTEX=deutex
DEUTEX_BASIC_ARGS=-v0 -fullsnd -rate accept -rgb 0 255 255 DEUTEX_BASIC_ARGS=-v0 -rate accept -rgb 0 255 255
DEUTEX_ARGS=$(DEUTEX_BASIC_ARGS) -doom2 bootstrap/ DEUTEX_ARGS=$(DEUTEX_BASIC_ARGS) -doom2 bootstrap/
FREEDOOM1=$(WADS)/freedoom1.wad FREEDOOM1=$(WADS)/freedoom1.wad

View file

@ -91,7 +91,7 @@ def parse_assignment(section, line, match):
if override is not None: if override is not None:
filename = find_file(section, override.lower()) filename = find_file(section, override.lower())
else: else:
filename = find_file(section, resource.replace('[', '$').replace(']', '#').replace('\\', '@')) filename = find_file(section, resource.replace('\\', '^'))
# File not found? # File not found?

View file

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 516 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 465 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 497 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 523 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 488 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 504 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 668 B

After

Width:  |  Height:  |  Size: 668 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 610 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 567 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 564 B

After

Width:  |  Height:  |  Size: 564 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 649 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 555 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 528 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 529 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 534 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 501 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 512 B

Before After
Before After