Simon Howard
d172ffd8ed
build: Remove wadinfo-builder script.
...
The effect of this script should be a no-op and the script therefore
entirely redundant now that #487 and #489 have been merged. Fixes #485 .
2017-09-07 20:17:44 -04:00
Mike Swanson
f942477ccb
Merge branch 'dummies' of gh:fragglet/freedoom
2017-09-07 15:29:26 -07:00
Mike Swanson
159c8ae629
Merge branch 'master' of gh:fragglet/freedoom
2017-09-07 15:28:28 -07:00
Simon Howard
53b1829f3e
build: Point missing resources at dummy resources.
...
Currently the wadinfo-builder script does this automatically, but
there are so few missing resources now that it's going to be simpler
to just get rid of it. These are the few remaining resources which
don't exist in the Freedoom tree.
Part of #485 .
2017-09-04 17:34:46 -04:00
Steven Elliott
75099abb61
Improved wad2image top level directory determination. ( #488 )
2017-09-04 15:44:22 -04:00
Simon Howard
54cab94257
textures: Don't include sprites in pnames list.
...
A useful vanilla-compatible trick is that it's possible to include
sprites as patches inside texture definitions. It turns out that
both Final Doom IWADs added textures which do this, and Freedoom
inherits this as a result. We shouldn't include these sprites in the
pnames.txt that gets generated for inclusion in wadinfo.txt, since
they're already defined in wadinfo.txt under [sprites] and won't
be found under patches/ anyway.
This should help as a step towards resolving #485 .
2017-09-04 13:35:45 -04:00
Steven Elliott
f0fba6eb53
Better help and error handling for wad2image.
2017-09-03 13:07:57 -07:00
Steven Elliott
2cb5f8fdbb
Feedback on wad2image integration from PR #480 .
2017-09-03 13:07:57 -07:00
Steven Elliott
42506bb4a0
Added targets, variables and help for wad2image integration.
2017-09-03 13:07:57 -07:00
Kevin Caccamo
d4b25ee4ea
patches: new STONEW1
...
This texture was edited from 'gritty stone.png' by abbuw from this
texture pack: https://my.mixtape.moe/muecuv.zip . I got permission from
abbuw to use the texture in Freedoom via PM on ZDoom forums.
2017-08-31 21:53:12 -07:00
Kevin Caccamo
f768306915
patches: new DOKODO{1,2}B
...
These patches are based on the existing RW21_4
2017-08-31 21:53:12 -07:00
Kevin Caccamo
49c5485183
patches: new TNT light patches by T.V.
...
These patches are from Plutonia 2. t.v. gave permission to use them
in Freedoom:
https://www.doomworld.com/forum/topic/45052-tnt-support/?do=findComment&comment=765129
2017-08-31 21:53:12 -07:00
Kevin Caccamo
007a035f1d
patches: new GRATE
...
This one completes the Plutonia texture set. I made this patch from
scratch using Blender and GIMP.
Blender 2.78c file:
http://www.ciinet.org/kevin/myimages2/doom/freedoom/textures/f/Grate.blend
Source images:
http://www.ciinet.org/kevin/myimages2/doom/freedoom/textures/f/GRATE.xcf
http://www.ciinet.org/kevin/myimages2/doom/freedoom/textures/f/GRATE.png
http://www.ciinet.org/kevin/myimages2/doom/freedoom/textures/f/GRATETile.png
2017-08-20 11:30:53 -07:00
Kevin Caccamo
1687557184
patches: new DOGLPANL
...
This one is based on the new rw15_2.
2017-08-10 16:14:14 -07:00
Mike Swanson
f857bf0d55
levels: ZenNode WADs with invalid nodes
2017-08-06 11:07:44 -07:00
Eradrop
d3ecfd8655
patches: new RSKY3
2017-08-03 23:52:44 -07:00
NickZ
01b903687f
CREDITS: Hambourgeois
2017-08-03 22:18:05 -07:00
Kevin Caccamo
9a40b30cdb
textures: new stuff by Hambourgeois
...
New textures by Hambourgeois to replace some ugly and/or problematic
textures. These new textures are from this Doomworld forum thread:
https://www.doomworld.com/forum/topic/88143-the-hambourgeois-content-mill/
2017-08-04 00:39:56 -04:00
Ayub Ahmed
1582fdd51c
musics: add d_dm03
2017-08-01 16:14:04 +06:00
Nick Zatkovich
1383f50e01
BUILD: fix make -j
...
Fixes #468
2017-07-31 20:54:57 -07:00
Mike Swanson
0d6bb9fc72
dist: Use Pillow to generate application icons.
2017-07-31 16:41:07 -07:00
Mike Swanson
dbe2a19bd6
COMPILING: Pillow is a dependency, update Windows section
...
The Windows section predated Freedoom’s removal of symbolic links.
After that, it’s not so necessary anymore for all the software to be
built with Cygwin (as that allowed them to handle symbolic links
correctly), but our use of Make still effectively demands at least
minimal Unix-ish capabilities.
2017-07-31 15:41:39 -07:00
Mike Swanson
7a8cdec79a
Merge branch 'textgen'
2017-07-31 14:39:05 -07:00
Nick Zatkovich
09f39d4e64
BUILD: code cleanup, VERSION fix
...
Performed code cleanup, made changes to version number Make gets from
Git to make it consistent across git versions
2017-07-31 14:34:47 -07:00
Nick Zatkovich
e9015b43b3
python3 compatibility fixes
2017-07-31 11:31:25 -07:00
Ayub Ahmed
91406410ea
Include "D:" for Bradley
...
Should be noted so people know what he did.
2017-07-31 15:57:38 +06:00
Nick Zatkovich
7251b14892
rotate: fix rotate
...
Image.rotate had different behavior under 3.1.x, transpose works on all versions
2017-07-31 02:01:48 -07:00
Nick Zatkovich
cac04c1271
textgen: cleanup
...
Make the classes self-contained
Make the functions re-entrant
2017-07-31 01:19:53 -07:00
Nick Zatkovich
b00f9516e3
rotate.py: fix for PILLOW 3.1.x
2017-07-31 00:42:57 -07:00
Nick Zatkovich
4186211e3f
config.py: fix kerning table
...
duplicate entries in the kerning table caused non-deterministic
text graphics to be generated
2017-07-31 00:29:06 -07:00
Nick Zatkovich
648f6aebe9
textgen: alpha_composite instead of paste
...
pasting with kerning cut off some of the letters
2017-07-31 00:13:20 -07:00
Nick Zatkovich
dfde6e8793
create_captions.py: use default font
2017-07-30 23:32:11 -07:00
Nick Zatkovich
215b7c644e
BUILD: remove the last of the imagemagick stuff
...
The only remaining thing depending on imagemagick are the dist scripts
2017-07-30 23:26:52 -07:00
Nick Zatkovich
6724ef5aba
BUILD: switch to use pillow instead
...
create_caption still relies on ImageMagick
2017-07-30 18:58:54 -07:00
Nick Zatkovich
d3038fad30
BUILD: remove background color from textgen
...
remove the background color when generating the text,
then remove the extraneous deutex arguments
2017-07-30 14:08:17 -07:00
Nick Zatkovich
617a15354f
sounds: new dsbospit
...
Used public domain sound here: https://freesound.org/people/Julien%20Matthey/sounds/105016/
Added Phase distortion and echo
2017-07-27 03:59:04 -07:00
NickZ
fd00ca2fa3
Merge pull request #463 from ElonSatoshi/dsbos-sounds
...
Improved DSBOSSIT that sounds more similar to the other sounds I made
2017-07-25 15:16:59 -07:00
Elon Satoshi
f49c6070de
Full set of DSBOSPN, DSBOSDTH, and DSBOSSIT
2017-07-25 16:46:03 -05:00
NickZ
9ba4d3c4fd
Merge pull request #462 from ElonSatoshi/dsbos-sounds
...
Elon Satoshi's DSBOSPN and DSBOSDTH sounds
2017-07-25 13:24:03 -07:00
Elon Satoshi
f7788001fa
DSBOSPN and DSBOSDTH changed to 22050hz
2017-07-25 14:47:50 -05:00
Elon Satoshi
7b9d24e841
Elon Satoshi's DSBOSPN and DSBOSDTH sounds
2017-07-25 13:44:37 -05:00
Nick Zatkovich
f96bafda73
patches: new sky3
...
original by Eradrop, modified by me to make the mountains red
2017-07-23 19:12:37 -07:00
Nick Zatkovich
f6ecf40698
patches: Eradrop's new rsky1
2017-07-23 05:13:05 -07:00
NickZ
e3fb3130d9
Merge pull request #456 from Voros2/map01m
...
musics: map01.mid
2017-07-23 04:48:39 -07:00
NickZ
ae246fa0b4
Merge pull request #459 from NickZ/C4M2_FIX
...
C4M2 fixes
2017-07-22 19:43:56 -07:00
Nick Zatkovich
e0937304eb
C4M2 fixes
...
Fixed pain sectors 192 and 185.
Fixes #451
2017-07-22 19:43:26 -07:00
Mike Swanson
4e254aeea4
README: Switch recommending Odamex to GZDoom.
...
The port is now free software and is far more capable than any others
for what players will likely want.
2017-07-21 16:40:20 -07:00
NickZ
badbd11801
Update .gitignore to help out our Mac users.
2017-07-21 16:07:51 -07:00
NickZ
f816f33bd6
Merge pull request #457 from NickZ/DSBOSSIT_NEW
...
sounds: Elon_Satoshi's dsbossit
2017-07-21 13:04:19 -07:00
Nick Zatkovich
e7d46a70e7
sounds: Elon_Satoshi's dsbossit
2017-07-21 13:02:11 -07:00