ZDBSP is ZDoom's internal node builder.
Go to file
Randy Heit 6a1a0e007a - Added runtime detection of SSE2 so that ZDBSP can select either the regular
ClassifyLine routine or a version compiled with SSE2 optimizations. This
  pretty much removes any reason to do a separate SSE2 build, since most of
  the time is spent in ClassifyLine, so using SSE2 in just that one function
  helps the most.

SVN r172 (trunk)
2006-06-06 19:15:39 +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
COPYING Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
Makefile - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
blockmapbuilder.cpp - Added a "vertex map" for ZDBSP's vertex selection. (Think BLOCKMAP for 2006-06-06 02:45:48 +00:00
blockmapbuilder.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
doomdata.h - Added a "vertex map" for ZDBSP's vertex selection. (Think BLOCKMAP for 2006-06-06 02:45:48 +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 - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
nodebuild.cpp - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
nodebuild.h - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
nodebuild_events.cpp - Changed FEventTree into a regular binary tree, since there just aren't enough 2006-06-06 05:00:46 +00:00
nodebuild_extract.cpp - Added code to explicitly handle outputting overlapping segs when 2006-05-31 23:17:26 +00:00
nodebuild_gl.cpp Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +00:00
nodebuild_utility.cpp - Changed FEventTree into a regular binary tree, since there just aren't enough 2006-06-06 05:00:46 +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 - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
processor.h - Added support for creating v5 GL nodes to ZDBSP. 2006-06-01 01:05:24 +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 Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +00:00
wad.cpp - Fixed writing of v5 GL segs in ZDBSP. 2006-06-01 17:32:32 +00:00
wad.h - Fixed writing of v5 GL segs in ZDBSP. 2006-06-01 17:32:32 +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 - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
zdbsp.dsw Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zdbsp.h - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
zdbsp.html Initial commit of zdbsp. 2006-02-24 05:17:19 +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 - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +00:00
zdbsp_vs2005.sln Added a Makefile for building ZDBSP with GCC and SSE configurations for VC. 2006-05-31 20:25:20 +00:00
zdbsp_vs2005.vcproj - Added runtime detection of SSE2 so that ZDBSP can select either the regular 2006-06-06 19:15:39 +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