Manifest for DMMPST: DooM MaP StaTistics
========================================

README		- Compulsory reading ;)
Manifest	- This file
COPYING		- The GNU General Public License
Changes.Log	- Log of changes to the package
dmmpst28c.txt	- Distribution template

dmmpst.1	- Manual pages for 'dmmpst' utility
dmmpst.man	- Formatted manual pages for 'dmmpst'
mkman.sh	- Shell script to format manual pages
example.map	- Demonstration file with custom Things maps

allstat.sh	- Shell script to generate all DOOM map statistics
allstat2.sh	- Shell script to generate all DOOM ][ map statistics
allstatu.sh	- Shell script to generate the E4 Ultimate DOOM map
		  statistics
allstath.sh	- Shell script to generate all Heretic map statistics
allstaths.sh	- Shell script to generate all E4-6 Heretic:SotSR map
		  statistics
allstatx.sh	- Shell script to generate all Hexen map statistics
allstatxd.sh	- Shell script to generate all Hexen:DotDC map statistics
allstats.sh	- Shell script to generate all Strife map statistics

ctemplate-1.0.tar.gz	- C Template library
skeleton.tpl		- DoomWiki map skeleton template (used by exe)
skeleton.orig		- DoomWiki map skeleton template (original, SP)
skeleton.dm		- DoomWiki map skeleton template (deathmatch)
skeleton.ctf		- DoomWiki map skeleton template (Capture the Flag)
skeleton.psx		- DoomWiki map skeleton template (PlayStation)
skeleton.d64		- DoomWiki map skeleton template (Doom 64)
skeleton.arena		- DoomWiki map skeleton template (just DM arena)
secrets.tpl		- DoomWiki map secrets template (original)
secrets.d64		- DoomWiki map secrets template (Doom 64)
mapdata.tpl		- DoomWiki map data template
things.tpl		- DoomWiki map things template (used by exe)
things.orig		- DoomWiki map things template (original, SP)
things.mp		- DoomWiki map things template (multiplayer)
things.d64		- DoomWiki map things template (Doom 64)
things.arena		- DoomWiki map things template (DM arena)
things.stub		- DoomWiki map things template (stub if custom things undefined)
appear.tpl		- DoomWiki appearance stats template
mapslist.tpl		- DoomWiki maps list template (used by exe)
mapslist.notes		- DoomWiki maps list template (with column notes)
dmspawns.tpl		- DoomWiki DM player spawns template (used by exe)
dmspawns.orig		- DoomWiki DM player spawns template (original)
dmspawns.arena		- DoomWiki DM player spawns template (DM arena)
ctfspawns.tpl		- DoomWiki CTF player spawns template (used by exe)
ctfspawns.ctf2		- DoomWiki CTF player spawns template (original, 2-way)
ctfspawns.ctf3		- DoomWiki CTF player spawns template (3-way)
ctfspawns.ctf4		- DoomWiki CTF player spawns template (4-way)

source/Makefile		- Unix Makefile for building the program
source/dmmpst.h		- Main DMMPST definitions
source/dmunix.h		- Some UNIX specific things
source/dmmpst.c		- Main program routines for 'dmmpst' utility
source/wstructs.h	- WAD files data structures
source/wads.h		- WAD data definitions
source/wads.c		- WAD files routines
source/levels.h		- Level data definitions
source/levels.c		- Level loading and saving routines
source/things.h		- Thing type and flag definitions
source/things.c		- Thing routines
source/stats.h		- Statistics definitions
source/stats.c		- Statistics routines
source/appear.h		- Appearance definitions
source/appear.c		- Appearance routines
source/ctemplate.h	- C Template library definitions
source/ctemplate.c	- C Template library routines

windows/readme.1st	- Hints on using the package on Windows
windows/dmmpst32.exe	- Win32 executable for 'dmmpst' utility
windows/dmmpst64.exe	- Win64 executable for 'dmmpst' utility

windows/allstat.bat	- Batch file to generate all DOOM map statistics
windows/allstat2.bat	- Batch file to generate all DOOM ][ map statistics
windows/allstatu.bat	- Batch file to generate the E4 Ultimate DOOM map
			  statistics
windows/allstath.bat	- Batch file to generate all Heretic map statistics
windows/allstaths.bat	- Batch file to generate all E4-6 Heretic:SotSR map
			  statistics
windows/allstatx.bat	- Batch file to generate all Hexen map statistics
windows/allstatxd.bat	- Batch file to generate all Hexen:DotDC map statistics
windows/allstats.bat	- Batch file to generate all Strife map statistics

