Bill Currie
7fca21837a
fix some errors found by valgrind
2010-10-13 20:52:05 +09:00
Bill Currie
0dfff8fd58
ignore stuff
2010-08-07 10:42:09 +00:00
Bill Currie
fe95805d86
various gcc 4.3 fixes
2008-07-19 05:40:57 +00:00
Bill Currie
df2bebde7e
more vc build patches from phrosy
2007-04-06 01:09:58 +00:00
Bill Currie
501180aaac
gcc-4.0 fixes. even found some bugs :) (names /not/ mangled this time)
2005-06-08 06:35:48 +00:00
Bill Currie
0d14a8f9f3
minor cleanup
...
This is an imperfect revision of history.
2004-11-12 03:21:00 +00:00
Bill Currie
4d2300ff11
finally support png
2004-05-01 04:14:59 +00:00
Bill Currie
2b26072c8f
open output file in binary mode
2004-03-19 00:38:35 +00:00
Bill Currie
3f91157b26
a little easier to read
2004-02-05 23:46:21 +00:00
Bill Currie
71196fedf6
make gcc more anal about prototypes, string constants and function
...
visibility (ie, global functions must have a prototype)
2003-01-06 18:28:13 +00:00
Bill Currie
122b0d81e7
values.h doesn't seem to be needed and doesn't exist on darwin anyway
2002-12-20 23:41:24 +00:00
Bill Currie
599b51b542
hmm, hadn't noticed "stdint.h"
2002-11-19 05:03:42 +00:00
Bill Currie
ac8acaacd7
need limits.h
2002-11-19 05:02:57 +00:00
Bill Currie
63dfd5e523
MAXINT isn't as portable as one would like
2002-11-19 05:01:39 +00:00
Bill Currie
0866f5d35f
nuke a bunch of commented out code
2002-11-18 23:22:52 +00:00
Bill Currie
b44d61e84b
use bspfile for reading the map
2002-11-18 22:46:53 +00:00
Bill Currie
b1184fc066
run through indent and do some cleanup
2002-11-18 22:14:31 +00:00
Bill Currie
2a1d8555d2
Import Matthew Wong's bsp2bmp utility using quakeio functions, creating an
...
image_t type for the line point drawing, ditching the raw and bmp formats
in favor of pcx (for now), and renaming to bsp2img. I plan on working on
getopt, bspfile and other image formats in the future as well as generally
cleaning up the code.
2002-11-18 20:48:29 +00:00