Home
last modified time | relevance | path

Searched defs:corpse (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Ditem_type_name_test.cpp88 item corpse = item::make_corpse( mon_zombie ); variable
98 item corpse = item::make_corpse( mon_chicken ); variable
124 item corpse = item::make_corpse( mtype_id::NULL_ID(), calendar::turn, "" ); variable
132 item corpse = item::make_corpse( mon_zombie, calendar::turn, "" ); variable
140 item corpse = item::make_corpse( mon_chicken, calendar::turn, "" ); variable
150 item corpse = item::make_corpse( mtype_id::NULL_ID(), calendar::turn, "Dead Dude" ); variable
158 item corpse = item::make_corpse( mon_zombie, calendar::turn, "Deadite Jones" ); variable
166 item corpse = item::make_corpse( mon_chicken, calendar::turn, "Herb" ); variable
H A Ditem_tname_test.cpp162 item corpse = item::make_corpse( mtype_id::NULL_ID(), calendar::turn, "" ); variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Ditem_type_name_test.cpp88 item corpse = item::make_corpse( mon_zombie ); variable
98 item corpse = item::make_corpse( mon_chicken ); variable
124 item corpse = item::make_corpse( mtype_id::NULL_ID(), calendar::turn, "" ); variable
132 item corpse = item::make_corpse( mon_zombie, calendar::turn, "" ); variable
140 item corpse = item::make_corpse( mon_chicken, calendar::turn, "" ); variable
150 item corpse = item::make_corpse( mtype_id::NULL_ID(), calendar::turn, "Dead Dude" ); variable
158 item corpse = item::make_corpse( mon_zombie, calendar::turn, "Deadite Jones" ); variable
166 item corpse = item::make_corpse( mon_chicken, calendar::turn, "Herb" ); variable
H A Ditem_tname_test.cpp162 item corpse = item::make_corpse( mtype_id::NULL_ID(), calendar::turn, "" ); variable
/dports/games/avanor/avanor-0.5.8/item/
H A Dxtool.cpp52 XItem * corpse = cr->SelectItem(CorpseFiltr); in onUse() local
73 XCorpse * corpse = (XCorpse * )cooked_item.get(); in onUse() local
108 XCorpse * corpse = (XCorpse *)cooked_item.get(); in onUse() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/equip/
H A DSourceObject.java141 Corpse corpse = (Corpse) parent; in createSourceForContainedItem() local
153 Corpse corpse = (Corpse) parent; in createSourceForContainedItem() local
205 Corpse corpse = (Corpse) parent; in createSource() local
474 …private static void checkIfLootingIsRewardable(Player player, Corpse corpse, SourceObject source, … in checkIfLootingIsRewardable()
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_chromo.c108 entity *corpse ) in ga_chromosome_integer_deallocate()
332 void ga_chromosome_boolean_deallocate(population *pop, entity *corpse) in ga_chromosome_boolean_deallocate()
516 void ga_chromosome_double_deallocate(population *pop, entity *corpse) in ga_chromosome_double_deallocate()
720 void ga_chromosome_char_deallocate(population *pop, entity *corpse) in ga_chromosome_char_deallocate()
899 void ga_chromosome_bitstring_deallocate(population *pop, entity *corpse) in ga_chromosome_bitstring_deallocate()
1099 void ga_chromosome_list_deallocate(population *pop, entity *corpse) in ga_chromosome_list_deallocate()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/actions/admin/
H A DDestroyActionTest.java49 Corpse corpse = new Corpse("rat", 0, 0); in testPerform() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dactive_item_cache.h23 corpse, enumerator
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dactive_item_cache.h23 corpse, enumerator
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/actions/
H A DItemAccessPermissions.java50 Corpse corpse = (Corpse) parent; in mayAccessContainedEntity() local
/dports/games/omega/omega/
H A Dguild1.c305 char *name, *corpse, *melee = NULL; in l_arena() local
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/player/
H A DPlayerDieerTest.java75 Corpse corpse = new Corpse(hasRingGood, "test"); in testPlayerDieer() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcorpse.cc109 static void _bleed_monster_corpse(const item_def &corpse) in _bleed_monster_corpse()
H A Dmon-death.cc83 static bool _fill_out_corpse(const monster& mons, item_def& corpse) in _fill_out_corpse()
171 static bool _explode_corpse(item_def& corpse, const coord_def& where) in _explode_corpse()
394 static void _gold_pile(item_def &corpse, monster_type corpse_class) in _gold_pile()
426 static void _create_monster_hide(const item_def &corpse, bool silent) in _create_monster_hide()
494 static void _maybe_drop_monster_hide(const item_def &corpse, bool silent) in _maybe_drop_monster_hide()
556 item_def& corpse(env.item[o]); in place_monster_corpse() local
1043 static void _monster_die_cloud(const monster* mons, bool corpse, bool silent, in _monster_die_cloud()
2282 item_def* corpse = nullptr; in monster_die() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/
H A DKanmararnSoldiers.java132 private final Corpse corpse; field in KanmararnSoldiers.CorpseRefiller
138 public CorpseRefiller(final Corpse corpse, final String itemName, final String description) { in CorpseRefiller()
/dports/games/violetland/violetland-0.5/src/game/lifeforms/
H A DMonster.cpp134 StaticObject * corpse = new StaticObject(X, Y, m_width, m_height, in getCorpse() local
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dthread.c244 schedule_thread_post_mortem(struct thread *corpse) in schedule_thread_post_mortem()
267 plan_thread_post_mortem(struct thread *corpse) in plan_thread_post_mortem()
320 schedule_thread_post_mortem(struct thread *corpse) in schedule_thread_post_mortem()
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DUnitDieBState.cpp279 …BattleItem *corpse = new BattleItem(_parent->getRuleset()->getItem(_unit->getArmor()->getCorpseBat… in convertUnitToCorpse() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Mosquito.ocd/
H A DScript.c126 …var corpse = FindObject(Find_Distance(200), Find_NoContainer(), Find_Category(C4D_Living), Find_No… in LookForLovelyPlace() local
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/item/
H A DCaptureTheFlagFlagTest.java39 public void dropItemsOn(Corpse corpse) {} in dropItemsOn()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/creature/
H A DDomesticAnimal.java172 protected void dropItemsOn(final Corpse corpse) { in dropItemsOn()
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dbones.c184 savebones(corpse) in savebones() argument
/dports/games/nethack34/nethack-3.4.3/src/
H A Dbones.c193 savebones(corpse) in savebones() argument
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dbones.c193 savebones(corpse) in savebones() argument

1234567