ZDBSP is ZDoom's internal node builder.
Find a file
Randy Heit c51e49f02f For ZDBSP:
- Fixed the OrgSectorMap generation in FLevel::RemoveExtraSectors().
- Added a version of ClassifyLine compiled with SSE (but not SSE2) optimization
  for people with Pentium 3/Athlon XPs to use.
- Added ClassifyLine backpatching for the GCC Windows build. The first time a
  function calls ClassifyLine, it has to check which version to use and jump
  to the appropriate one. After that, it calls the desired one straight away.

SVN r227 (trunk)
2006-06-26 20:39:57 +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 - 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
COPYING Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
doomdata.h - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +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 For ZDBSP: 2006-06-26 20:39:57 +00:00
Makefile For ZDBSP: 2006-06-26 20:39:57 +00:00
nodebuild.cpp For ZDBSP: 2006-06-26 20:39:57 +00:00
nodebuild.h For ZDBSP: 2006-06-26 20:39:57 +00:00
nodebuild_classify_nosse2.cpp I thought I already added these. 2006-06-06 23:21:01 +00:00
nodebuild_classify_sse2.cpp For ZDBSP: 2006-06-26 20:39:57 +00:00
nodebuild_events.cpp - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
nodebuild_extract.cpp - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
nodebuild_gl.cpp - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
nodebuild_utility.cpp - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +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 For ZDBSP: 2006-06-26 20:39:57 +00:00
processor.h - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
resource.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
resource.rc - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
tarray.h - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +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 a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +00:00
wad.cpp - Added a reject fixer to correct the reject when sectors are removed instead 2006-06-06 22:38:27 +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 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 For ZDBSP: 2006-06-26 20:39:57 +00:00
zdbsp.html For ZDBSP: 2006-06-26 20:39:57 +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 For ZDBSP: 2006-06-26 20:39:57 +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 For ZDBSP: 2006-06-26 20:39:57 +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