Home
last modified time | relevance | path

Searched refs:shapemaxy (Results 1 – 11 of 11) sorted by relevance

/dports/games/avp/avp-20170505/src/
H A Dmorph.c190 if(sptr1->shapemaxy == sptr2->shapemaxy) { in UpdateMorphingDptr()
192 dptr->ObMaxY = sptr1->shapemaxy; in UpdateMorphingDptr()
198 dptr->ObMaxY = WideMul2NarrowDiv(sptr1->shapemaxy, in UpdateMorphingDptr()
200 sptr2->shapemaxy, in UpdateMorphingDptr()
H A Dmap.c237 dptr->ObMaxY = sptr->shapemaxy; in MapBlockInit()
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h342 int shapemaxy; member
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_swdor.c109 maxY=mainshapelist[morphFrame->mf_shape2]->shapemaxy; in InitialiseSwitchDoor()
H A Dbh_far.c727 npcHeight = (mainshapelist[sbPtr->shapeIndex]->shapemaxy in LocateFarNPCInModule()
833 npcHeight = (mainshapelist[sbPtr->shapeIndex]->shapemaxy in LocateFarNPCInAIModule()
H A Dpvisible.c2275 toolsdata.position.vy-=(mainshapelist[toolsdata.shapeIndex]->shapemaxy); in CreateMultiplayerWeaponPickup()
H A Dbh_debri.c730 offset.vy = generate_random_between (mainshapelist[mslpos]->shapemaxy, in MakeFragments()
H A Dbh_types.c937 maxY=mainshapelist[morphframe->mf_shape2]->shapemaxy; in DoorProxBehaveInit()
H A Dweapons.c9944 max.vy=Player->ObShapeData->shapemaxy;
/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp2289 shphd->shapemaxy = (int) (cshp_ptr->max.y*local_scale); in copy_to_shapeheader()
2658 shphd->shapemaxy =(int)(sec->maxy*GlobalScale); in copy_sprite_to_shapeheader()
2666 shphd->shapemaxy =(int)(ssc->maxy*GlobalScale); in copy_sprite_to_shapeheader()
2696 tptr[4]=shphd->shapemaxy; in copy_sprite_to_shapeheader()
2699 tptr[7]=shphd->shapemaxy; in copy_sprite_to_shapeheader()
3277 shphd->shapemaxy = (int) (cshp.max.y*local_scale);
3557 shphd->shapemaxy = (int) (cshp.max.y*local_scale);
3835 shphd->shapemaxy = (int) (cshp.max.y*local_scale);
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dprojload.cpp2617 loc.vy> shp->shapemaxy|| in copy_rif_data()