Home
last modified time | relevance | path

Searched refs:ANI_UP (Results 1 – 15 of 15) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c452 ICMPCONST(ANI_UP) in mapstrings_transconst()
769 ICMPSCONSTA(ANI_UP, animups) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h288 #define ANI_UP 28 // Mar 2, 2005 - Animation for when going up macro
H A Dopenbor.c224 int ups[MAX_UPS] = {ANI_UP};
15429 if( ((!other && self->zdir<0)||(other && self->z>other->z)) && validanim(self,ANI_UP)) in adjust_walk_animation()
16061 …if(target && self->z > target->z && validanim(self,ANI_UP)) common_up_anim(self); //ent_set_anim(s… in arrow_move()
18227 if(validanim(self,ANI_UP) && !self->running) in player_think()
18560 …if (validanim(ent, iAni) && iAni != ANI_UP) //Valid and not Default anim… in common_up_anim()
18570 if (validanim(ent, ANI_UP)) in common_up_anim()
18572 …ent_set_anim(ent, ANI_UP, 0); //No alternates were set. Se… in common_up_anim()
H A Dopenborscript.c9043 ICMPCONST(ANI_UP) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h289 #define ANI_UP 28 // Mar 2, 2005 - Animation for when going up macro
H A Dopenbor.c263 int ups[MAX_UPS] = {ANI_UP};
15832 if( ((!other && self->zdir<0)||(other && self->z>other->z)) && validanim(self,ANI_UP)) in adjust_walk_animation()
16702 …if(target && self->z > target->z && validanim(self,ANI_UP)) common_up_anim(self); //ent_set_anim(s… in arrow_move()
18675 if(validanim(self,ANI_UP) && !self->running) in player_think()
19023 …if (validanim(ent, iAni) && iAni != ANI_UP) //Valid and not Default anim… in common_up_anim()
19033 if (validanim(ent, ANI_UP)) in common_up_anim()
19035 …ent_set_anim(ent, ANI_UP, 0); //No alternates were set. Se… in common_up_anim()
H A Dopenborscript.c8610 ICMPCONST(ANI_UP)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h296 #define ANI_UP 28 // Mar 2, 2005 - Animation for when going up macro
H A Dopenborscript.c10298 ICMPCONST(ANI_UP) in mapstrings_transconst()
10451 ICMPSCONSTA(ANI_UP, animups) in mapstrings_transconst()
H A Dopenbor.c274 int ups[MAX_UPS] = {ANI_UP};
14365 common_anim_series(ent, animups, max_ups, ent->walkmode, ANI_UP)
21624 …if(validanim(self, ANI_UP) && ((!other && testup(self->xdir, self->zdir)) || (other && testup(othe… in adjust_walk_animation()
22886 if(target && self->z > target->z && validanim(self, ANI_UP)) in arrow_move()
25493 if(validanim(self, ANI_UP) && !self->running) in player_think()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h383 ANI_UP, // Mar 2, 2005 - Animation for when going up enumerator
H A Dopenbor.c328 int ups[MAX_UPS] = {ANI_UP};
16716 …if ( defaulta == ANI_WALK || defaulta == ANI_UP || defaulta == ANI_DOWN ) ent->walking = 1; // set… in common_anim_series()
16726 …if ( defaulta == ANI_WALK || defaulta == ANI_UP || defaulta == ANI_DOWN ) ent->walking = 1; // set… in common_anim_series()
16787 common_anim_series(ent, animups, max_ups, ent->walkmode, ANI_UP)
24850 …if(validanim(self, ANI_UP) && ((!other && testup(self->velocity.x, self->velocity.z)) || (other &&… in adjust_walk_animation()
26114 if(target && self->position.z > target->position.z && validanim(self, ANI_UP)) in arrow_move()
28958 if(validanim(self, ANI_UP) && !self->running) in player_think()
H A Dopenborscript.c13089 ICMPCONST(ANI_UP) in mapstrings_transconst()
13278 ICMPSCONSTA(ANI_UP, animups) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h620 ANI_UP, // Mar 2, 2005 - Animation for when going up enumerator
H A Dopenbor.c336 int ups[MAX_UPS] = {ANI_UP};
17355 common_anim_series(ent, animups, max_ups, ent->walkmode, ANI_UP)
27300 …if(validanim(self, ANI_UP) && ((!other && testup(self->velocity.x, self->velocity.z)) || (other &&… in adjust_walk_animation()
28577 if(target && self->position.z > target->position.z && validanim(self, ANI_UP)) in arrow_move()
31826 if(validanim(self, ANI_UP) && !self->running) in player_think()