Home
last modified time | relevance | path

Searched refs:island (Results 1 – 25 of 2875) sorted by relevance

12345678910>>...115

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/endgame/
H A Disland.cpp16 } island; variable
21 memset(&island, 0, sizeof(island)); in island_init()
23 island.timer = 0; in island_init()
26 island.scene_length = (!island.survives) ? 900 : 750; in island_init()
31 island.trees_x = island.scene_x; in island_init()
35 island.y = (island.scene_y - sprites[SPR_ISLAND].h) << CSF; in island_init()
46 if (island.timer >= island.scene_length) in island_tick()
62 island.y += island.speed; in island_tick()
63 island.timer++; in island_tick()
68 set_clip_rect(island.scene_x, island.scene_y, \ in island_tick()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dearth-1deg.g230 ( 60 "island" "Azores")
233 ( 63 "island" "Bioko")
245 ( 75 "island" "Marajo")
254 ( 84 "island" "Cuba")
262 ( 92 "island" "Tobago")
268 ( 98 "island" "Pemba")
290 ( 120 "island" "Fiji")
294 ( 124 "island" "Guam")
296 ( 126 "island" "Oahu")
327 ( 157 "island" "Bali")
[all …]
H A Dearth-50km.g415 ( 60 "island" "Azores")
418 ( 63 "island" "Bioko")
430 ( 75 "island" "Marajo")
439 ( 84 "island" "Cuba")
453 ( 98 "island" "Pemba")
475 ( 120 "island" "Fiji")
479 ( 124 "island" "Guam")
481 ( 126 "island" "Oahu")
512 ( 157 "island" "Bali")
515 ( 160 "island" "Java")
[all …]
H A Dnoram.g412 ( 60 "island" "Azores")
415 ( 63 "island" "Bioko")
427 ( 75 "island" "Marajo")
436 ( 84 "island" "Cuba")
450 ( 98 "island" "Pemba")
472 ( 120 "island" "Fiji")
476 ( 124 "island" "Guam")
478 ( 126 "island" "Oahu")
509 ( 157 "island" "Bali")
512 ( 160 "island" "Java")
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/endgame/
H A Disland.cpp23 } island; variable
27 memset(&island, 0, sizeof(island)); in island_init()
29 island.timer = 0; in island_init()
32 island.scene_length = (!island.survives) ? 900 : 750; in island_init()
37 island.trees_x = island.scene_x; in island_init()
52 if (island.timer >= island.scene_length) in island_tick()
58 if (island.survives) in island_tick()
60 switch (island.timer) in island_tick()
69 island.speed = 0; in island_tick()
74 island.y += island.speed; in island_tick()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/Dynamics/
H A DbtSimulationIslandManagerMt.cpp39 …return calcBatchCost( island->bodyArray.size(), island->manifoldArray.size(), island->constraintAr… in calcBatchCost()
175 island->id = -1; in initIslandPools()
185 if ( island == NULL ) in getIsland()
198 return island; in getIsland()
204 Island* island = NULL; in allocateIsland() local
218 return island; in allocateIsland()
245 if ( island ) in allocateIsland()
256 if ( island == NULL ) in allocateIsland()
260 island->id = id; in allocateIsland()
267 m_batchIsland = island; in allocateIsland()
[all …]
/dports/x11/xterm/xterm-370/package/debian/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 22 Sep 2021 18:23:43 -0400
11 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 10 Jun 2021 04:13:52 -0400
17 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 27 Apr 2021 20:02:52 -0400
23 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 22 Feb 2021 16:18:59 -0500
29 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 08 Feb 2021 15:30:49 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 03 Feb 2021 15:56:34 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 27 Dec 2020 07:20:40 -0500
47 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 15 Nov 2020 11:38:35 -0500
53 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 18 Oct 2020 06:27:36 -0400
59 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 26 Sep 2020 08:39:10 -0400
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/Dynamics/
H A DbtSimulationIslandManagerMt.cpp38 …return calcBatchCost(island->bodyArray.size(), island->manifoldArray.size(), island->constraintArr… in calcBatchCost()
166 island->id = -1; in initIslandPools()
177 if (island == NULL) in getIsland()
190 return island; in getIsland()
195 Island* island = NULL; in allocateIsland() local
209 return island; in allocateIsland()
231 island->id = id; in allocateIsland()
236 if (island) in allocateIsland()
247 if (island == NULL) in allocateIsland()
251 island->id = id; in allocateIsland()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/Dynamics/
H A DbtSimulationIslandManagerMt.cpp38 …return calcBatchCost(island->bodyArray.size(), island->manifoldArray.size(), island->constraintArr… in calcBatchCost()
166 island->id = -1; in initIslandPools()
177 if (island == NULL) in getIsland()
190 return island; in getIsland()
195 Island* island = NULL; in allocateIsland() local
209 return island; in allocateIsland()
231 island->id = id; in allocateIsland()
236 if (island) in allocateIsland()
247 if (island == NULL) in allocateIsland()
251 island->id = id; in allocateIsland()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Dynamics/
H A DbtSimulationIslandManagerMt.cpp38 …return calcBatchCost(island->bodyArray.size(), island->manifoldArray.size(), island->constraintArr… in calcBatchCost()
166 island->id = -1; in initIslandPools()
175 if (island == NULL) in getIsland()
188 return island; in getIsland()
193 Island* island = NULL; in allocateIsland() local
207 return island; in allocateIsland()
229 island->id = id; in allocateIsland()
234 if (island) in allocateIsland()
245 if (island == NULL) in allocateIsland()
249 island->id = id; in allocateIsland()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Dynamics/
H A DbtSimulationIslandManagerMt.cpp38 …return calcBatchCost(island->bodyArray.size(), island->manifoldArray.size(), island->constraintArr… in calcBatchCost()
166 island->id = -1; in initIslandPools()
175 if (island == NULL) in getIsland()
188 return island; in getIsland()
193 Island* island = NULL; in allocateIsland() local
207 return island; in allocateIsland()
229 island->id = id; in allocateIsland()
234 if (island) in allocateIsland()
245 if (island == NULL) in allocateIsland()
249 island->id = id; in allocateIsland()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/Dynamics/
H A DbtSimulationIslandManagerMt.cpp38 …return calcBatchCost(island->bodyArray.size(), island->manifoldArray.size(), island->constraintArr… in calcBatchCost()
166 island->id = -1; in initIslandPools()
177 if (island == NULL) in getIsland()
190 return island; in getIsland()
195 Island* island = NULL; in allocateIsland() local
209 return island; in allocateIsland()
231 island->id = id; in allocateIsland()
236 if (island) in allocateIsland()
247 if (island == NULL) in allocateIsland()
251 island->id = id; in allocateIsland()
[all …]
/dports/games/opensonic/opensnc-src-0.1.4/themes/
H A Disland.brk3 // island.brk - Brick theme
14 source_file images/island.png
35 source_file images/island.png
56 source_file images/island.png
77 source_file images/island.png
98 source_file images/island.png
119 source_file images/island.png
140 source_file images/island.png
161 source_file images/island.png
182 source_file images/island.png
[all …]
/dports/devel/cdialog/dialog-1.3-20201126/package/debian/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 26 Jul 2020 11:17:16 -0400
11 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 19 Mar 2020 05:02:12 -0400
17 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 20:31:15 -0500
23 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 31 Dec 2019 15:37:41 -0500
29 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 10 Dec 2019 17:19:19 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 09 Dec 2019 04:14:47 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 10 Nov 2019 17:48:23 -0500
47 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 25 Sep 2019 04:37:53 -0400
53 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 23 Sep 2019 05:13:54 -0400
59 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 08 Aug 2019 16:54:08 -0400
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/GemGrabbers.ocs/
H A DMap.c61 var island = {Algo = MAPALGO_Polygon}; in DrawMainIsland() local
68island = {Algo = MAPALGO_Turbulence, Iterations = 4, Amplitude = [10, 6], Seed = Random(65536), Op… in DrawMainIsland()
69 Draw("Earth", island); in DrawMainIsland()
74 DrawIslandMat("Tunnel", island, 3, 10); in DrawMainIsland()
75 DrawIslandMat("Water", island, 4, 8); in DrawMainIsland()
76 DrawIslandMat("Gold", island, 3, 6); in DrawMainIsland()
77 DrawIslandMat("Ore", island, 6, 12); in DrawMainIsland()
79 DrawIslandMat("Coal", island, 6, 12); in DrawMainIsland()
114 Draw("Earth", island); in DrawIsland()
122 DrawIslandMat(mat, island, 4, 18); in DrawIsland()
[all …]
H A DScript.c383 island_cond = Loc_Not(Loc_InRect(island[0], island[1], island[2], island[3])); in FindIslands()
387 …island_cond = Loc_And(island_cond, Loc_Not(Loc_InRect(island[0], island[1], island[2], island[3]))… in FindIslands()
430 PlaceObjects(Loam, amount + RandomX(1, 3), "Earth", island[0], island[1], island[2], island[3]); in ProvideIsland()
432 …var spot = FindLocation(Loc_InRect(island[0], island[1], island[2], island[3] / 2), Loc_Wall(CNAT_… in ProvideIsland()
468 PlaceObjects(Wood, amount + Random(2), "Earth", island[0], island[1], island[2], island[3]); in ProvideIsland()
469 PlaceObjects(Metal, amount + Random(2), "Earth", island[0], island[1], island[2], island[3]); in ProvideIsland()
475 …BerryBush->Place(Random(amount + 1), Shape->Rectangle(island[0], island[1] - 80, island[2], island in ProvideIsland()
477 PlaceObjects(Wood, amount + Random(2), "Earth", island[0], island[1], island[2], island[3]); in ProvideIsland()
478 PlaceObjects(Metal, amount + Random(2), "Earth", island[0], island[1], island[2], island[3]); in ProvideIsland()
490 …BerryBush->Place(amount + Random(2), Shape->Rectangle(island[0], island[1] - 80, island[2], island in ProvideIsland()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/pcad/
H A Dpcb_polygon.cpp59 int i, island; in ~PCB_POLYGON() local
66 for( island = 0; island < (int) m_cutouts.GetCount(); island++ ) in ~PCB_POLYGON()
70 delete (*m_cutouts[island])[i]; in ~PCB_POLYGON()
73 delete m_cutouts[island]; in ~PCB_POLYGON()
76 for( island = 0; island < (int) m_islands.GetCount(); island++ ) in ~PCB_POLYGON()
80 delete (*m_islands[island])[i]; in ~PCB_POLYGON()
83 delete m_islands[island]; in ~PCB_POLYGON()
248 int i, island; in SetPosOffset() local
258 for( island = 0; island < (int) m_islands.GetCount(); island++ ) in SetPosOffset()
262 (*m_islands[island])[i]->x += aX_offs; in SetPosOffset()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_islands.c334 struct FaceIsland *island = MEM_callocN(sizeof(*island), __func__); in bm_mesh_calc_uv_islands() local
335 island->faces = faces; in bm_mesh_calc_uv_islands()
336 island->faces_len = faces_len; in bm_mesh_calc_uv_islands()
338 island->aspect_y = aspect_y; in bm_mesh_calc_uv_islands()
412 island->faces, island->faces_len, 1.0f / island->aspect_y, island->cd_loop_uv_offset); in ED_uvedit_pack_islands_multi()
416 island->faces, island->faces_len, rotate_align_axis, island->cd_loop_uv_offset); in ED_uvedit_pack_islands_multi()
420 island->faces, island->faces_len, island->aspect_y, island->cd_loop_uv_offset); in ED_uvedit_pack_islands_multi()
425 island->faces, island->faces_len, island->cd_loop_uv_offset, &island->bounds_rect); in ED_uvedit_pack_islands_multi()
434 island_array[index] = island; in ED_uvedit_pack_islands_multi()
467 island->bounds_rect.xmin, in ED_uvedit_pack_islands_multi()
[all …]
/dports/editors/textadept/cdk-5.0-20200923/package/debian/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 23 Sep 2020 03:58:51 -0400
11 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 19:42:46 -0500
17 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 31 Dec 2019 15:19:59 -0500
23 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 02 Mar 2019 08:42:14 -0500
29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 22 Feb 2019 20:02:28 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 14 Feb 2019 04:50:28 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 06 Mar 2018 17:14:39 -0500
47 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 09 Dec 2017 11:13:06 -0500
53 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 18 Sep 2017 16:51:28 -0400
59 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 10 Dec 2016 08:04:19 -0500
[all …]
/dports/editors/textadept/cdk-5.0-20200923/package/debian-mingw64/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 23 Sep 2020 03:58:51 -0400
11 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 19:42:46 -0500
17 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 31 Dec 2019 15:19:59 -0500
23 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 02 Mar 2019 08:42:14 -0500
29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 22 Feb 2019 20:02:28 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 14 Feb 2019 04:50:28 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 06 Mar 2018 17:14:39 -0500
47 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 09 Dec 2017 11:13:06 -0500
53 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 18 Sep 2017 16:51:28 -0400
59 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 10 Dec 2016 08:04:19 -0500
[all …]
/dports/editors/textadept/cdk-5.0-20200923/package/debian-mingw/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 23 Sep 2020 03:58:51 -0400
11 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 19:42:46 -0500
17 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 31 Dec 2019 15:19:59 -0500
23 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 02 Mar 2019 08:42:14 -0500
29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 22 Feb 2019 20:02:28 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 14 Feb 2019 04:50:28 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 06 Mar 2018 17:14:39 -0500
47 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 09 Dec 2017 11:13:06 -0500
53 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 18 Sep 2017 16:51:28 -0400
59 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 10 Dec 2016 08:04:19 -0500
[all …]
/dports/lang/mawk/mawk-1.3.4-20190203/package/debian/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 03 Feb 2019 17:12:28 -0400
11 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 28 Jan 2019 21:06:36 -0500
17 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 14 Nov 2018 19:35:11 -0500
23 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 16 Oct 2017 20:39:56 -0400
29 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 20 Nov 2016 19:24:02 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 07 Nov 2016 16:36:53 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 30 Sep 2016 13:10:38 -0400
47 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 26 Sep 2016 21:00:51 -0400
53 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 18 Sep 2016 11:50:44 -0400
59 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 05 Sep 2016 09:36:11 -0400
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/compiler/passes/
H A Dislands.cpp22 const std::string &island) in is_within_same_island() argument
47 && gr.metadata(dataNode).get<Island>().island != island) in is_within_same_island()
59 && gr.metadata(prod_h).get<Island>().island == island) in is_within_same_island()
63 && gr.metadata(cons_h).get<Island>().island == island); in is_within_same_island()
81 const auto island = gr.metadata(nh).get<Island>().island; in initIslands() local
86 if (is_within_same_island(gr, in_data_node, island)) in initIslands()
88 gr.metadata(in_data_node).set(Island{island}); in initIslands()
138 island_counters[gr.metadata(nh).get<Island>().island] = 0; in checkIslands()
213 const auto island = gr.metadata(nh).get<Island>().island; in checkIslandsContent() local
214 auto island_backend_it = backends_of_islands.find(island); in checkIslandsContent()
[all …]
/dports/audio/mumble/mumble-1.3.3/3rdparty/mach-override-src/
H A Dmach_override.c106 BranchIsland **island,
112 BranchIsland *island );
117 BranchIsland *island,
383 BranchIsland **island, in allocateBranchIsland() argument
387 assert( island ); in allocateBranchIsland()
435 *island = block; in allocateBranchIsland()
455 BranchIsland *island ) in freeBranchIsland() argument
457 assert( island ); in freeBranchIsland()
467 free( island ); in freeBranchIsland()
487 BranchIsland *island, in setBranchIslandTarget() argument
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/HorridHighway.ocs/
H A DMap.c44island = {Algo = MAPALGO_Or, Op = [island, {Algo = MAPALGO_Turbulence, Amplitude = 16, Scale = 12,… in DrawLeftIsland()
45island = {Algo = MAPALGO_Or, Op = [island, {Algo = MAPALGO_Turbulence, Amplitude = 16, Scale = 12,… in DrawLeftIsland()
46 Draw("Earth-earth", island); in DrawLeftIsland()
50 DrawMaterial("Rock", island, 4, 10); in DrawLeftIsland()
51 DrawMaterial("Ore", island, 4, 10); in DrawLeftIsland()
52 DrawMaterial("Coal", island, 4, 10); in DrawLeftIsland()
110island = {Algo = MAPALGO_Or, Op = [island, {Algo = MAPALGO_Turbulence, Amplitude = 16, Scale = 12,… in DrawRightIsland()
111island = {Algo = MAPALGO_Or, Op = [island, {Algo = MAPALGO_Turbulence, Amplitude = 16, Scale = 12,… in DrawRightIsland()
112 Draw("Earth-earth", island); in DrawRightIsland()
117 DrawMaterial("Ore", island, 4, 10); in DrawRightIsland()
[all …]

12345678910>>...115