Home
last modified time | relevance | path

Searched refs:checky (Results 1 – 25 of 67) sorted by relevance

123

/dports/games/xscrabble/xscrabble-2.12/src/
H A Dmoves.c55 checky++; } in validate()
109 for (checky = csy; checky <= cey; checky++) in validate()
127 checky = sy; in validate()
134 checky++; in validate()
142 checky++; in validate()
158 checky++; in validate()
167 checky++; in validate()
194 for (checky = csy; checky <= cey; checky++) in validate()
411 checky--; in checkwords()
419 checky++; in checkwords()
[all …]
H A Dcmove.c57 checky++; in check_boardv()
237 for (checky = ypos; checky < ypos+numlett; checky++) in findv_blank()
241 tempboard[xpos][checky] = word[checky-ypos]; in findv_blank()
290 for (checky = ypos; checky < ypos+numlett; checky++) in findv_blank()
294 tempboard[xpos][checky] = word[checky-ypos]; in findv_blank()
464 for (checky = y; checky < y+numlett; checky++) in checkv_words()
469 test[checky-y] = board[x][checky]; in checkv_words()
507 for (checky = 0; checky < numlett; checky++) in checkv_words()
530 test[checky] = board[x][y+checky]; in checkv_words()
545 for (checky = y; checky < y+numlett; checky++) in checkv_words()
[all …]
/dports/games/icebreaker/icebreaker-1.9.8/
H A Dpenguin.c125 int checkx,checky; in movepenguin() local
184 if (movey>0) checky = newy+BLOCKHEIGHT; in movepenguin()
185 else checky = newy; in movepenguin()
187 if (grid[p->geom.x][checky]==' ' && grid[p->geom.x+BLOCKWIDTH-1][checky]==' ') in movepenguin()
191 else if (grid[p->geom.x][checky]=='1' || grid[p->geom.x+BLOCKWIDTH-1][checky]=='1') in movepenguin()
197 else if (grid[p->geom.x][checky]=='2' || grid[p->geom.x+BLOCKWIDTH-1][checky]=='2') in movepenguin()
203 else if ((grid[p->geom.x][checky]=='w' || grid[p->geom.x][checky]==' ') in movepenguin()
204 && (grid[p->geom.x+BLOCKWIDTH-1][checky]=='w' || grid[p->geom.x+BLOCKWIDTH-1][checky]==' ')) in movepenguin()
/dports/games/abuse_sdl/abuse-0.8/src/
H A Ditems.cpp26 int x1,y1,x2,y2,checkx,checky,i; in boundary() local
49 checky=(y1+y2)/2; in boundary()
96 } else if ((checky>=yp1 && checky<=yp2) || (checky>=yp2 && checky<=yp1)) in boundary()
102 if (checky==yp2) skip_next=1; in boundary()
118 int x1,y1,x2,y2,checkx,checky,i; in boundary() local
132 checky=(y1+y2)/2; in boundary()
181 } else if ((checky>=yp1 && checky<=yp2) || (checky>=yp2 && checky<=yp1)) in boundary()
187 if (checky==yp2) skip_next=1; in boundary()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_switch.cpp137 fixed_t inter, checkx, checky; in P_CheckSwitchRange() local
155 checky = dll.y + FixedMul(dll.dy, inter + (FRACUNIT/100)); in P_CheckSwitchRange()
156 front = P_PointInSector(checkx, checky); in P_CheckSwitchRange()
161 checky = dll.y + FixedMul(dll.dy, inter); in P_CheckSwitchRange()
169 fixed_t sectorc = front->ceilingplane.ZatPoint(checkx, checky); in P_CheckSwitchRange()
170 fixed_t sectorf = front->floorplane.ZatPoint(checkx, checky); in P_CheckSwitchRange()
175 P_LineOpening(open, NULL, line, checkx, checky, pos.x, pos.y); in P_CheckSwitchRange()
191 if (user->Z() > rover->top.plane->ZatPoint(checkx, checky) || in P_CheckSwitchRange()
192 user->Top() < rover->bottom.plane->ZatPoint(checkx, checky)) in P_CheckSwitchRange()
213 if (user->Z() > rover->top.plane->ZatPoint(checkx, checky) || in P_CheckSwitchRange()
[all …]
/dports/games/barony/Barony-3.3.7/src/
H A Dacttorch.cpp58 int checky = my->y - sin(my->yaw) * 8; in actTorch() local
59 checky = checky >> 4; in actTorch()
60 if ( !map.tiles[OBSTACLELAYER + checky * MAPLAYERS + checkx * MAPLAYERS * map.height] ) // wall in actTorch()
201 int checky = my->y - sin(my->yaw) * 8; in actCrystalShard() local
202 checky = checky >> 4; in actCrystalShard()
203 if ( !map.tiles[OBSTACLELAYER + checky * MAPLAYERS + checkx * MAPLAYERS * map.height] ) // wall in actCrystalShard()
H A Dactarrowtrap.cpp44 int checky = static_cast<int>(my->y) >> 4; in actArrowTrap() local
45 if ( !map.tiles[OBSTACLELAYER + checky * MAPLAYERS + checkx * MAPLAYERS * map.height] ) // wall in actArrowTrap()
191 int checky = (my->y + y) / 16; in actArrowTrap() local
192 if ( !(checkx >= 0 && checkx < map.width && checky >= 0 && checky < map.height) ) in actArrowTrap()
197 int index = checky * MAPLAYERS + checkx * MAPLAYERS * map.height; in actArrowTrap()
H A Dactmagictrap.cpp213 int checky = static_cast<int>(my->y) >> 4; in actMagicTrap() local
214 if ( !map.tiles[OBSTACLELAYER + checky * MAPLAYERS + checkx * MAPLAYERS * map.height] ) // wall in actMagicTrap()
H A Ditem_tool.cpp957 int checky = entity->y; in applyBomb() local
962 checky = static_cast<int>(entity->y) >> 4; in applyBomb()
966 checky = static_cast<int>(entity->y) >> 4; in applyBomb()
969 checky = static_cast<int>(entity->y - 8) >> 4; in applyBomb()
973 checky = static_cast<int>(entity->y + 8) >> 4; in applyBomb()
979 if ( !map.tiles[OBSTACLELAYER + checky * MAPLAYERS + checkx * MAPLAYERS * map.height] ) in applyBomb()
999 …if ( map.tiles[OBSTACLELAYER + checky * MAPLAYERS + (static_cast<int>(entity->x + 4) >> 4) * MAPL… in applyBomb()
1004 …else if ( map.tiles[OBSTACLELAYER + checky * MAPLAYERS + (static_cast<int>(entity->x - 4) >> 4) *… in applyBomb()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dp_switch.cpp148 fixed_t inter, checkx, checky;
165 checky = dll.y + FixedMul(dll.dy, inter + (FRACUNIT/100));
166 front = P_PointInSector(checkx, checky);
171 checky = dll.y + FixedMul(dll.dy, inter);
179 fixed_t sectorc = front->ceilingplane.ZatPoint(checkx, checky);
180 fixed_t sectorf = front->floorplane.ZatPoint(checkx, checky);
185 P_LineOpening(open, NULL, line, checkx, checky, user->x, user->y);
H A Dwl_agent.cpp569 int checkx,checky; in Cmd_Use() local
578 checky = players[0].mo->tiley; in Cmd_Use()
584 checky = players[0].mo->tiley-1; in Cmd_Use()
590 checky = players[0].mo->tiley; in Cmd_Use()
596 checky = players[0].mo->tiley + 1; in Cmd_Use()
603 MapSpot spot = map->GetSpot(checkx, checky, 0); in Cmd_Use()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_act1.cpp1447 int16_t checky, in PushWall() argument
1458 oldtile = tilemap[checkx][checky]; in PushWall()
1465 if (actorat[checkx][checky - 1]) { in PushWall()
1469 tilemap[checkx][checky - 1] = static_cast<uint8_t>(oldtile); in PushWall()
1474 if (actorat[checkx + 1][checky]) { in PushWall()
1478 tilemap[checkx + 1][checky] = static_cast<uint8_t>(oldtile); in PushWall()
1483 if (actorat[checkx][checky + 1]) { in PushWall()
1487 tilemap[checkx][checky + 1] = static_cast<uint8_t>(oldtile); in PushWall()
1492 if (actorat[checkx - 1][checky]) { in PushWall()
1496 tilemap[checkx - 1][checky] = static_cast<uint8_t>(oldtile); in PushWall()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DUnchained - Resistance.milk112 per_pixel_3=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
114 per_pixel_5=dy=if(checky,shift*q5,dy);
115 per_pixel_6=rot=if(checkx*checky,0,shift);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_stock/
H A DUnchained - Resistance.milk112 per_pixel_3=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
114 per_pixel_5=dy=if(checky,shift*q5,dy);
115 per_pixel_6=rot=if(checkx*checky,0,shift);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A DUnchained - Resistance.milk112 per_pixel_3=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
114 per_pixel_5=dy=if(checky,shift*q5,dy);
115 per_pixel_6=rot=if(checkx*checky,0,shift);
H A DUnchained - Beat Demo 2.4.milk116 per_pixel_10=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
117 per_pixel_11=sx=sx-if(bnot(q7%2),if(bnot(checky),q3*.3,.3*q2*sin(radix)),.1*q4*above(q7,3));
H A DUnchained - Beat Demo 2.5.milk115 per_pixel_8=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
116 per_pixel_9=sx=sx-if(bnot(q7%2),if(bnot(checky),q3*.3,.3*q2*sin(radix)),.1*q4*below(q7,3));
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop/
H A DUnchained - Resistance.milk112 per_pixel_3=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
114 per_pixel_5=dy=if(checky,shift*q5,dy);
115 per_pixel_6=rot=if(checkx*checky,0,shift);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A DUnchained - Resistance.milk112 per_pixel_3=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
114 per_pixel_5=dy=if(checky,shift*q5,dy);
115 per_pixel_6=rot=if(checkx*checky,0,shift);
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/gui/
H A DnewsWindow.vala51 var checky = check_box as Gtk.CheckButton;
53 if (checky.active) Config.global.showed_news = news_count;
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DGump.cc112 int checky in set_object_area() argument
116 checky -= 12; in set_object_area()
117 elems.push_back(new Checkmark_button(this, checkx, checky)); in set_object_area()
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_bltc201/
H A DUnchained - Beat Demo 2-4.milk116 per_pixel_10=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
117 per_pixel_11=sx=sx-if(bnot(q7%2),if(bnot(checky),q3*.3,.3*q2*sin(radix)),.1*q4*above(q7,3));
H A DUnchained - Beat Demo 2-5.milk115 per_pixel_8=checky=bor(above(abs(q1),y)*below(abs(q2),y),above(abs(q2),y)*below(abs(q1),y));
116 per_pixel_9=sx=sx-if(bnot(q7%2),if(bnot(checky),q3*.3,.3*q2*sin(radix)),.1*q4*below(q7,3));
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dmap.cpp1165 int checky = y / kTileHeight; in centerMapXY() local
1170 if (!getMapBGTileIndex(i, checky)) { in centerMapXY()
1179 if (!getMapBGTileIndex(i, checky)) { in centerMapXY()
1188 for (int i = checky + 1; i <= checky + (g_hdb->_map->_screenTileHeight / 2); i++) { in centerMapXY()
1197 for (int i = checky - 1; i >= checky - (g_hdb->_map->_screenTileHeight / 2); i--) { in centerMapXY()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dmap.cpp1164 int checky = y / kTileHeight; in centerMapXY() local
1169 if (!getMapBGTileIndex(i, checky)) { in centerMapXY()
1178 if (!getMapBGTileIndex(i, checky)) { in centerMapXY()
1187 for (int i = checky + 1; i <= checky + (g_hdb->_map->_screenTileHeight / 2); i++) { in centerMapXY()
1196 for (int i = checky - 1; i >= checky - (g_hdb->_map->_screenTileHeight / 2); i--) { in centerMapXY()

123