quakeforge/libs/video
Bill Currie df890432b7 [qfcc] Add support for unsigned, long, etc
long is ignored for double, and v6p progs are stuck with 32 bits for
longs (don't feel like extending v6p any further), but the basics are
there for Ruamoko.

short is ignored for ints because the minimum size is 32, and signed is
just noise for ints anyway (and no chars, so...).

unsigned, however, is finally implemented properly (or at least seems to
be working correctly: tests pass after getting things compiling again,
and lt.u is used where it should be :)
2022-01-19 18:08:58 +09:00
..
renderer [qfcc] Add support for unsigned, long, etc 2022-01-19 18:08:58 +09:00
targets [input] Add functions to get single axis/button info 2021-12-24 06:45:13 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00