quakeforge/libs
Bill Currie 5188644e75 Implement the Mersenne Twister PRNG.
This gives QF a consistent qualilty PRNG on all platforms. The
implementation is slightly different from the standard, but gives the same
results for the same speed (details in mersenne.c).
2013-01-21 20:05:16 +09:00
..
audio Ensure the float pointer to SND_Convert is aligned. 2013-01-19 16:09:32 +09:00
client Make nq and qw use the new entity state struct. 2012-07-05 09:39:16 +09:00
console Make key_dest private to keys.c 2013-01-16 19:48:54 +09:00
gamecode Add (%Ec) to OP_ADDRESS's format specifier. 2013-01-17 16:43:54 +09:00
gib Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
image Use pkg-config for zlib. 2012-08-18 21:41:33 +09:00
models Make key_dest private to keys.c 2013-01-16 19:48:54 +09:00
net Fix a couple of warnings found by the mxe gcc. 2012-12-14 17:07:53 +09:00
qw Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
ruamoko Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
util Implement the Mersenne Twister PRNG. 2013-01-21 20:05:16 +09:00
video Fix random particle origin/velocity z component. 2013-01-21 14:53:13 +09:00
Makefile.am Avoid building unneeded libs. 2012-08-20 14:12:20 +09:00