Freedoom is an entirely free software game based on the Doom engine. https://freedoom.github.io/
Find a file
2006-05-09 16:45:10 +00:00
attic Import other stuff. 2006-05-09 16:20:42 +00:00
bootstrap Import other stuff. 2006-05-09 16:20:42 +00:00
cleanup Import other stuff. 2006-05-09 16:20:42 +00:00
flats Import other stuff. 2006-05-09 16:20:42 +00:00
flats_hi Import hi-res flats 2006-05-09 16:16:25 +00:00
graphics Import other stuff. 2006-05-09 16:20:42 +00:00
latest Import other stuff. 2006-05-09 16:20:42 +00:00
levels Import levels 2006-05-09 16:17:23 +00:00
lumps Import other stuff. 2006-05-09 16:20:42 +00:00
musics Import other stuff. 2006-05-09 16:20:42 +00:00
patches Import other stuff. 2006-05-09 16:20:42 +00:00
patches_hi Import other stuff. 2006-05-09 16:20:42 +00:00
sounds Import other stuff. 2006-05-09 16:20:42 +00:00
sprites Remove povdoom sprites. 2006-05-09 16:45:10 +00:00
textures Import other stuff. 2006-05-09 16:20:42 +00:00
Time Import other stuff. 2006-05-09 16:20:42 +00:00
tools Remove precompiled binaries. 2006-05-09 16:43:45 +00:00
wads Import other stuff. 2006-05-09 16:20:42 +00:00
build Import other stuff. 2006-05-09 16:20:42 +00:00
build.output Import other stuff. 2006-05-09 16:20:42 +00:00
buildcfg.txt Import other stuff. 2006-05-09 16:20:42 +00:00
ChangeLog Import other stuff. 2006-05-09 16:20:42 +00:00
COPYING Import other stuff. 2006-05-09 16:20:42 +00:00
CREDITS Import other stuff. 2006-05-09 16:20:42 +00:00
deutex_noshrink_patch Import other stuff. 2006-05-09 16:20:42 +00:00
extract-pnames.pl Import other stuff. 2006-05-09 16:20:42 +00:00
latest_force.txt Import other stuff. 2006-05-09 16:20:42 +00:00
Makefile Import other stuff. 2006-05-09 16:20:42 +00:00
makepkgs Import other stuff. 2006-05-09 16:20:42 +00:00
NEWS Import other stuff. 2006-05-09 16:20:42 +00:00
README-dist Import other stuff. 2006-05-09 16:20:42 +00:00
README.txt Import other stuff. 2006-05-09 16:20:42 +00:00
sanity-check.pl Import other stuff. 2006-05-09 16:20:42 +00:00
TODO Import other stuff. 2006-05-09 16:20:42 +00:00
wadinfo-builder.pl Import other stuff. 2006-05-09 16:20:42 +00:00
wadinfo.txt Import other stuff. 2006-05-09 16:20:42 +00:00
wadinfo_iwad.txt Import other stuff. 2006-05-09 16:20:42 +00:00
wadinfo_latest.txt Import other stuff. 2006-05-09 16:20:42 +00:00
wadinfo_sw.txt Import other stuff. 2006-05-09 16:20:42 +00:00
wadinfo_ulatest.txt Import other stuff. 2006-05-09 16:20:42 +00:00

NB: This is all out of date now. I need to update it at some point

COPYING
	The modified BSD license the freedoom material is under
ChangeLog
	List of changes
CREDITS
	List of contributors

flats
	Floor textures
	The files in this directory are symlinks into subdirectories (1 
	directory for each author) 
flats_hi
	See patches_hi. High resolution flats.
graphics
	Graphics for menu, heads up display and status bar, etc.
levels
	levels.
	Currently we have 32 randomly generated slige levels here :)
lumps
	miscellaneous lumps. PLAYPAL and COLORMAP are assigned to cph.
musics
	musics.
patches
	Patches for wall textures.
	Organised the same as for flats.
patches_hi
	High resolution wall patches. These are in .png format, and are
	converted to tga by the build script
sounds
	Sounds
sprites
	Sprites
	We currently have the enemy sprites from Iikka keranens Povdoom in 
	here, these may be only temporary
textures
	Texture definitions - for TEXTURE1 and PNAMES

Build system:

Makefile
	Build makefile. Build everything or just certain bits
build
	Wrapper script for make. Redirect all stdout and stderr messages
	to build.output

buildcfg.txt
	The combined build spec file. Features specific to Doom1/Doom2/
	shareware builds are specified with #defines. This file is parsed
	by cpp (the GNU C PreProcessor) which generates the appropriate
	wadinfo.txt for the type of wad wanted. The file is also passed
	through wadinfo-builder.pl, which comments out all lines which
	refer to resources which have not yet been submitted (so the wad
	can still be built).

wadinfo.txt
	The deutex build file for the main build. Do not edit this file
	directly; use buildcfg.txt
wadinfo_sw.txt
	The deutex build file for the shareware build. Do not edit this
	file directly; use buildcfg.txt
wadinfo_iwad.txt
	The deutex build file for the iwad build. Do not edit this file
	directly; use buildcfg.txt. This is the same as wadinfo.txt except
	instead of missing resources being commented out, they are linked
	to dummy replacements.