Bill Currie
|
23a38738fc
|
Massive whitespace cleanup.
Lots of trailing whitespace and otherwise blank lines.
|
2012-05-22 08:23:22 +09:00 |
|
Bill Currie
|
bc1b483525
|
Nuke the rcsid stuff.
It's pretty useless in git.
|
2012-04-22 10:56:32 +09:00 |
|
Jeff Teunissen
|
e819ea3b7f
|
QFimage: Don't use qfs_filesize when loading images
Use Qfilesize() to get the size of a read file, don't count on quakefs's
global qfs_filesize variable pointing at the right file.
|
2011-01-09 01:36:40 -05:00 |
|
Bill Currie
|
8c4fe2f844
|
Rename Sys_DPrintf to Sys_MaskPrintf.
We now have finer runtime control over what gets printed. Need to do a
SYS_DEV audit, creating new masks as apropriate.
|
2010-11-26 16:19:26 +09:00 |
|
Bill Currie
|
cf40f5073d
|
Nuke QFS_WriteBuffers.
This function is too dangerous for my liking, and it's now unnecessary
since qfs has been locked down.
|
2010-08-25 13:31:13 +09:00 |
|
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
|
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
|
d0aaa5263b
|
since the tex data is rgba, /say/ it's rgba, not rgb :P
|
2003-09-04 15:14:09 +00:00 |
|
Bill Currie
|
323a6182fd
|
move pcx.c and tga.c out of libQFutil and into libQFimage with the hopes
for more image formats :)
|
2003-08-15 16:19:10 +00:00 |
|