Home
last modified time | relevance | path

Searched refs:sheep (Results 1 – 25 of 1991) sorted by relevance

12345678910>>...80

/dports/games/brainparty/brainparty/
H A Dmoonjump.cpp80 TheGame->DrawImage(sfcSheepRight, round(sheep->X), round(sheep->Y)); in Render()
82 TheGame->DrawImage(sfcSheepLeft, round(sheep->X), round(sheep->Y)); in Render()
103 sheep->X += sheep->XSpeed * TheGame->ElapsedSeconds; in Tick()
104 sheep->Y += sheep->YSpeed * TheGame->ElapsedSeconds; in Tick()
107 if (sheep->YSpeed > 200) sheep->YSpeed = 200; in Tick()
113 sheep->Y = 0; in Tick()
122 if (sheep->X < 0) { in Tick()
123 sheep->X = 0; in Tick()
125 sheep->XSpeed = abs((int)round(sheep->XSpeed)); in Tick()
131 sheep->XSpeed = -sheep->XSpeed; in Tick()
[all …]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDownloader/
H A DSheep.cpp61 setURL(sheep.fURL); in Sheep()
62 setFileName(sheep.fFileName); in Sheep()
63 fFileSize = sheep.fFileSize; in Sheep()
64 fWriteTime = sheep.fWriteTime; in Sheep()
65 fRating = sheep.fRating; in Sheep()
67 fSheepId = sheep.fSheepId; in Sheep()
68 fFirst = sheep.fFirst; in Sheep()
69 fLast = sheep.fLast; in Sheep()
70 fType = sheep.fType; in Sheep()
71 fDeleted = sheep.fDeleted; in Sheep()
[all …]
H A DSheepDownloader.cpp175 bool SheepDownloader::downloadSheep( Sheep *sheep ) in downloadSheep() argument
177 if( sheep->downloaded() ) in downloadSheep()
182 snprintf( tmp, 32, "Sheep #%d.%05d", sheep->generation(), sheep->id() ); in downloadSheep()
188 bool dlded = spDownload->Perform( sheep->URL() ); in downloadSheep()
216 …%05d=%05d=%05d=%05d.avi", Shepherd::mpegPath(), sheep->generation(), sheep->id(), sheep->firstId()… in downloadSheep()
674 void SheepDownloader::deleteSheep( Sheep *sheep ) in deleteSheep() argument
676 if (remove( sheep->fileName() ) != 0) in deleteSheep()
680 Shepherd::subClientFlockBytes(sheep->fileSize(), sheep->getGenerationType()); in deleteSheep()
683 sheep->setDeleted( true ); in deleteSheep()
686 size_t len = strlen( sheep->fileName() ); in deleteSheep()
[all …]
H A DSheepDownloader.h69 bool downloadSheep( Sheep *sheep );
112 void deleteSheep(Sheep *sheep);
132 static void addDownloadedSheep(int sheep) { fDownloadedSheep += sheep; } in addDownloadedSheep() argument
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/altar/
H A Dxom_sheep.des1 # Xom sends flaming dream sheep into four corners of the world.
24 local sheep = dgn.create_monster(p.x, p.y, 'generate_awake dream sheep')
25 if sheep then
27 sheeparray[nsheep] = sheep
33 local sheep = sheeparray[i]
34 sheep.add_ench("inner_flame", 1, 30000)
35 sheep.add_ench("sticky_flame", 1, 30000)
36 sheep.add_ench("fear", 1, 30000)
37 sheep.beh = flee
39 crawl.mpr("A dream sheep catches fire!", "warning")
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/city/
H A DSheepBuyerNPC.java112 sheep.add((Sheep) entity); in sheepInPen()
117 return sheep; in sheepInPen()
127 public void moveSheep(Sheep sheep) { in moveSheep() argument
131 StendhalRPZone zone = sheep.getZone(); in moveSheep()
147 sheep.getZone().remove(sheep); in moveSheep()
201 final Sheep sheep = player.getSheep(); in getCharge() local
202 return getValue(res, sheep); in getCharge()
213 final Sheep sheep = player.getSheep(); in transactAgreedDeal() local
215 if (sheep != null) { in transactAgreedDeal()
224 player.removeSheep(sheep); in transactAgreedDeal()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/cas/
H A Dca_herding_sheep_move.lua7 local sheep = AH.get_units_with_moves {
11 return sheep[1]
24 local sheep = get_next_sheep(cfg)
26 local reach_map = AH.get_reachable_unocc(sheep)
39 local x, y = sheep.x, sheep.y
51 if herding_area:get(x, y) or (not dogs[1]) or ((x == sheep.x) and (y == sheep.y)) then
52 AH.movefull_stopunit(ai, sheep, x, y)
54 AH.checked_move(ai, sheep, x, y)
H A Dca_herding_sheep_runs_dog.lua5 local sheep = AH.get_units_with_moves {
10 return sheep[1]
23 local sheep = get_next_sheep(cfg)
27 { "filter_adjacent", { x = sheep.x, y = sheep.y } }
33 …if (M.distance_between(dog.x, dog.y, c_x, c_y) >= M.distance_between(sheep.x, sheep.y, c_x, c_y)) …
36 local best_hex = AH.find_best_move(sheep, function(x, y)
40 AH.movefull_stopunit(ai, sheep, best_hex)
H A Dca_herding_sheep_runs_enemy.lua5 local sheep = AH.get_units_with_moves {
9 if (not sheep[1]) then return end
17 for _,single_sheep in ipairs(sheep) do
39 local sheep, close_enemies = get_next_sheep_enemies(cfg)
42 local best_hex = AH.find_best_move(sheep, function(x, y)
50 AH.movefull_stopunit(ai, sheep, best_hex)
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Runtime/Scripts/
H A Dplaylist.lua29 context.sheep = {}
92 context.sheep = {}
130 context.sheep[ _id ].deleted = true
259 context.sheep[ v.id ] = nil
274 context.sheep[ v.id ] = nil
295 context.sheep[ v.id ] = v
324 local res, msg = os.remove( context.sheep[v].filepath .. context.sheep[v].file )
335 context.sheep[ v ] = nil
531 local edge = edges:remove().sheep
550 local loop = loops:remove().sheep
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/misc/shearing/
H A Dfunctions.uc38 //Make the sheep run away after the deed is done
45 //Shear that sheep!
82 //our resident sheep expert
95 void startShearing (var sheep)
99 //The sheep is already sheared
100 if (sheep->get_item_flag(SHEARED))
119 script sheep { nohalt; call freeze; }
121 //Get in behind the sheep (oh, the jokes never cease)
124 gotoObject(sheep, sheep_offsetx, sheep_offsety, 0, shearSheep, sheep, SCRIPTED);
127 //sheep if the player cancels the go-to
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/player/
H A DPetOwner.java54 public void removeSheep(final Sheep sheep) { in removeSheep() argument
55 if (sheep != null) { in removeSheep()
56 sheep.setOwner(null); in removeSheep()
103 public void setSheep(final Sheep sheep) { in setSheep() argument
104 player.put(ATTR_SHEEP, sheep.getID().getObjectID()); in setSheep()
105 sheep.setOwner(player); in setSheep()
153 final Sheep sheep = player.getSheep(); in destroy() local
155 if (sheep != null) { in destroy()
156 sheep.getZone().remove(sheep); in destroy()
161 playerSheepManager.storeSheep(sheep); in destroy()
H A DPlayerSheepManager.java26 public void storeSheep(final Sheep sheep) { in storeSheep() argument
41 if (sheep.has("zoneid")) { in storeSheep()
42 zoneid = sheep.get("zoneid"); in storeSheep()
47 slot.add(sheep); in storeSheep()
50 sheep.put("zoneid", zoneid); in storeSheep()
53 player.put("sheep", sheep.getID().getObjectID()); in storeSheep()
/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dogg.c37 struct sheep { struct
47 struct sheep *file_data = (struct sheep *) void_data; in fake_read() argument
65 struct sheep *file_data = (struct sheep *) void_data; in fake_seek()
92 struct sheep *file_data = (struct sheep *) void_data; in fake_tell()
134 struct sheep file_data; in fmt_ogg_read_info()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/core/rp/
H A DStendhalRPActionTest.java235 final Sheep sheep = new Sheep(); in startAttackingPet() local
238 zone.add(sheep); in startAttackingPet()
240 StendhalRPAction.startAttack(hyde, sheep); in startAttackingPet()
244 sheep.setOwner(hyde); in startAttackingPet()
245 StendhalRPAction.startAttack(hyde, sheep); in startAttackingPet()
249 sheep.setOwner(jekyll); in startAttackingPet()
250 StendhalRPAction.startAttack(hyde, sheep); in startAttackingPet()
257 sheep.setOwner(null); in startAttackingPet()
261 StendhalRPAction.startAttack(hyde, sheep); in startAttackingPet()
270 sheep.setOwner(hyde); in startAttackingPet()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/dungeon/
H A DSheepBuyerNPC.java85 final Sheep sheep = player.getSheep(); in getCharge() local
86 …return Math.round(getUnitPrice(res.getChosenItemName()) * ((float) sheep.getWeight() / (float) She… in getCharge()
95 final Sheep sheep = player.getSheep(); in transactAgreedDeal() local
97 if (sheep != null) { in transactAgreedDeal()
98 if (seller.getEntity().squaredDistance(sheep) > 5 * 5) { in transactAgreedDeal()
104 player.removeSheep(sheep); in transactAgreedDeal()
107 sheep.getZone().remove(sheep); in transactAgreedDeal()
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/cdbi/
H A D15-accessor.t16 sub Class::DBI::sheep { ok 0; }
60 is $bt->sheep, 1, 'sheep bursting violently';
66 $data->{sheep} = 2;
69 is $bt->sheep, 2, 'sheep bursting violently';
79 is $bt->sheep, 1, 'sheep bursting violently';
85 $data->{sheep} = 1;
89 is $bt->sheep, 1, 'sheep bursting violently';
101 is $bt->sheep, 3, 'sheep bursting violently';
107 $data->{sheep} = 4;
113 is $bt->sheep, 4, 'sheep bursting violently';
[all …]
H A D98-failure.t40 is $btaste->numexplodingsheep, 1, "with 1 sheep";
44 my $sheep = Film->maximum_value_of('numexplodingsheep');
45 is $sheep, 1, "1 exploding sheep";
48 my $sheep = eval { Film->maximum_value_of('numexplodingsheep') };
/dports/games/battletanks/btanks-0.9.8083/engine/ai/
H A Dherd.cpp37 void ai::Herd::calculateV(v2<float> &velocity, Object *sheep, const int leader, const float distanc… in calculateV() argument
42 World->enumerate_objects(o_set, sheep, distance, NULL); in calculateV()
52 v2<float> pos = sheep->get_relative_position(o); in calculateV()
63 v2<int> pos = sheep->get_center_position().convert<int>() / tile_size; in calculateV()
65 const Matrix<int> &hint = Map->getAreaMatrix(sheep->registered_name); in calculateV()
80 if (o != NULL && !ZBox::sameBox(o->get_z(), sheep->get_z())) in calculateV()
85 v2<float> pos = sheep->get_relative_position(o); in calculateV()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/pet/
H A DForsakeAction.java51 final Sheep sheep = player.getSheep(); in onAction() local
53 if (sheep != null) { in onAction()
54 player.removeSheep(sheep); in onAction()
57 if (sheep.has(DB_ID)) { in onAction()
58 sheep.remove(DB_ID); in onAction()
60 new GameEvent(player.getName(), "leave", Integer.toString(sheep.getWeight())).raise(); in onAction()
/dports/devel/radare2/radare2-5.1.1/test/db/cmd/
H A Dcmd_aii8 aii sheep
15 sheep
24 aii sheep
32 sheep
/dports/databases/p5-Class-DBI/Class-DBI-v3.0.17/t/
H A D98-failure.t44 is $btaste->numexplodingsheep, 1, "with 1 sheep";
48 my $sheep = Film->maximum_value_of('numexplodingsheep');
49 is $sheep, 1, "1 exploding sheep";
52 my $sheep = eval { Film->maximum_value_of('numexplodingsheep') };
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t/
H A D98-failure.t44 is $btaste->numexplodingsheep, 1, "with 1 sheep";
48 my $sheep = Film->maximum_value_of('numexplodingsheep');
49 is $sheep, 1, "1 exploding sheep";
52 my $sheep = eval { Film->maximum_value_of('numexplodingsheep') };
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Runtime/
H A DInstructions.rtf25 sheep by pushing the up or down arrow key. These votes are transmitted\
26 to the server and used to drive the evolution of the flock: sheep that\
31 sheep by downloading additional software to design your own sheep and\
42 The sheep (as the AVI animations are called) are drawn algorithmically\
45 sheep that you get have been rendered by users of the screensaver all\
50 download sheep to play for your enjoyment, but it will also download\
61 or animations which are not sheep at all, and will not appear in the\
65 based on the sheep genomes, please visit http://www.scottdraves.com\
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t-rescache/
H A D98-failure.t50 is $btaste->numexplodingsheep, 1, "with 1 sheep";
54 my $sheep = Film->maximum_value_of('numexplodingsheep');
55 is $sheep, 1, "1 exploding sheep";
58 my $sheep = eval { Film->maximum_value_of('numexplodingsheep') };

12345678910>>...80