




	Version 0.0:

	 most of the code works, means:
	  graphic-conversions (Load/SaveImage)
	  bsp-building (qbsp)
	  vis-calculation (vis)
	  map-conversion (Load/SaveMAPFile/LoadBSPFile)
	  wads (Add/ExtractWAD2)
	  paks (Add/ExtractPAK)
	  mipmaps
	  quakec (qcc/unqcc)
	 problems exists with:
	  light-calculation (untested, maybe it works)
	  tddd-save (Imagine can't load it, but every other program I have)
	  tddd-load (last version was okay, new version untested)
	 exists only in scrabboard
	  rad (radiosity from quakeII converted to quakeI)
	  transparency (generation of transparency-tables, for what ever ...)

	02.06.98
	 +added: preprocessor-option for qcc			misc.c, qcc.c, qtools.c
	 -fixed: mem overwritten in WriteMipTex			bsp/writebsp.c
	 -fixed: missed alignment for wads and bsps		script.c
	 -fixed: wrong outputname while using "-d"		script.c
	 -fixed: wrong offsets in scaling			graphics.c
	 *miscs: Swaps now static instead of extern		endian.h
	 ?quest: qbsp frags the system if its runs out
	         of memory

	03.06.98
	 +added: multiple wads and directories for bsp		bsp/writebsp.c
	 +added: function to tell you the real size of a
	         tmalloced memarea				misc.c
	 +added: rudimental beginning of documentation		docs/man
	 +added: reinvolve rad (untested)			rad.c, rad.h
	 -fixed: floatforkey returns a value, even if empty	map.c
	 -fixed: default lightlevel for nonlights was 300	map.c
	 -fixed: writeentitiestostring trashed memory		map.c
	 -fixed: overwritten commandline-parameter		utils/light.c, utils/vis.c
	 *miscs: experimental escape-sequence in progress-bar	misc.c
	 *miscs: changed testline to testline_r			light.c
	 *miscs: experiments with exdawn to join this lib
	 *miscs: beginning of system-depended sources
	 ?quest: light needs at least 40k of stack, enable
	         -mstack-extend
	 ?quest: test the less used commands of qbsp (eg.
	         hullnum ...)
	 ?quest: uhh, f*ck, there are MANY Big*-functions
	         missed in TDDD.c

	10.06.98
	 +added: first allover working displaycode		display/*
	         with transparency

	11.06.98
	 +added	 finished system-depended parts
	 *miscs	 new version 0.1 released
