ZDBSP is ZDoom's internal node builder.
Find a file
Randy Heit 6f4e5f01ce - Remove SelectVertexClose() uniqueness failure compensation code, since it can produce nodes
that violate the GL node spec and thus cannot be saved. ClassifyLine() looks like the right
  place to handle this, but I'd prefer not to touch it unless somebody produces a map that shows it's
  absolutely necessary, since this single function is responsible for the vast majority of the time
  spent by the nodebuilder.



SVN r2093 (trunk)
2010-01-03 01:02:11 +00:00
Unused Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zlib Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +00:00
blockmapbuilder.cpp - Started implementing UDMF support for ZDBSP: Fixed all data structures to hold UDMF data. 2009-03-07 20:35:13 +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 - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
getopt.c Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +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 - Fixed version string output for VC++ builds of ZDBSP. 2010-01-02 21:39:21 +00:00
Makefile - Started implementing UDMF support for ZDBSP: Fixed all data structures to hold UDMF data. 2009-03-07 20:35:13 +00:00
nodebuild.cpp - Remove SelectVertexClose() uniqueness failure compensation code, since it can produce nodes 2010-01-03 01:02:11 +00:00
nodebuild.h - Fixed: A splitter that cannot properly divide a seg into two pieces because it is too close 2010-01-02 23:38:49 +00:00
nodebuild_classify_nosse2.cpp I thought I already added these. 2006-06-06 23:21:01 +00:00
nodebuild_classify_sse1.cpp Woops. nodebuild_classify_sse1.cpp was missing from the repository. 2006-06-27 20:44:30 +00:00
nodebuild_classify_sse2.cpp For ZDBSP: 2006-06-26 20:39:57 +00:00
nodebuild_events.cpp - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
nodebuild_extract.cpp - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
nodebuild_gl.cpp - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
nodebuild_utility.cpp - Fixed: A splitter that cannot properly divide a seg into two pieces because it is too close 2010-01-02 23:38:49 +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 update: 2009-07-04 00:12:14 +00:00
processor.h - ZDBSP update: 2009-07-04 00:12:14 +00:00
processor_udmf.cpp - ZDBSP update: 2009-07-04 00:12:14 +00:00
resource.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
resource.rc - ZDBSP update: 2009-07-04 00:12:14 +00:00
sc_man.cpp - Fixed: ZDBSP had debugging output left in when parsing comments in TEXTMAPs, but 2009-06-22 23:09:52 +00:00
sc_man.h - Fixed: ZDBSP had debugging output left in when parsing comments in TEXTMAPs, but 2009-06-22 23:09:52 +00:00
tarray.h - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
templates.h - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
view.cpp - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
wad.cpp - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
wad.h - Started implementing UDMF support for ZDBSP: Fixed all data structures to hold UDMF data. 2009-03-07 20:35:13 +00:00
workdata.h Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +00:00
zdbsp.dsp For ZDBSP: 2006-06-26 20:39:57 +00:00
zdbsp.dsw Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.h - ZDBSP update: 2009-07-04 00:12:14 +00:00
zdbsp.html - Added ZGL2 output support to ZDBSP for maps with more than 65534 lines. 2009-03-17 02:02:58 +00:00
zdbsp.sln Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +00:00
zdbsp.vcproj ZDBSP fix: ShoveSegBehind needs to check for a positive result from Heuristic, not non-zero. 2006-09-23 02:32:22 +00:00
zdbsp_vs2005.sln - Version bump ZDBSP and add x64 configuration to the VC2005 project. 2009-03-22 01:35:41 +00:00
zdbsp_vs2005.vcproj - Version bump ZDBSP and add x64 configuration to the VC2005 project. 2009-03-22 01:35:41 +00:00
zipbin.bat Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zipsrc.bat ZDBSP fix: ShoveSegBehind needs to check for a positive result from Heuristic, not non-zero. 2006-09-23 02:32:22 +00:00