Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1748 int checkwall_below(float x, float z, float a);
H A Dopenbor.c10540 else if(e->modeldata.subject_to_wall>0 && (wall=checkwall_below(e->x, e->z, 9999999)) >= 0) in ent_default_init()
11396 int checkwall_below(float x, float z, float a) in checkwall_below() function
12450 wall = checkwall_below(self->x, self->z, self->a); in update_animation()
13014 wall = checkwall_below(e->x, e->z, e->a); in display_ents()
13032 …wall2=checkwall_below(e->x + temp1, e->z + temp2, e->a); // check if the shadow drop into a hole o… in display_ents()
13096 …if(useshadow && e->a>=0 && !(checkhole(e->x, e->z) && checkwall_below(e->x, e->z, e->a)<0) && (!e-… in display_ents()
15347 if( (wall = checkwall_below(xdir, zdir, 999999)) >= 0 && in common_try_jump()
15380 if( (wall = checkwall_below(xdir, zdir, 999999)) >= 0 && in common_try_jump()
H A Dopenborscript.c7874 if((wall=checkwall_below((float)x, (float)z, 100000))>=0) in openbor_checkwall()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1774 int checkwall_below(float x, float z, float a);
H A Dopenbor.c10761 else if(e->modeldata.subject_to_wall>0 && (wall=checkwall_below(e->x, e->z, 9999999)) >= 0) in ent_default_init()
11605 int checkwall_below(float x, float z, float a) in checkwall_below() function
12678 wall = checkwall_below(self->x, self->z, self->a); in update_animation()
13256 wall = checkwall_below(e->x, e->z, e->a); in display_ents()
13274 …wall2=checkwall_below(e->x + temp1, e->z + temp2, e->a); // check if the shadow drop into a hole o… in display_ents()
13338 …if(useshadow && e->a>=0 && !(checkhole(e->x, e->z) && checkwall_below(e->x, e->z, e->a)<0) && (!e-… in display_ents()
15750 if( (wall = checkwall_below(xdir, zdir, 999999)) >= 0 && in common_try_jump()
15783 if( (wall = checkwall_below(xdir, zdir, 999999)) >= 0 && in common_try_jump()
H A Dopenborscript.c7409 if((wall=checkwall_below((float)x, (float)z, 100000))>=0) in openbor_checkwall()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1817 int checkwall_below(float x, float z, float a);
H A Dopenbor.c14674 else if(e->modeldata.subject_to_wall > 0 && (wall = checkwall_below(e->x, e->z, 9999999)) >= 0) in ent_default_init()
15860 int checkwall_below(float x, float z, float a) in checkwall_below() function
16198 …if(ent->modeldata.subject_to_wall > 0 && (wall = checkwall_below(x, z, 999999)) >= 0 && level->wal… in testmove()
17212 wall = checkwall_below(self->x, self->z, 9999999); in adjust_base()
18181 wall = checkwall_below(e->x, e->z, e->a); in display_ents()
18199 …wall2 = checkwall_below(e->x + temp1, e->z + temp2, e->a); // check if the shadow drop into a hole… in display_ents()
18276 …if(useshadow && e->a >= 0 && !(checkhole(e->x, e->z) && checkwall_below(e->x, e->z, e->a) < 0) && … in display_ents()
21205 … if(xdir && (wall = checkwall_below(x, self->z, 999999)) >= 0 && level->walls[wall][7] > self->a) in common_trymove()
21210 … if(zdir && (wall = checkwall_below(self->x, z, 999999)) >= 0 && level->walls[wall][7] > self->a) in common_trymove()
21486 if( (wall = checkwall_below(xdir, zdir, 999999)) >= 0 && in common_try_jump()
[all …]
H A Dopenborscript.c8610 if((wall = checkwall_below((float)x, (float)z, 100000)) >= 0) in openbor_checkwall()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2607 int checkwall_below(float x, float z, float a);
H A Dopenbor.c17112 …else if(e->modeldata.subject_to_wall > 0 && (wall = checkwall_below(e->position.x, e->position.z, … in ent_default_init()
18463 int checkwall_below(float x, float z, float a) in checkwall_below() function
18838 …if(ent->modeldata.subject_to_wall > 0 && (wall = checkwall_below(x, z, 999999)) >= 0 && level->wal… in testmove()
20107 wall = checkwall_below(self->position.x, self->position.z, 9999999); in adjust_base()
21141 wall = checkwall_below(e->position.x, e->position.z, e->position.y); in display_ents()
21159 …wall2 = checkwall_below(e->position.x + temp1, e->position.z + temp2, e->position.y); // check if … in display_ents()
21270 …& e->position.y >= 0 && !(checkhole(e->position.x, e->position.z) && checkwall_below(e->position.x… in display_ents()
24407 …if(xdir && (wall = checkwall_below(x, self->position.z, 999999)) >= 0 && level->walls[wall].height… in common_trymove()
24413 …if(zdir && (wall = checkwall_below(self->position.x, z, 999999)) >= 0 && level->walls[wall].height… in common_trymove()
24707 if( (wall = checkwall_below(xdir, zdir, 999999)) >= 0 && in common_try_jump()
[all …]
H A Dopenborscript.c11154 if((wall = checkwall_below((float)x, (float)z, (float)h)) >= 0) in openbor_checkwall()
11200 if((wall = checkwall_below((float)x, (float)z, (float)h)) >= 0) in openbor_checkwallindex()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h3187 int checkwall_below(float x, float z, float a);
H A Dopenbor.c17690 …else if(e->modeldata.subject_to_wall > 0 && (wall = checkwall_below(e->position.x, e->position.z, … in ent_default_init()
19112 int checkwall_below(float x, float z, float a) in checkwall_below() function
19353 if((index = checkwall_below(x, z, T_MAX_CHECK_ALTITUDE)) >= 0) in checkbase()
19521 …if(ent->modeldata.subject_to_wall > 0 && (wall = checkwall_below(x, z, T_MAX_CHECK_ALTITUDE)) >= 0… in testmove()
21160 wall = checkwall_below(self->position.x, self->position.z, T_MAX_CHECK_ALTITUDE); in adjust_base()
22561 wall = checkwall_below(e->position.x, e->position.z, e->position.y); in display_ents()
22579 …wall2 = checkwall_below(e->position.x + temp1, e->position.z + temp2, e->position.y); // check if … in display_ents()
26843 …if(xdir && (wall = checkwall_below(x, self->position.z, T_MAX_CHECK_ALTITUDE)) >= 0 && level->wall… in common_trymove()
26849 …if(zdir && (wall = checkwall_below(self->position.x, z, T_MAX_CHECK_ALTITUDE)) >= 0 && level->wall… in common_trymove()
27157 if( (wall = checkwall_below(xdir, zdir, T_MAX_CHECK_ALTITUDE)) >= 0 && in common_try_jump()
[all …]
H A Dopenborscript.c9109 if((wall = checkwall_below((float)x, (float)z, (float)h)) >= 0) in openbor_checkwall()
9155 if((wall = checkwall_below((float)x, (float)z, (float)h)) >= 0) in openbor_checkwallindex()