ZDBSP is ZDoom's internal node builder.
Go to file
Christoph Oelckers 702d5bbc3e - Fixed: Hexen's ammo display in the status bar cannot be refreshed
partially because the background patch has to be drawn always to 
  overwrite the old display.
- Fixed: Giving a health item to a non-player caused a crash.
- Added a compatibility option to limit deh.MaxHealth to the health bonus.
  Originally this value wasn't used for health packs. Doing this was a bug
  in Boom but since there's quite a few maps out there which require
  Boom's altered behavior it has to be compatibility optioned.
- Fixed: The health bonus's max health must be defined by deh.MaxHealth, 
  not deh.MaxSoulsphere. To achieve this deh.MaxHealth's handling had to
  be altered because it has to default to 100.
- Fixed: ZDBSP created incorrect side references with compressed sidedefs
  and both sidedefs of a linedef being the same. This only affects the
  external tool because the internal node builder is run after uncompressing
  the sidedefs.
- Added Jim's latest makefile.linux.
- Added a consistency check to the PNAMES loader because one crash log
  indicated that it crashed due to a corrupt PNAMES lump.
- Brought back the sector based sound target handling as a compatibility
  option. This radical change just broke far too many maps that depend
  on the original behavior. Strife's special AI functions are excluded 
  though because they work better with the new method.


SVN r56 (trunk)
2006-04-20 14:21:27 +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
COPYING 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
doomdata.h Initial commit of zdbsp. 2006-02-24 05:17:19 +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 Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
nodebuild.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
nodebuild.h Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
nodebuild_events.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
nodebuild_extract.cpp - Fixed: Hexen's ammo display in the status bar cannot be refreshed 2006-04-20 14:21:27 +00:00
nodebuild_gl.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
nodebuild_utility.cpp Initial commit of zdbsp. 2006-02-24 05:17:19 +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 Initial commit of zdbsp. 2006-02-24 05:17:19 +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 Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
tarray.h Initial commit of zdbsp. 2006-02-24 05:17:19 +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 Initial commit of zdbsp. 2006-02-24 05:17:19 +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 Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zipbin.bat Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00
zipsrc.bat Initial commit of zdbsp. 2006-02-24 05:17:19 +00:00