TXQBSP - Armin Rigo - version 0.6

This is a modified version of id Software's QBSP. It is designed and
tested for "QuArK" (Quake Army Knife) but should work with any map
editor.

This version 0.6 is the same as 0.5 but faster.

           !!! It is a compiler for QUAKE 1 MAPS ONLY !!!

Here are the changes from the original version :

 * This version of QBSP reads floating-point values instead of integers
   for 3D coordinates. This has been developped for QuArK, a map editor
   that writes floating-point values. Using this QBSP instead of
   another one will make your maps look in Quake exactly like they do
   in QuArK.

 * NEW VERSION 0.5 : Advanced texture positionning (QuArK 5 only). This
   lets you put textures in any position with any distortion on any
   wall. Try for example to position correctly the textures on a crate
   that has been rotated of approximately 30 degrees around all three
   axes : it is impossible - until now !

 * from version 0.4 : almost all hard-coded maximas have been removed !
   This version of QBSP don't use big, fat fixed-size arrays; instead,
   it allocates them dynamically as needed. No more low limit on the
   number of objects in the map, the number of faces per polyhedron,
   and so on. (I compiled a map with a 122-sided polyhedrons !)
   Another advantage is that it uses less memory because it allocates
   it only when needed.

 * Animated textures are correctly copied in the .bsp file.

 * "Water Vis" for maps to be used with GLQuake. (disable with the
   option -nowatervis)

 * Automatically produces a log file, QBSP_LOG.TXT.

 * A few other bug fixes...

 * doesn't need any external DLL library.



Write me if you want the source code.



QuArK's home page is http://www.planetquake.com/quark

TXQBSP based on QBSP_AR by Armin Rigo (address below)
itself based on original code by John Carmack (JohnC@idsoftware.com)

Neither this program nor his author is by any way related to id Software

"QuArK" is only the abbreviation of Quake Army Knife and is not related
to Quark, inc.

THIS SOFTWARE COMES WITH NO WARRANTY AT ALL. Distribute freely.


Armin Rigo  (arigo@planetquake.com)
 (don't send the maps you made at this address !! If you made cool maps,
  please send an URL only to the QuArK web site manager)
