Skip to content

Tags: rheit/zdbsp

Tags

v1.19

Toggle v1.19's commit message
Bump version to 1.19

1.17

Toggle 1.17's commit message
- Put CMakeLists.txt in the source zip, not the old project files.

SVN r2633 (trunk)

1.16

Toggle 1.16's commit message
- Bumped ZDBSP version to 1.16.

- Fixed: ZDBSP stored seg vertices in 16-bit words, so it failed to write proper nodes for
  maps that ended up with more than 65536 vertices after node building, even though it can
  write formats that could support it.
- Sync debugging output between ZDBSP and ZDoom's internal node builder.

SVN r2388 (trunk)

1.14

Toggle 1.14's commit message
- And since I just made a fix for ZDBSP, I need to merge it into the …

…tagged 1.14, too.

SVN r2133 (1.14)

1.11

Toggle 1.11's commit message
- Version bump ZDBSP and add x64 configuration to the VC2005 project.

SVN r1495 (trunk)

1.10

Toggle 1.10's commit message
- Make sure people know this ZDBSP isn't from 2006.

SVN r1340 (trunk)

1.9

Toggle 1.9's commit message
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)

1.8

Toggle 1.8's commit message
I thought I already added these.

SVN r177 (trunk)

1.7

Toggle 1.7's commit message
- Added support for creating v5 GL nodes to ZDBSP.

SVN r159 (trunk)

1.6

Toggle 1.6's commit message
Bumped ZDBSP's version to 1.6.

SVN r149 (trunk)