Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 9648) sorted by relevance

12345678910>>...386

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_telept.c58 thing->player->viewz = thing->z + thing->height - thing->player->viewheight; in P_MixUp()
60 thing->player->viewz = thing->z + thing->player->viewheight; in P_MixUp()
78 thing->player->cmomx = thing->player->cmomy = 0; in P_MixUp()
79 thing->player->rmomx = thing->player->rmomy = 0; in P_MixUp()
106 thing->momx = thing->momy = thing->momz = 0; in P_MixUp()
129 thing->momx = thing->momy = thing->momz = 0; in P_Teleport()
131 P_InstaThrust(thing, angle, FixedHypot(thing->momx, thing->momy)); in P_Teleport()
136 thing->player->viewz = thing->z + thing->height - thing->player->viewheight; in P_Teleport()
138 thing->player->viewz = thing->z + thing->player->viewheight; in P_Teleport()
152 thing->player->cmomx = thing->player->cmomy = 0; in P_Teleport()
[all …]
/dports/games/golddig/golddigC3.1/
H A Dmovement.c266 lpos = (thing->xpos >> 1)*ysize + (thing->ypos >> 1);
272 if((thing->xpos & 1) || (thing->ypos & 1)) {
309 allow_area(thing->xpos >> 1,thing->ypos >> 1);
381 setchar(thing->xpos >> 1,thing->ypos >> 1,thing->hold);
404 if(thing->dir == LEFT || thing->dir == RIGHT)
411 if(thing->dir == LEFT || thing->dir == RIGHT)
418 if(thing->dir == UP || thing->dir == DOWN)
425 if(thing->dir == UP || thing->dir == DOWN)
439 setchar(thing->xpos >> 1,thing->ypos >> 1,thing->hold);
441 allow_area(thing->xpos >> 1,thing->ypos >> 1);
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_telept.c65 aboveFloor = thing->z - thing->floorz; in P_Teleport()
75 thing->z = thing->floorz + aboveFloor; in P_Teleport()
76 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
78 thing->z = thing->ceilingz - thing->height; in P_Teleport()
84 thing->z = thing->floorz; in P_Teleport()
94 thing->z = thing->floorz + aboveFloor; in P_Teleport()
95 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
97 thing->z = thing->ceilingz - thing->height; in P_Teleport()
102 thing->z = thing->floorz; in P_Teleport()
141 thing->momx = thing->momy = thing->momz = 0; in P_Teleport()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_telept.c65 aboveFloor = thing->z - thing->floorz; in P_Teleport()
75 thing->z = thing->floorz + aboveFloor; in P_Teleport()
76 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
78 thing->z = thing->ceilingz - thing->height; in P_Teleport()
84 thing->z = thing->floorz; in P_Teleport()
94 thing->z = thing->floorz + aboveFloor; in P_Teleport()
95 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
97 thing->z = thing->ceilingz - thing->height; in P_Teleport()
102 thing->z = thing->floorz; in P_Teleport()
141 thing->momx = thing->momy = thing->momz = 0; in P_Teleport()
[all …]
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_telept.c58 aboveFloor = thing->z-thing->floorz; in P_Teleport()
68 thing->z = thing->floorz+aboveFloor; in P_Teleport()
69 if(thing->z+thing->height > thing->ceilingz) in P_Teleport()
71 thing->z = thing->ceilingz-thing->height; in P_Teleport()
77 thing->z = thing->floorz; in P_Teleport()
87 thing->z = thing->floorz+aboveFloor; in P_Teleport()
88 if(thing->z+thing->height > thing->ceilingz) in P_Teleport()
90 thing->z = thing->ceilingz-thing->height; in P_Teleport()
95 thing->z = thing->floorz; in P_Teleport()
133 thing->momx = thing->momy = thing->momz = 0; in P_Teleport()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_telept.c44 aboveFloor = thing->z - thing->floorz; in P_Teleport()
54 thing->z = thing->floorz + aboveFloor; in P_Teleport()
55 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
57 thing->z = thing->ceilingz - thing->height; in P_Teleport()
63 thing->z = thing->floorz; in P_Teleport()
70 thing->z = thing->floorz + aboveFloor; in P_Teleport()
71 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
73 thing->z = thing->ceilingz - thing->height; in P_Teleport()
78 thing->z = thing->floorz; in P_Teleport()
88 if (thing->player && !thing->player->powers[pw_weaponlevel2]) in P_Teleport()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_telept.c44 aboveFloor = thing->z - thing->floorz; in P_Teleport()
54 thing->z = thing->floorz + aboveFloor; in P_Teleport()
55 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
57 thing->z = thing->ceilingz - thing->height; in P_Teleport()
63 thing->z = thing->floorz; in P_Teleport()
70 thing->z = thing->floorz + aboveFloor; in P_Teleport()
71 if (thing->z + thing->height > thing->ceilingz) in P_Teleport()
73 thing->z = thing->ceilingz - thing->height; in P_Teleport()
78 thing->z = thing->floorz; in P_Teleport()
88 if (thing->player && !thing->player->powers[pw_weaponlevel2]) in P_Teleport()
[all …]
/dports/games/heretic/glheretic-1.2/
H A Dp_telept.c30 aboveFloor = thing->z-thing->floorz; in P_Teleport()
40 thing->z = thing->floorz+aboveFloor; in P_Teleport()
41 if(thing->z+thing->height > thing->ceilingz) in P_Teleport()
43 thing->z = thing->ceilingz-thing->height; in P_Teleport()
49 thing->z = thing->floorz; in P_Teleport()
56 thing->z = thing->floorz+aboveFloor; in P_Teleport()
57 if(thing->z+thing->height > thing->ceilingz) in P_Teleport()
59 thing->z = thing->ceilingz-thing->height; in P_Teleport()
64 thing->z = thing->floorz; in P_Teleport()
74 if(thing->player && !thing->player->powers[pw_weaponlevel2]) in P_Teleport()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_telept.c70 player_t * player = (thing->player && thing->player->mo == thing) ? in P_Teleport()
75 aboveFloor = thing->z - thing->floorz; in P_Teleport()
86 thing->z = thing->floorz+aboveFloor; in P_Teleport()
87 if(thing->z+thing->height > thing->ceilingz) in P_Teleport()
88 thing->z = thing->ceilingz - thing->height; in P_Teleport()
96 thing->z = thing->floorz+aboveFloor; in P_Teleport()
97 if(thing->z+thing->height > thing->ceilingz) in P_Teleport()
98 thing->z = thing->ceilingz - thing->height; in P_Teleport()
155 thing->momx = thing->momy = thing->momz = 0; in P_Teleport()
274 thing->z = z + thing->floorz; in EV_SilentTeleport()
[all …]
/dports/devel/jsonnet/jsonnet-0.17.0/test_suite/
H A Dformat.jsonnet41 std.assertEqual(std.format('thing-%d', [10]), 'thing-10') &&
42 std.assertEqual(std.format('thing-%#ld', [10]), 'thing-10') &&
43 std.assertEqual(std.format('thing-%d', [-10]), 'thing--10') &&
44 std.assertEqual(std.format('thing-%4d', [10]), 'thing- 10') &&
45 std.assertEqual(std.format('thing-%04d', [10]), 'thing-0010') &&
46 std.assertEqual(std.format('thing-% d', [10]), 'thing- 10') &&
47 std.assertEqual(std.format('thing-%- 4d', [10]), 'thing- 10 ') &&
48 std.assertEqual(std.format('thing-% d', [-10]), 'thing--10') &&
79 std.assertEqual(std.format('thing-%o', [10]), 'thing-12') &&
80 std.assertEqual(std.format('thing-%lo', [10]), 'thing-12') &&
[all …]
/dports/devel/py-jsonnet/jsonnet-0.17.0/test_suite/
H A Dformat.jsonnet41 std.assertEqual(std.format('thing-%d', [10]), 'thing-10') &&
42 std.assertEqual(std.format('thing-%#ld', [10]), 'thing-10') &&
43 std.assertEqual(std.format('thing-%d', [-10]), 'thing--10') &&
44 std.assertEqual(std.format('thing-%4d', [10]), 'thing- 10') &&
45 std.assertEqual(std.format('thing-%04d', [10]), 'thing-0010') &&
46 std.assertEqual(std.format('thing-% d', [10]), 'thing- 10') &&
47 std.assertEqual(std.format('thing-%- 4d', [10]), 'thing- 10 ') &&
48 std.assertEqual(std.format('thing-% d', [-10]), 'thing--10') &&
79 std.assertEqual(std.format('thing-%o', [10]), 'thing-12') &&
80 std.assertEqual(std.format('thing-%lo', [10]), 'thing-12') &&
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/devel/py-thrift/thrift-0.14.0/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/devel/thrift/thrift-0.14.0/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/devel/node-thrift/thrift-0.14.0/test/cl/
H A Dimplementation.lisp20 thing)
24 thing)
28 thing)
32 thing)
36 thing)
40 thing)
44 thing)
48 thing)
52 thing)
56 thing)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/markdown_cache/active_record/
H A Dextension_spec.rb30 thing.title = thing.title
31 thing.save!
45 thing.save!
56 thing.save!
58 thing.save!
66 thing.save!
68 thing.save!
77 thing.save!
90 thing.save!
102 thing.save!
[all …]
/dports/games/eureka/eureka-1.27b-source/games/
H A Dharm1.ugh71 thing 14 p t 16 FATBA3A7 "Teleport exit"
73 thing 5 k nl 20 BKEY "Green keycard" 0.30
74 thing 6 k nl 20 YKEY "Yellow keycard" 0.30
75 thing 13 k nl 20 RKEY "Purple keycard" 0.30
76 thing 38 k nl 20 BSKU "Green PP key" 0.30
150 thing 3002 - - 30 NULL "Window smash fx"
151 thing 67 - - 48 NULL "THING #67 fx"
152 thing 79 - - 20 NULL "Crate explode fx"
154 thing 87 - nl 16 NULL "Spawn spot"
155 thing 88 - - 16 NULL "Boss brain"
[all …]
/dports/games/eureka/eureka-1.27b-source/common/
H A Ddoom_things.ugh30 # Definition of thing groups
69 thing 2001 w n 20 SHOT "Shotgun"
73 thing 2006 w n 20 BFUG "BFG9000"
75 thing 2007 a n 20 CLIP "Clip"
77 thing 2008 a n 20 SHEL "Shells"
79 thing 2010 a n 20 ROCK "Rocket"
115 thing 2035 d - 10 BAR1 "Barrel"
149 thing 2028 l l 16 COLU "Lamp"
150 thing 34 l ln 16 CAND "Candle"
162 thing 3001 m - 20 TROO "Imp"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/perl/
H A DTestServer.pl186 return $thing;
194 return $thing;
201 return $thing;
208 return $thing;
215 return $thing;
222 return $thing;
243 return $thing;
268 return $thing;
279 return $thing;
294 return $thing;
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/perl/
H A DTestServer.pl186 return $thing;
194 return $thing;
201 return $thing;
208 return $thing;
215 return $thing;
222 return $thing;
243 return $thing;
268 return $thing;
279 return $thing;
294 return $thing;
[all …]

12345678910>>...386