Bill Currie
|
99c0954b47
|
the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner.
|
2007-03-10 12:00:59 +00:00 |
|
Bill Currie
|
3fb03fc2be
|
hah, should have been using __attribute__((used)) all that time (rather
than __attribute__((unused))). fixes the missing console in -x11
|
2005-08-04 15:27:09 +00:00 |
|
Bill Currie
|
201252c1c0
|
FIXME cleanup and a missed win32 compile fix
This is an imperfect revision of history.
|
2004-11-06 02:21:00 +00:00 |
|
Bill Currie
|
ca46503607
|
add -Wsign-compare (default for -Wall only in C++) and fix up the warnings
|
2004-07-13 19:14:01 +00:00 |
|
Bill Currie
|
c3e7832d85
|
correct gamma test thanks to Grievre
|
2003-12-07 04:21:58 +00:00 |
|
Bill Currie
|
4ce44cf9eb
|
PNG write support from DrSpliff
|
2003-09-09 16:18:13 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
387f6a6f64
|
Clean out silly typedef bloat, clean up whitespace.
|
2003-09-08 20:07:51 +00:00 |
|
Bill Currie
|
2ea7ca1efd
|
windows has a LoadImage #define, so kill it :)
|
2003-09-08 15:49:21 +00:00 |
|
Bill Currie
|
61a2840870
|
autoconfiscate the png support
|
2003-09-08 14:32:54 +00:00 |
|
Bill Currie
|
92b6550fe3
|
correction pointed out by DrSpliff
|
2003-09-05 04:07:19 +00:00 |
|
Bill Currie
|
a0875ea909
|
eliminate the global variables
|
2003-09-04 21:24:20 +00:00 |
|
Bill Currie
|
2b5a3753ca
|
nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a
real home for tex_t:)
|
2003-09-04 18:59:39 +00:00 |
|
Bill Currie
|
3305c0f51f
|
PNG reading support, much thanks to DrSpliff
|
2003-09-04 05:24:05 +00:00 |
|