Searched refs:ACTIVE1 (Results 1 – 10 of 10) sorted by relevance
/dports/games/freedroid/freedroid-1.0.2/src/ |
H A D | takeover.c | 476 ActivationMap[YourColor][0][row] = ACTIVE1; in PlayGame() 574 ActivationMap[OpponentColor][0][row] = ACTIVE1; in EnemyMovements() 1012 ActivationMap[color][layer][row] = ACTIVE1; in ProcessPlayground() 1028 if (ActivationMap[color][layer - 1][row] >= ACTIVE1) in ProcessPlayground() 1033 if (ActivationMap[color][layer - 1][row] >= ACTIVE1) in ProcessPlayground() 1037 if (ActivationMap[color][layer][row] >= ACTIVE1) in ProcessPlayground() 1069 ActivationMap[color][layer][row] = ACTIVE1; in ProcessPlayground() 1120 (ActivationMap[VIOLETT][CLayer][row] >= ACTIVE1)) in ProcessDisplayColumn() 1133 (ActivationMap[VIOLETT][CLayer][row] >= ACTIVE1)) in ProcessDisplayColumn() 1248 if (ActivationMap[color][layer][row] >= ACTIVE1) in AnimateCurrents() [all …]
|
H A D | takeover.h | 93 ACTIVE1, enumerator
|
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/ |
H A D | takeover.c | 452 ActivationMap[YourColor][0][row] = ACTIVE1; in PlayGame() 740 ActivationMap[OpponentColor][0][row] = ACTIVE1; in AdvancedEnemyTakeoverMovements() 1493 ActivationMap[color][layer][row] = ACTIVE1; in ProcessPlayground() 1508 if (ActivationMap[color][layer - 1][row] >= ACTIVE1) in ProcessPlayground() 1513 if (ActivationMap[color][layer - 1][row] >= ACTIVE1) in ProcessPlayground() 1517 if (ActivationMap[color][layer][row] >= ACTIVE1) in ProcessPlayground() 1526 if (ActivationMap[color][layer][row + 1] >= ACTIVE1) in ProcessPlayground() 1548 ActivationMap[color][layer][row] = ACTIVE1; in ProcessPlayground() 1596 …if ((ActivationMap[YELLOW][CLayer][row] >= ACTIVE1) && (ActivationMap[PURPLE][CLayer][row] >= ACTI… in ProcessDisplayColumn() 1686 if (ActivationMap[color][layer][row] >= ACTIVE1) { in AnimateCurrents() [all …]
|
H A D | takeover.h | 141 ACTIVE1, enumerator
|
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/lushlife/ |
H A D | lushlife_presets.ttl | 27 [ lv2:symbol "ACTIVE1" ; pset:value 0.0 ] , 53 [ lv2:symbol "ACTIVE1" ; pset:value 1.0 ] , 88 [ lv2:symbol "ACTIVE1" ; pset:value 1.0 ] , 123 [ lv2:symbol "ACTIVE1" ; pset:value 1.0 ] , 179 [ lv2:symbol "ACTIVE1" ; pset:value 1.0 ] , 246 lv2:symbol "ACTIVE1" ;
|
H A D | lushlife.h | 29 ACTIVE1, enumerator
|
H A D | lushlife.cc | 119 case ACTIVE1: plug->active_p[1] = (float*)data;break; in connect_lushlife_ports()
|
H A D | lushlife_ui_main.cxx | 144 case ACTIVE1: in lushlifeUI_port_event()
|
H A D | lushlife.ttl | 233 lv2:symbol "ACTIVE1" ;
|
H A D | lushlife_ui.fl | 116 write_function(controller,ACTIVE1,sizeof(float),0,&activate1->floatvalue);
|