quakeforge/libs
Bill Currie bb065bd233 Be a little leniant with vector param stores.
qcc always used vector stores to load values into the function parameters,
but if the location of the value is too close to the end of the global data
block (the vector spans the end of the block), it would trigger the bounds
check code. Thus, allow such instructions without a murmer, so long as it
actually is a parameter write.
2011-08-16 12:10:05 +09:00
..
audio Clean up default rate setting and add explicit support for 48kHz. 2011-08-11 17:22:14 +09:00
console Get inputlines mostly working. 2011-07-09 21:16:38 +09:00
gamecode Be a little leniant with vector param stores. 2011-08-16 12:10:05 +09:00
gib Implement --version-info configure switch to override QuakeForge 2011-07-09 01:23:36 +03:00
image Implement --version-info configure switch to override QuakeForge 2011-07-09 01:23:36 +03:00
models Implement --version-info configure switch to override QuakeForge 2011-07-09 01:23:36 +03:00
net Make the interface code more portable. 2011-08-16 10:03:43 +09:00
object Implement --version-info configure switch to override QuakeForge 2011-07-09 01:23:36 +03:00
qw Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
ruamoko Fix some bugs found while hacking inputlines. 2011-07-09 09:42:11 +09:00
util Permit control of single character tokens. 2011-08-11 14:22:27 +09:00
video Fix x11 gamma control. 2011-08-11 16:08:20 +09:00
Makefile.am opps, that was part of raorn's linker patches 2007-05-31 06:31:22 +00:00