quakeforge/tools
Bill Currie 8d34d33055 Implement "if not (foo)" syntax.
It is syntactic sugar for if (!(foo)), but is useful for avoiding
inconsistencies between such things as if (string) and if (!string), even
though qcc can't parse if not (string). It also makes for easier to read
code when the logic in the condition is complex.
2013-06-26 23:02:55 +09:00
..
3dfx_stub Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
bsp2img Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
build_scripts Strip the executables. 2013-01-23 22:09:54 +09:00
carne Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
cross Add support for 64bit windows via mxe (mingw). 2013-01-22 21:02:50 +09:00
cvs2cl audit the usage of "only" 2010-01-13 06:42:26 +00:00
Forge Handle quest format brushes. 2012-09-12 08:24:17 +09:00
gas2masm Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gl_stub Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
io_mesh_qfmdl Cope with 0 sized textures. 2013-03-04 11:04:47 +09:00
io_qfmap Get the bmesh directly from the object mesh data. 2013-01-17 09:52:09 +09:00
misc Put my blender struts script in a safe place. 2012-02-22 17:47:16 +09:00
pak Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
qfbsp Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
qfcc Implement "if not (foo)" syntax. 2013-06-26 23:02:55 +09:00
qflight Implement the sun lighting calculations. 2013-03-07 09:11:23 +09:00
qflmp Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
qfmodelgen Rename Sys_FileTime to Sys_FileExists. 2013-02-07 15:43:26 +09:00
qfspritegen Create qfspritegen based on id's sprgen. 2012-06-30 20:20:15 +09:00
qfvis Move the whole separator test/creation into a function. 2013-03-19 20:39:01 +09:00
quaketoascii Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
qwaq Add DL_LIBS to the -x11 targets. 2013-02-14 09:54:36 +09:00
texpaint Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
wad Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
wav Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
Makefile.am Include the mdl import/export addon in the distribution. 2012-07-13 07:59:50 +09:00