Home
last modified time | relevance | path

Searched refs:TXACTRLBLK (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/avp/avp-20170505/src/
H A Dobject.c36 static TXACTRLBLK *FreeTxAnimBlockList[maxTxAnimblocks];
37 static TXACTRLBLK **FreeTxAnimBlockListPtr = &FreeTxAnimBlockList[maxTxAnimblocks-1];
38 static TXACTRLBLK FreeTxAnimBlockData[maxTxAnimblocks];
177 TXACTRLBLK *taptr; in DestroyActiveObject()
258 TXACTRLBLK *FreeBlkPtr = &FreeTxAnimBlockData[0]; in InitialiseTxAnimBlocks()
280 TXACTRLBLK* AllocateTxAnimBlock(void) in AllocateTxAnimBlock()
284 TXACTRLBLK *FreeBlkPtr = 0; /* Default to null ptr */ in AllocateTxAnimBlock()
298 for(i = sizeof(TXACTRLBLK)/4; i!=0; i--) in AllocateTxAnimBlock()
314 void DeallocateTxAnimBlock(TXACTRLBLK *TxAnimblockptr) in DeallocateTxAnimBlock()
333 void AddTxAnimBlock(DISPLAYBLOCK *dptr, TXACTRLBLK *taptr) in AddTxAnimBlock()
[all …]
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_types.c973 TXACTRLBLK **pptxactrlblk; in SimpleAnimationBehaveInit()
2982 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
2983 TXACTRLBLK *txactrl_next; in RemoveBehaviourStrategy()
3003 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
3036 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
3284 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
3302 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
3328 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
3351 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
3409 TXACTRLBLK *txactrl; in RemoveBehaviourStrategy()
[all …]
H A Dbh_videoscreen.c103 TXACTRLBLK **pptxactrlblk; in InitVideoScreen()
117 TXACTRLBLK *pnew_txactrlblk; in InitVideoScreen()
119 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in InitVideoScreen()
H A Dbh_track.c60 TXACTRLBLK **pptxactrlblk; in TrackObjectBehaveInit()
73 TXACTRLBLK *pnew_txactrlblk; in TrackObjectBehaveInit()
75 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in TrackObjectBehaveInit()
H A Dbh_ltfx.h32 TXACTRLBLK *anim_control;
H A Dbh_videoscreen.h9 TXACTRLBLK *inan_tac;//for video screens with anims on them
H A Dbh_spcl.h51 TXACTRLBLK *tacb;
H A Dbh_debri.h7 TXACTRLBLK *tac_os;
H A Dbh_ltfx.c138 TXACTRLBLK **pptxactrlblk; in LightFXBehaveInit()
152 TXACTRLBLK *pnew_txactrlblk; in LightFXBehaveInit()
154 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in LightFXBehaveInit()
H A Dbh_track.h63 TXACTRLBLK *to_tac;//for objects with anims on them
H A Dbh_spcl.c108 TXACTRLBLK **pptxactrlblk; in InitXenoMorphRoom()
123 TXACTRLBLK *pnew_txactrlblk; in InitXenoMorphRoom()
126 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in InitXenoMorphRoom()
H A Dbh_binsw.h83 TXACTRLBLK *bs_tac; // animations
H A Dbh_lnksw.h91 TXACTRLBLK *ls_tac; // animations
H A Dpvisible.h68 TXACTRLBLK *inan_tac;//for objects with anims on them
H A Dbh_light.h43 TXACTRLBLK *inan_tac;//for lights with anims on them
H A Dbh_lnksw.c175 TXACTRLBLK **pptxactrlblk; in LinkSwitchBehaveInit()
190 TXACTRLBLK *pnew_txactrlblk; in LinkSwitchBehaveInit()
193 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in LinkSwitchBehaveInit()
H A Dbh_binsw.c109 TXACTRLBLK **pptxactrlblk; in BinarySwitchBehaveInit()
124 TXACTRLBLK *pnew_txactrlblk; in BinarySwitchBehaveInit()
127 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in BinarySwitchBehaveInit()
H A Dbh_light.c25 void SetTextureAnimationSequence(int shapeindex,TXACTRLBLK* tac,int sequence) in SetTextureAnimationSequence()
143 TXACTRLBLK **pptxactrlblk; in InitPlacedLight()
157 TXACTRLBLK *pnew_txactrlblk; in InitPlacedLight()
159 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in InitPlacedLight()
H A Dequipmnt.h265 TXACTRLBLK *TxAnimCtrl;
H A Dbh_types.h328 TXACTRLBLK *tacbSimple;
H A Dbh_debri.c410 TXACTRLBLK **pptxactrlblk; in SetupSimpleAnimation()
444 TXACTRLBLK *pnew_txactrlblk; in SetupSimpleAnimation()
446 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in SetupSimpleAnimation()
1052 TXACTRLBLK *tacb; in MakeHierarchicalDebris()
H A Dhmodel.h216 TXACTRLBLK *tac_ptr;
H A Dpvisible.c1347 TXACTRLBLK **pptxactrlblk; in InitInanimateObject()
1361 TXACTRLBLK *pnew_txactrlblk; in InitInanimateObject()
1363 pnew_txactrlblk = AllocateMem(sizeof(TXACTRLBLK)); in InitInanimateObject()
/dports/games/avp/avp-20170505/src/include/
H A Dprototyp.h2024 TXACTRLBLK* AllocateTxAnimBlock(void);
2025 void DeallocateTxAnimBlock(TXACTRLBLK *TxAnimblockptr);
2026 void AddTxAnimBlock(DISPLAYBLOCK *dptr, TXACTRLBLK *taptr);
2027 TXANIMHEADER* GetTxAnimHeaderFromShape(TXACTRLBLK *taptr, int shape);
H A Dshape.h939 } TXACTRLBLK; typedef

12