Home
last modified time | relevance | path

Searched refs:falling (Results 1 – 25 of 2721) sorted by relevance

12345678910>>...109

/dports/games/patapizza-tetris/tetris-e6f1a41/
H A Dtetris.c180 free(game->falling); in main()
525 …if (game->falling->pos[0].x >= BLOCK_SIZE && game->falling->pos[1].x >= BLOCK_SIZE && game->fallin… in move_left()
546 …if (game->falling->pos[0].x < max && game->falling->pos[1].x < max && game->falling->pos[2].x < ma… in move_right()
555 SDL_BlitSurface(game->falling->img, NULL, game->screen, &game->falling->pos[0]); in shape_draw()
563 …if (game->falling->pos[0].y < max && game->falling->pos[1].y < max && game->falling->pos[2].y < ma… in shape_fall()
574 game->grid[game->falling->pos[0].x][game->falling->pos[0].y] = game->falling->img; in shape_fall()
575 game->grid[game->falling->pos[1].x][game->falling->pos[1].y] = game->falling->img; in shape_fall()
576 game->grid[game->falling->pos[2].x][game->falling->pos[2].y] = game->falling->img; in shape_fall()
577 game->grid[game->falling->pos[3].x][game->falling->pos[3].y] = game->falling->img; in shape_fall()
578 …check_lines(min(game->falling->pos[0].y, game->falling->pos[1].y, game->falling->pos[2].y, game->f… in shape_fall()
[all …]
/dports/games/rocksndiamonds/rocksndiamonds/Contributions/Contributions_2003/rnd_edward_leuf/graphics/
H A Dgraphicsinfo.conf603 emerald.falling.xpos: 0
604 emerald.falling.ypos: 0
605 emerald.falling.frames: 2
606 emerald.falling.delay: 4
625 diamond.falling.xpos: 2
626 diamond.falling.ypos: 0
627 diamond.falling.frames: 2
628 diamond.falling.delay: 4
1593 emerald_yellow.falling.xpos: 0
1594 emerald_yellow.falling.ypos: 0
[all …]
/dports/emulators/x49gp/x49gp/x49gp-code/
H A DHP49GP_IO_PORT157 1 falling edge
158 2 falling edge
163 7 falling edge
165 8 falling edge
174 16 falling edge
175 17 falling edge
176 18 falling edge
177 19 falling edge
178 20 falling edge
179 21 falling edge
[all …]
/dports/games/rocksndiamonds/rocksndiamonds/Walpurgis Collection/Walpurgis Gardens/graphics/
H A Dgraphicsinfo.conf257 custom_2.falling.xpos: 0
258 custom_2.falling.ypos: 1
259 custom_2.falling.frames: 4
260 custom_2.falling.delay: 2
288 custom_3.falling.xpos: 4
289 custom_3.falling.ypos: 1
290 custom_3.falling.frames: 4
291 custom_3.falling.delay: 2
319 custom_4.falling.xpos: 8
320 custom_4.falling.ypos: 1
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/data/images/creatures/laptop/
H A Dlaptop.sprite16 (action (name "falling-left")
20 (action (name "falling-right")
22 (mirror-action "falling-left"))
36 (images "laptop-falling-left.png"
40 "laptop-falling-left.png"
44 "laptop-falling-left.png"
/dports/games/vultures-eye/vulture-2.3.67/slashem/dat/
H A DIce.des62 TRAP:"falling rock",random
63 TRAP:"falling rock",random
64 TRAP:"falling rock",random
65 TRAP:"falling rock",random
66 TRAP:"falling rock",random
67 TRAP:"falling rock",random
125 TRAP:"falling rock",random
126 TRAP:"falling rock",random
127 TRAP:"falling rock",random
128 TRAP:"falling rock",random
[all …]
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/gui/components/graphics/
H A DVGATest.java18 private boolean falling; field in VGATest.TestData
20 … private TestData(int high, int low, boolean neg, int sync, boolean rising, boolean falling) { in TestData() argument
26 this.falling = falling; in TestData()
52 assertEquals(td.falling, fallingEdge); in testSyncDetector()
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/matchers/
H A DExpLoss.pm75 falling => '\d+(\.\d+)?',
108 my $falling = $self->{param}{falling} // $rising;
126 $falling_cnt = ($loss <= $falling) ? $falling_cnt + 1 : 0;
140 my $res = (($result >= $rising) or ($data->{prevmatch} and $result >= $falling));
/dports/games/supertux2/SuperTux-v0.6.3-Source/data/images/creatures/kugelblitz/
H A Dkugelblitz.sprite3 (name "falling")
5 (images "falling-0.png"
6 "falling-1.png"
7 "falling-2.png"))
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/comedi/drivers/
H A Dni_6527.c276 unsigned int falling) in ni6527_set_edge_detection() argument
281 falling &= mask; in ni6527_set_edge_detection()
290 falling |= readb(dev->mmio + in ni6527_set_edge_detection()
298 writeb(falling & 0xff, in ni6527_set_edge_detection()
302 falling >>= 8; in ni6527_set_edge_detection()
313 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local
321 falling = data[2]; in ni6527_intr_insn_config()
322 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config()
332 falling = 0; in ni6527_intr_insn_config()
340 falling = 0; in ni6527_intr_insn_config()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/comedi/drivers/
H A Dni_6527.c276 unsigned int falling) in ni6527_set_edge_detection() argument
281 falling &= mask; in ni6527_set_edge_detection()
290 falling |= readb(dev->mmio + in ni6527_set_edge_detection()
298 writeb(falling & 0xff, in ni6527_set_edge_detection()
302 falling >>= 8; in ni6527_set_edge_detection()
313 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local
321 falling = data[2]; in ni6527_intr_insn_config()
322 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config()
332 falling = 0; in ni6527_intr_insn_config()
340 falling = 0; in ni6527_intr_insn_config()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/comedi/drivers/
H A Dni_6527.c276 unsigned int falling) in ni6527_set_edge_detection() argument
281 falling &= mask; in ni6527_set_edge_detection()
290 falling |= readb(dev->mmio + in ni6527_set_edge_detection()
298 writeb(falling & 0xff, in ni6527_set_edge_detection()
302 falling >>= 8; in ni6527_set_edge_detection()
313 unsigned int rising, falling, shift; in ni6527_intr_insn_config() local
321 falling = data[2]; in ni6527_intr_insn_config()
322 ni6527_set_edge_detection(dev, mask, rising, falling); in ni6527_intr_insn_config()
332 falling = 0; in ni6527_intr_insn_config()
340 falling = 0; in ni6527_intr_insn_config()
[all …]
/dports/devel/trellis/prjtrellis-5eb0ad87/timing/util/
H A Dparse_sdf.py19 def __init__(self, from_pin, to_pin, rising, falling): argument
23 self.falling = falling
41 def __init__(self, from_net, to_net, rising, falling): argument
45 self.falling = falling
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_classic_emc.ecs/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_crazy_mine_01.ecs/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_den_mine_05/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_down_under_mine_10/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_eagle_mine_10.aga/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_elvis_mine_5.aga/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_emerald_mine_04/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_emerald_mine_13/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_emerald_mine_original_1/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_forgotten_mine_1.aga/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_gold_nuggets_1/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]
/dports/games/rocksndiamonds-data/rocksndiamonds-data-20131106_2/Emerald_Mine_Club/gfx_into_aladdins_caves_1/graphics/
H A Dgic_v4_base.conf52 rock.falling.xpos: 7
53 rock.falling.ypos: 0
54 rock.falling.frames: 7
55 rock.falling.offset: 64
123 diamond.falling.xpos: 27
124 diamond.falling.ypos: 0
451 bomb.falling.xpos: 10
452 bomb.falling.ypos: 4
453 bomb.falling.frames: 7
1104 nut.falling.xpos: 7
[all …]

12345678910>>...109