Commit graph

1179 commits

Author SHA1 Message Date
Gaerzi
e23b4df9cc Fixed a couple of typos in the readme.
Namely, "ancester" and "decended".
2014-02-19 14:25:24 +01:00
Simon Howard
cef9f4f804 scripts: Add music duplicates script.
We have lots of music tracks serving double duty for multiple levels,
but it's hard to tell which are the missing ones at a glance. Use
some heuristics to identify duplicated tracks and print a report on
what we still need.
2014-02-14 04:39:51 +00:00
Simon Howard
e476529620 endoom: Add custom ENDOOM screen for FreeDM.
This is of my own making, based on Saint of Killers' PLAYF2F8 sprite,
with editing to convert it to fit in an 80x25 text screen.
2014-02-13 05:59:43 +00:00
Simon Howard
d970245948 levels: Remove DM33 and renumber DM34,35.
Skib's unfinished level has been around for a long time, is barely
started and there's no suggestion anyone is likely to finish it any
time soon. Remove it and renumber Protox's DM34,35 to be DM33,34.
2014-02-13 02:21:16 +00:00
Simon Howard
e38f120768 demos: Add stopgap demos for FreeDM.
These are a few very short demos recorded on FreeDM maps that do not
currently have any open bugs. This does not fix #15 but at least the
game won't crash in Vanilla for the time being, until we record some
proper deathmatch demos.
2014-02-13 01:59:58 +00:00
Protox
ad8f15993d levels: FreeDM updates from Protox. 2014-02-13 00:47:15 +00:00
Protox
6d08af9b17 levels: Add DM34, DM35 from Protox.
This completes all possible Vanilla levels and starts to enter the
extended range.
2014-02-13 00:35:59 +00:00
Simon Howard
6469238566 dehacked: Change intermission/story text.
Use new "Phase 2" name and just refer to "episode n" rather than
"Freedoom episode n". Don't refer to "the elite guard" as we don't
have a story or know who they are, and give MAP07/MAP12 names based
on the text. Rewrite C6TEXT entirely to match the current MAP31/MAP32.
2014-02-09 22:01:23 +00:00
Simon Howard
ee03fb7b62 dehacked: Change Freedoom monster names.
Some of these names do not match the sprites that we currently have
in the IWADs. Change to be more fitting names. Remove "hell" or
"undead" references as it's not clear that Freedoom's story has a
hell theme, and use "minigun" instead of "mini-gun".
2014-02-09 20:59:49 +00:00
Simon Howard
57daf24437 graphics: Change WIMINUS graphic to be red.
This was configured to be white, but it just looks weird next to
the red numbers. Change to red for consistency.
2014-02-05 04:07:30 +00:00
Simon Howard
17598bdc00 graphics: Depluralize victims/killers graphics.
The "victims" graphic was slightly too wide, so that it was getting
overwritten by the green square to its right on the deathmatch
intermission screen. Truncate to "victim" (and "killer") so that
it fits. This fixes #49.

