ZDBSP is ZDoom's internal node builder.
Find a file
Randy Heit 1a979de350 ZDBSP fixes:
- AddIntersection() should convert to doubles before subtracting the vertex
  from the node, not after, to avoid integer overflow. (See cah.wad, MAP12
  and MAP13.) A simpler dot product will also suffice for distance calculation.
- Splitters that come too close to a vertex should be avoided. (See cata.wad.)
- Red-Black Tree implementation was broken and colored every node red.
- Moved most of the code for outputting degenerate GL subsectors into another
  function.
- Removed forgotten debugging file dump from WriteSSectors2().
- Enabled reference optimization and COMDAT folding in the linker for a slightly
  smaller executable.

SVN r155 (trunk)
2006-05-31 15:39:58 +00:00
Unused Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zlib Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
blockmapbuilder.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
blockmapbuilder.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
COPYING Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
doomdata.h ZDBSP fixes: 2006-05-29 03:07:57 +00:00
getopt.c Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
getopt.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
getopt1.c Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
main.cpp Bumped ZDBSP's version to 1.6. 2006-05-28 03:18:08 +00:00
nodebuild.cpp ZDBSP fixes: 2006-05-31 15:39:58 +00:00
nodebuild.h ZDBSP fixes: 2006-05-31 15:39:58 +00:00
nodebuild_events.cpp ZDBSP fixes: 2006-05-31 15:39:58 +00:00
nodebuild_extract.cpp ZDBSP fixes: 2006-05-31 15:39:58 +00:00
nodebuild_gl.cpp ZDBSP fixes: 2006-05-31 15:39:58 +00:00
nodebuild_utility.cpp ZDBSP fixes: 2006-05-29 03:07:57 +00:00
poly_bad.png Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
poly_mov.png Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
poly_new.png Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
processor.cpp ZDBSP fixes: 2006-05-31 15:39:58 +00:00
processor.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
resource.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
resource.rc ZDBSP fixes: 2006-05-29 03:07:57 +00:00
tarray.h ZDBSP fixes: 2006-05-29 03:07:57 +00:00
templates.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
view.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
wad.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
wad.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
workdata.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.dsp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.dsw Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.h ZDBSP fixes: 2006-05-29 03:07:57 +00:00
zdbsp.html Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.sln Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.vcproj ZDBSP fixes: 2006-05-31 15:39:58 +00:00
zipbin.bat Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zipsrc.bat Bumped ZDBSP's version to 1.6. 2006-05-28 03:18:08 +00:00