- Version bump to 1.15.

- Documentation bump for -X option.

SVN r2365 (trunk)
This commit is contained in:
Randy Heit 2010-06-12 03:58:16 +00:00
parent 54ff73a07f
commit 983dcc08d4
2 changed files with 7 additions and 3 deletions

View file

@ -16,7 +16,7 @@ typedef __int32 int32_t;
#include <stdint.h> #include <stdint.h>
#endif #endif
#define ZDBSP_VERSION "1.14" #define ZDBSP_VERSION "1.15"
enum EBlockmapMode enum EBlockmapMode
{ {

View file

@ -114,10 +114,14 @@
</dd> </dd>
<dt>--compress or -z</dt> <dt>--compress or -z</dt>
<dd>Compresses the node information. Compressed nodes take up less space than <dd>Compresses the node information. Compressed nodes take up less space than
uncompressed nodes, and they are also the only way to save nodes with more than 65535 segs. uncompressed nodes, they are the only way to save nodes with more than 65535 segs, and
If GL nodes are built, they will be compressed as well.</dd> they also have higher vertex precision than normal nodes, reducing the possibility
of slime trails. If GL nodes are built, they will be compressed as well.</dd>
<dt>--compress-normal or -Z</dt> <dt>--compress-normal or -Z</dt>
<dd>This is exactly like the previous option, except GL nodes will not be compressed.</dd> <dd>This is exactly like the previous option, except GL nodes will not be compressed.</dd>
<dt>--extended or -X</dt>
<dd>Creates extended nodes. This is exactly like --compress, except the resultant nodes
are uncompressed.</dd>
<dt>--empty-blockmap or -b</dt> <dt>--empty-blockmap or -b</dt>
<dd> <dd>
This option writes a zero-length BLOCKMAP to the wad. As of this writing, ZDoom This option writes a zero-length BLOCKMAP to the wad. As of this writing, ZDoom