blender/projectfiles_vc7/gameengine
Benoit Bolsee 02132de7aa BGE patch: Add NAND, NOR, XOR, XNOR controllers.
NAND controller is an inverted AND controller: the output is 
     1 if any of the input is 0.
NOR  controller is an inverted OR controller: the output is 0
     if any of the input is 1.
XOR  controller is an exclusive OR: the output is 1 if and only
     if one input is 1 and all the other inputs are 0.
XNOR controller is an inverted XOR: the output is 0 if and only
     if one input is 0 and all the other inputs are 0.
The NAND, NORT and XNOR controllers are very usefull to create
complementary outputs to start and stop actuators synchronously.
MSCV project files updated.
2008-06-23 20:41:18 +00:00
..
blenderhook BGE Patch: Add Shape Action support and update MSCV_7 project file for glew. 2008-06-18 06:46:49 +00:00
converter BGE Patch: Add Shape Action support and update MSCV_7 project file for glew. 2008-06-18 06:46:49 +00:00
expression updating vc7 projectfiles to link to python2.5 2007-03-01 20:49:44 +00:00
gamelogic BGE patch: Add NAND, NOR, XOR, XNOR controllers. 2008-06-23 20:41:18 +00:00
gameplayer BGE Patch: Add Shape Action support and update MSCV_7 project file for glew. 2008-06-18 06:46:49 +00:00
ketsji BGE patch: add state engine support in the logic bricks. 2008-06-22 14:23:57 +00:00
network Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00
physics/PHY_Physics Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00
rasterizer BGE Patch: Add Shape Action support and update MSCV_7 project file for glew. 2008-06-18 06:46:49 +00:00
scenegraph Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00