Also adjust the brightness/contrast on these images to match the
other text.
2014-02-05 04:02:50 +00:00
Simon Howard
eb7d4fb280 textgen: Reduce height of lowercase graphics.
If a text string contains all lower-case characters, then generate
it at a reduced height. This is necessary for certain graphics, like
the WIF graphic ("FINISHED") on the intermission screen, otherwise
it ends up in the wrong location (#49).

Adjust the offsets for some graphics in the build config to
compensate, and fix up the vertical offsets for WICOLON/WIMINUS while
we're at it.
2014-02-05 03:41:23 +00:00
Simon Howard
0820d14925 Remove redundant scripts. 2014-02-04 05:04:18 +00:00
Simon Howard
fd1c69c06d musics: Use dave3d20.mid for D_READ_M.
Ditch the current D_READ_M, which is awful and frankly, annoying.
Use Jute's dave3d20.mid instead which seems to fit the purpose
much better, and change D_DM22 to use a different Jute track, as
it was using dave3d20.mid.
2014-02-04 04:43:37 +00:00
Simon Howard
bacb42f2b8 musics: Fill in remaining FreeDM music slots.
Reuse music from phase 2 as music for the remaining FreeDM levels
that are still missing music.
2014-02-04 04:32:04 +00:00
Simon Howard
9969ca295d music: Rename phase 2 music links.
Doom 2 music lumps have random names and I can never remember them.
It's useful to be able to browse the musics/ directory and know
which track goes which which level. Rename links to the consistent
format d_mapxy.mus and do the naming translation inside the config
file.
2014-02-04 03:11:54 +00:00
Simon Howard
84e9d790b5 levels: Really add deathz0r levels.
Add UDMX levels that I meant to add in commit df60f00c.
2014-02-04 03:04:39 +00:00
Simon Howard
df60f00c39 levels: Add UDMX levels maps for FreeDM.
deathz0r posted these on Doomworld a long time ago (2006) but they
were never picked up. Add them now as DM26, 29 and 30, and move the
current unfinished DM29 to DM33.
2014-02-04 02:36:07 +00:00
Simon Howard
b5d0a04088 Use print() for Python 3 compatibility.
This doesn't get everything working in Python 3 yet but it's a
start.
2014-02-04 02:12:50 +00:00
Simon Howard
83a44dbc39 patches: Restore original wall62_2 patch.
commit ddb0c98a44 (a long, long time ago) changed the
wall62_2 patch to a new version that was supposedly better. But
really it is much worse: the colors just look washed out and ugly.
Restore the original version of this patch from before the change.
2014-02-04 02:03:02 +00:00
Simon Howard
472ec7e7e5 colormap: Fix generated COLORMAP size.
In this old Doomworld thread, shadow1013 pointed out that some tools,
such as SLADE, do not recognize COLORMAP lumps unless they are
exactly the right size:
http://www.doomworld.com/vb/freedoom/58317-colormap-generation-bug/
2014-02-04 01:41:54 +00:00
Simon Howard
acdf59e1f0 dmxgus: Tweak similarity groups for main instruments.
The main instrument groupings were already pretty good but there
was some room for improvement. The generated configuration sounds
pretty good now, even when using the 256KB config.
2014-01-31 05:40:13 +00:00
Simon Howard
75cedb7193 dmxgus: Add comparison MID generator script.
This script generates a MIDI file that plays all of the comparison
groups from config.py. This allows instruments to be compared, so
that similar-sounding instruments can be grouped together.
2014-01-31 05:38:44 +00:00
RedZTag
47f0e551a7 sprites: Minor sprite fixes.
There are a couple of floating pixels away from the sprite that don't
appear to be part of it in : SKELC2F8 & SKELC4F6 & SKELC5F5 & SKELC6F4
& SKELG2 & SKELH2 & SKELI4 & SKELK1. They were removed.

White pixel in the bottom left corner of POSSE3E7 & POSSF4F6. White
pixel top left in POSSH0. Recoloured 'white' blood pixels to shades of
red in POSSI0.

Removed out of place white pixels in TROOD4D6 & TROOD5 & TROOE5 &
TROOF5 & TROOG4G6.
2014-01-30 06:46:10 +00:00
Simon Howard
929701a95f musics: Replace dummy MIDI track.
The dummy music track is a silent MIDI file that is used when a music
resource is not present. The old one caused Vanilla Doom to lock up,
the new one does not do this.
2014-01-30 03:35:26 +00:00
Simon Howard
e384cd2f2d patches: Replace w103_[12].
I made these textures in the early days of the project and I'm pretty
sure the symbols came from an animation on a website I found. The
symbols are pretty generic alchemical symbols but it still bothers
me on the rare occasion that I see the textures used in a level.
Recreate them using some public domain imagery in their place.
2014-01-30 01:24:56 +00:00
Simon Howard
c2394e86f2 dmxgus: Add 'do not edit' message.
As the DMXGUS lump is autogenerated, add an explicit instruction not
to edit the lump, as someone might do so, naively seeking to improve
it.
2014-01-29 05:28:10 +00:00
Simon Howard
61aaeeed1d dmxgus: Improve percussion groupings.
Regroup GUS percussion instruments based on personally having listened
to the samples in the GUS instrument set and identifying similar-
sounding instruments.
2014-01-29 05:07:21 +00:00
Simon Howard
ba7d80a188 dmxgus: Fix numbering of percussion instruments.
The indices of the percussion instruments were all off-by-one. These
should be 128+genmidi number, but were 127+ by mistake. This
considerably improves the percussion in Freedoom when using GUS.
2014-01-29 04:56:29 +00:00
Simon Howard
50da8daf49 textures: Add missing TNT texture definitions.
Add FALL3 texture definition needed for TNT compatibility, and add
extra texture definitions so that all the patches required for TNT
compatibility are included in the PNAMES list (and IWAD). Add
symlinks for TNT sky patches that just point to sky patches that we
already have. Fixes #43.
2014-01-27 00:08:11 +00:00
Simon Howard
ddbd396688 textures: Add textures.cfg as make dependency.
If textures.cfg changes, rebuild all texture lumps.
2014-01-26 22:07:13 +00:00
Simon Howard
085ced2434 textures: Add missing Plutonia texture definitions.
The Plutonia WAD includes some extra textures (and associated patches)
compared to the original doom2.wad. Add these missing textures, with
dummy "Plutonia versions" of textures where they conflict with
existing ones, so that we include all patches needed for compatibility.
Fixes #42.
2014-01-26 22:04:46 +00:00
Simon Howard
140b805857 graphics: Fix PFUB1.
Extend screen to the full 320x200; somehow the original was only
314 pixels wide.
2014-01-25 05:55:07 +00:00
Mike Swanson
706633ec59 make: VERSION variable can be set either via git or the VERSION file
Change up the shell line so that it can fallback on the VERSION file
if building without a Git repository (eg, from a release tarball).

Additionally, change the titlepic generation so that it uses this
single instance of setting VERSION rather than doing its own thing.
2014-01-22 19:32:25 -08:00
Mike Swanson
be70a52bec graphics: remove the date from the titlepic
This is a small step towards deterministic builds (#41). It's not very
useful information on its own: what it tells, you can gather by the
file modification date (which is preserved in the zip files), and even
better (the titlepic date was based on the builder's local time, not
UTC!). Some people have tended to refer to the date as well when
talking about what build they have, which is also unhelpful, multiple
commits can happen per day and the Version marker already uses git
describe for more accurate information.
2014-01-22 19:28:07 -08:00
Simon Howard
f99f800772 Merge branch 'master' of github.com:freedoom/freedoom 2014-01-23 03:09:33 +00:00
Protox
2af3361546 levels: Update DM22. 2014-01-23 03:09:00 +00:00
Mike Swanson
bb8a227c89 levels: allow wallrunning and move a teleporter pad
Rotated the level 270° to accomidate for a bug in the Doom engine that
allows superspeeds against some walls, abuse this bug in map01 on the
long edges :)

Also, move a teleporter exit in the Things room onto the pad sector
itself. This makes it so you don't just teleport back by strafing
right immediately.
2014-01-22 07:02:00 -08:00
Simon Howard
f76e05984a Fix git ignores for several generated files. 2014-01-22 05:47:06 +00:00
Catoptromancy
61644e2bec levels: Add Freedoom test level. 2014-01-22 05:44:26 +00:00
Simon Howard
693394f2f1 build: Fix M_STATUS text image.
The lump name in the config file was typoed as M_STATU, which was
incorrect.
2014-01-22 05:10:13 +00:00
Simon Howard
7b4a13bd7a build: Fix Makefile dependencies for freedoom.lmp.
The freedoom.lmp and freedm.lmp files must be created before the
wadinfo-builder script is run, otherwise these lumps might get
dummy substitutes.
2014-01-22 05:02:29 +00:00
Simon Howard
4a33ca69dc Merge branch 'master' of github.com:freedoom/freedoom 2014-01-22 04:55:13 +00:00
Simon Howard
8f2843caf7 patches: Add TNT Egyptian textures.
These are compatible recreations of the patch textures included in
tnt.wad for its Egyptian-themed MAP31.
2014-01-22 04:53:45 +00:00
Mike Swanson
4c4ad3ac37 Fix a botched merge conflict attempt
While harmless, my previous commit resolving a merge accidentally
resulted in Fabian's line being preserved at the end when it shouldn't
have been.
2014-01-20 06:30:26 -08:00
Mike Swanson
29695eb7ca Merge remote-tracking branch 'fabian/clean_pyc'
Conflicts:
	graphics/text/Makefile
2014-01-20 05:38:21 -08:00
Fabian Greffrath
d9c9b315e6 Remove Python byte-code in the clean rule. 2014-01-20 13:06:50 +01:00
Simon Howard
9c576e4d20 build: Don't include dummy patches for sprites.
Some of the textures in the textures configuration file use sprites
as patches. Because of this, the build system was inserting extra
dummy entries for these "missing" patches. Handle this corner case
and do not insert dummies for sprites. Fixes #40.
2014-01-20 03:58:36 +00:00
Simon Howard
92e475dc40 build: Fix Makefile dependencies for pnames.txt.
The wadinfo.txt files #include the pnames.txt file generated by the
texture builder: because of this, we must build subdirectories
before building the wadinfo.txt files.
2014-01-17 05:04:09 +00:00
Simon Howard
46568382e9 build: Include sprites in freedoom1.wad for compatibility.
The following unused sprites appeared in doom.wad: APBX, APLS, BOSF,
MANF. These are Doom 2 sprites. Although unused, they can be (and are)
used in mods. Include these in freedoom1.wad for compatibility.
This fixes #36.
2014-01-17 04:57:29 +00:00