Home
last modified time | relevance | path

Searched refs:mobjinfo_t (Results 1 – 25 of 115) sorted by relevance

12345

/dports/games/vavoom/vavoom-1.33/source/
H A Dvc_package.h34 struct mobjinfo_t struct
40 friend VStream& operator<<(VStream&, mobjinfo_t&); argument
83 TArray<mobjinfo_t> MobjInfo;
84 TArray<mobjinfo_t> ScriptIds;
H A Dcommon.h47 struct mobjinfo_t;
H A Dvc_class.h272 static TArray<mobjinfo_t> GMobjInfos;
273 static TArray<mobjinfo_t> GScriptIds;
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Ddeh_thing.c29 DEH_BEGIN_MAPPING(thing_mapping, mobjinfo_t) in DEH_BEGIN_MAPPING() argument
58 mobjinfo_t *mobj; in DEH_BEGIN_MAPPING()
82 mobjinfo_t *mobj; in DEH_ThingParseLine()
89 mobj = (mobjinfo_t *) tag; in DEH_ThingParseLine()
H A Dp_mobj.h244 mobjinfo_t* info; // &mobjinfo[mobj->type]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Ddeh_thing.c29 DEH_BEGIN_MAPPING(thing_mapping, mobjinfo_t) in DEH_BEGIN_MAPPING() argument
59 mobjinfo_t *mobj; in DEH_BEGIN_MAPPING()
83 mobjinfo_t *mobj; in DEH_ThingParseLine()
90 mobj = (mobjinfo_t *) tag; in DEH_ThingParseLine()
H A Dp_mobj.h284 mobjinfo_t* info; // &mobjinfo[mobj->type]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Ddeh_thing.c29 DEH_BEGIN_MAPPING(thing_mapping, mobjinfo_t) in DEH_BEGIN_MAPPING() argument
59 mobjinfo_t *mobj; in DEH_BEGIN_MAPPING()
83 mobjinfo_t *mobj; in DEH_ThingParseLine()
90 mobj = (mobjinfo_t *) tag; in DEH_ThingParseLine()
H A Dp_mobj.h284 mobjinfo_t* info; // &mobjinfo[mobj->type]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddeh_thing.c31 DEH_BEGIN_MAPPING(thing_mapping, mobjinfo_t) in DEH_BEGIN_MAPPING() argument
61 mobjinfo_t *mobj; in DEH_BEGIN_MAPPING()
88 mobjinfo_t *mobj; in DEH_ThingParseLine()
95 mobj = (mobjinfo_t *) tag; in DEH_ThingParseLine()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddeh_thing.c31 DEH_BEGIN_MAPPING(thing_mapping, mobjinfo_t) in DEH_BEGIN_MAPPING() argument
61 mobjinfo_t *mobj; in DEH_BEGIN_MAPPING()
88 mobjinfo_t *mobj; in DEH_ThingParseLine()
95 mobj = (mobjinfo_t *) tag; in DEH_ThingParseLine()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dd_dehacked.cpp611 static mobjinfo_t backupMobjInfo[NUMMOBJTYPES];
612 static mobjinfo_t backupWeaponInfo[NUMWEAPONS];
883 { "ID #", myoffsetof(mobjinfo_t,doomednum) }, in PatchThing()
888 { "Injury frame", myoffsetof(mobjinfo_t,painstate) }, in PatchThing()
889 { "Pain chance", myoffsetof(mobjinfo_t,painchance) }, in PatchThing()
894 { "Speed", myoffsetof(mobjinfo_t,speed) }, in PatchThing()
895 { "Width", myoffsetof(mobjinfo_t,radius) }, in PatchThing()
896 { "Height", myoffsetof(mobjinfo_t,height) }, in PatchThing()
897 { "Mass", myoffsetof(mobjinfo_t,mass) }, in PatchThing()
898 { "Missile damage", myoffsetof(mobjinfo_t,damage) }, in PatchThing()
[all …]
H A Dp_mobj.h128 int P_ThingInfoHeight(mobjinfo_t *mi);
H A Dinfo.h1502 } mobjinfo_t; typedef
1504 extern mobjinfo_t mobjinfo[NUMMOBJTYPES];
1506 inline FArchive &operator<< (FArchive &arc, mobjinfo_t *info)
1514 inline FArchive &operator>> (FArchive &arc, mobjinfo_t *&info)
/dports/games/edge/Edge-1.35-source/deh_edge/
H A Dthings.h58 void HandleFlags(const mobjinfo_t *info, int mt_num, int player);
59 void HandleAttacks(const mobjinfo_t *info, int mt_num);
62 bool CheckIsMonster(const mobjinfo_t *info, int mt_num, int player,
H A Dattacks.cc103 void HandleSounds(const mobjinfo_t *info, int mt_num) in HandleSounds()
121 void HandleFrames(const mobjinfo_t *info, int mt_num) in HandleFrames()
185 void HandleAtkSpecials(const mobjinfo_t *info, int mt_num, in HandleAtkSpecials()
211 mobjinfo_t *skull = mobjinfo + MT_SKULL; in CheckPainElemental()
259 void ConvertAttack(const mobjinfo_t *info, int mt_num, bool plr_rocket);
262 void Attacks::ConvertAttack(const mobjinfo_t *info, int mt_num, bool plr_rocket) in ConvertAttack()
H A Dthings.cc176 bool CheckIsMonster(const mobjinfo_t *info, int mt_num, int player, in CheckIsMonster()
268 void AddOneFlag(const mobjinfo_t *info, const char *name) in AddOneFlag()
285 void HandleFlags(const mobjinfo_t *info, int mt_num, int player) in HandleFlags()
401 mobjinfo_t *mobj = mobjinfo + mt_num; in FixHeights()
478 void HandleSounds(const mobjinfo_t *info, int mt_num) in HandleSounds()
510 void HandleFrames(const mobjinfo_t *info, int mt_num) in HandleFrames()
628 void HandlePlayer(const mobjinfo_t *info, int player) in HandlePlayer()
725 void HandleItem(const mobjinfo_t *info, int mt_num) in HandleItem()
907 void HandleDropItem(const mobjinfo_t *info, int mt_num) in HandleDropItem()
928 void HandleAttacks(const mobjinfo_t *info, int mt_num) in HandleAttacks()
[all …]
H A Dmobj.h313 mobjinfo_t; typedef
315 extern mobjinfo_t mobjinfo[NUMMOBJTYPES_BEX];
317 extern const mobjinfo_t brain_explode_mobj;
H A Dmisc.cc116 mobjinfo_t *mobj = mobjinfo + i; in MarkAllMonsters()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Ddeh_thing.c74 DEH_BEGIN_MAPPING(thing_mapping, mobjinfo_t) in DEH_BEGIN_MAPPING() argument
169 mobjinfo_t *mobj; in DEH_ThingStart()
193 mobjinfo_t *mobj; in DEH_ThingParseLine()
200 mobj = (mobjinfo_t *) tag; in DEH_ThingParseLine()
H A Dp_mobj.h250 mobjinfo_t* info; // &mobjinfo[mobj->type]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/
H A Ddef_main.h102 mobjinfo_t *owner;
113 Array<mobjinfo_t> mobjInfo; ///< Map object info database.
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Dapi_internaldata.h37 mobjinfo_t **mobjInfo; in DENG_API_TYPEDEF()
H A Ddef_share.h98 } mobjinfo_t; typedef
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/game/
H A Dg_update.cpp47 mo->info = INT2PTR(mobjinfo_t, mo->info - MOBJINFO); in mangleMobj()

12345