Home
last modified time | relevance | path

Searched refs:combostep (Results 1 – 16 of 16) sorted by relevance

/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c19595 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in dograbattack()
19608 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in dograbattack()
19731 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in common_grab()
20989 memset(self->combostep, 0, 5 * sizeof(*self->combostep)); in trygrab()
23855 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in check_special()
23985 if(!(self->combostep[0] || self->combostep[1] || in common_grabattack()
23986 self->combostep[2] || self->combostep[3] || in common_grabattack()
24005 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in common_grabattack()
24509 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in player_grab_check()
24867 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in check_costmove()
[all …]
H A Dopenbor.h1270 unsigned combostep[MAX_SPECIAL_INPUTS]; // merge into an array to clear up some code member
1401 int combostep; member
H A Dopenborscript.c4792 (*pretvar)->lVal = (LONG)ent->combostep[(int)ltemp2]; in openbor_getentityproperty()
6698 ent->combostep[(int)ltemp] = (int)ltemp2; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c17505 if(!(self->combostep[0] || self->combostep[1] || in common_grabattack()
17506 self->combostep[2] || self->combostep[3] || in common_grabattack()
18327 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
18349 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
18359 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
18370 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
18381 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
18392 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
18401 pl->combostep = (pl->combostep-1+MAX_SPECIAL_INPUTS)%MAX_SPECIAL_INPUTS; in player_think()
20555 pl->combostep = 0; in inputrefresh()
[all …]
H A Dopenbor.h1237 unsigned char combostep[MAX_SPECIAL_INPUTS]; // merge into an array to clear up some code
1366 int combostep;
H A Dopenborscript.c3959 (*pretvar)->lVal = (LONG)ent->combostep[(int)ltemp2]; in openbor_getentityproperty()
6020 ent->combostep[(int)ltemp]=(int)ltemp2; in openbor_changeentityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c22711 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in dograbattack()
22724 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in dograbattack()
22818 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in common_grab()
24138 memset(attacker->combostep, 0, 5 * sizeof(*attacker->combostep)); in dograb()
27249 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in check_special()
27383 if(!(self->combostep[0] || self->combostep[1] || in common_grabattack()
27384 self->combostep[2] || self->combostep[3] || in common_grabattack()
27403 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in common_grabattack()
27869 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in player_grab_check()
28309 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in check_costmove()
[all …]
H A Dopenbor.h2036 unsigned combostep[MAX_SPECIAL_INPUTS]; // merge into an array to clear up some code member
2171 int combostep; member
H A Dopenborscript.c6605 (*pretvar)->lVal = (LONG)ent->combostep[(int)ltemp2]; in openbor_getentityproperty()
8726 ent->combostep[(int)ltemp] = (int)ltemp2; in openbor_changeentityproperty()
10593 (*pretvar)->lVal = (LONG)player[index].combostep; in openbor_getplayerproperty()
10988 player[index].combostep = (int)ltemp; in openbor_changeplayerproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c19590 self->combostep[0] = 0; in do_active_block()
24372 ++self->combostep[which]; in dograbattack()
24396 memset(ent->combostep, 0, sizeof(*ent->combostep) * 5); in do_grab_attack_finish()
24505 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in common_grab()
26318 memset(attacker->combostep, 0, 5 * sizeof(*attacker->combostep)); in dograb()
30024 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in check_special()
30157 if(!(self->combostep[0] || self->combostep[1] || in common_grabattack()
30158 self->combostep[2] || self->combostep[3] || in common_grabattack()
30177 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in common_grabattack()
30715 memset(self->combostep, 0, sizeof(*self->combostep) * 5); in player_grab_check()
[all …]
H A Dopenbor.h2594 unsigned int combostep[MAX_SPECIAL_INPUTS]; // merge into an array to clear up some code. ~~ member
2685 int combostep; member
H A Dopenborscript.c3636 (*pretvar)->lVal = (LONG)ent->combostep[(LONG)ltemp2]; in openbor_getentityproperty()
5712 ent->combostep[(LONG)ltemp] = (LONG)ltemp2; in openbor_changeentityproperty()
7600 (*pretvar)->lVal = (LONG)player[index].combostep; in openbor_getplayerproperty()
8002 player[index].combostep = (LONG)ltemp; in openbor_changeplayerproperty()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c13581 self->combostep[0]++; in perform_atchain()
13586 self->combostep[0] = 0; in perform_atchain()
15206 self->combostep[0] = 0; in common_stuck_underneath()
15218 self->combostep[0] = 0; in common_stuck_underneath()
16764 if(!(self->combostep[0] || self->combostep[1] || in common_grabattack()
16765 self->combostep[2] || self->combostep[3] || in common_grabattack()
16766 self->combostep[4])) in common_grabattack()
17833 self->combostep[0] = 0; in player_think()
17841 self->combostep[0] = 0; in player_think()
17863 self->combostep[0] = 0; in player_think()
[all …]
H A Dopenbor.h1213 unsigned char combostep[MAX_SPECIAL_INPUTS]; // merge into an array to clear up some code member
H A Dopenborscript.c6218 ent->combostep[(int)ltemp]=(int)ltemp2; in openbor_changeentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c444 (*pretvar)->ptrVal = (VOID *)&handle->combostep; in openbor_get_entity_property()