quakeforge/tools/qflight/source
Bill Currie 32127d3ec7 Kill a sprintf.
While 16 chars is enough for any 32-bit int, if int ever changes to 64
bit... (need 21). Just avoid the issue with good old va :)
2013-03-07 09:11:23 +09:00
..
entities.c Kill a sprintf. 2013-03-07 09:11:23 +09:00
ltface.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
Makefile.am Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
noise.c Make sure all source files in qflight have (C) headers. 2013-03-07 09:11:22 +09:00
options.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
properties.c Remove the leading _ from entity fields for properties. 2013-03-07 09:11:22 +09:00
qflight.c Clear the padding in the light data buffers. 2013-03-07 09:11:23 +09:00
threads.c "Check" for the availability of pthreads. 2012-08-19 13:40:42 +09:00
trace.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
vis.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00