quakeforge/libs
Ozkan Sezer 6e04fd5ff6 signed int viddef_t members
The attached patch (against quakeforge git) changes the [con]width,
[con]height, and most importantly the rowbytes members of viddef_t
from unsigned to signed int, like in q2.  This allows for a properly
negative vid.rowbytes which may be needed in, e.g. a DIB sections
windows driver if needed.  Along with it, I changed a few places
where unsigned int is used along with comparisons against the relevant
vid.* members.
One thing I am not 100% sure is the signedness requirements of
d_zrowbytes and d_zwidth: q2 has them as unsigned but I am not sure
whether that is because they are needed as unsigned or it was just an
oversight of the id developers. They do look like they should be OK
as signed int to me, though: comments?

==
Note from Bill Currie: I had to do some extra changes as many
signed/unsigned comparisons were somehow missed.
2012-10-21 09:00:50 +09:00
..
audio Disable vorbisfile's static callbacks. 2012-08-19 08:05:50 +09:00
client Make nq and qw use the new entity state struct. 2012-07-05 09:39:16 +09:00
console Make con_speed 0 instant. 2012-07-18 14:50:49 +09:00
gamecode Yet more char index issues :P 2012-08-18 12:20:08 +09:00
gib Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
image Use pkg-config for zlib. 2012-08-18 21:41:33 +09:00
models Put the over-size range back to its original value. 2012-09-18 09:25:10 +09:00
net Fix a segfault when no interfaces are available. 2012-09-08 09:37:48 +09:00
qw Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
ruamoko Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
util Fix byteswapping of a node's firstface/numfaces. 2012-09-08 09:38:22 +09:00
video signed int viddef_t members 2012-10-21 09:00:50 +09:00
Makefile.am Avoid building unneeded libs. 2012-08-20 14:12:20 +09:00