duke3d/buildengine/utils
Marco Cawthorne 8f7196e3e8
Initial commit. I made it compile on modern systems I think.
There may be some timidity fixes too, but those could have been done
to my rott fork too. I don't remember sorry.
2022-02-14 00:13:05 -08:00
..
BUILDLIC.TXT Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
CHANGELOG Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
Makefile Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
README Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
TODO Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
backmap5.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
backmap6.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
convmap6.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
convmap7.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
dos_compat.h Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
editart.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
grpextract.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
kextract.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
kgroup.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
pragmas.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
pragmas.h Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
sdl_driver.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
sdl_driver.h Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
setup.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
transpal.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
unix_compat.h Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
ureadme.txt Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
wad2art.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00
wad2map.c Initial commit. I made it compile on modern systems I think. 2022-02-14 00:13:05 -08:00

README

// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
// Ken Silverman's official web site: "http://www.advsys.net/ken"
// See the included license file "BUILDLIC.TXT" for license info.

README for BUILD Utils Package

These are the utilities Ken Silverman released along with his BUILD engine.
There is a quick description of what each of these do in the ureadme.txt file.
Most of the utilities in this package either don't work at all or don't work
correctly yet.  Normal users won't get much use out of this for now, but
there will hopefully be something interesting quite soon.

More info in the CHANGELOG and TODO files if you're a hacker and interested.