Home
last modified time | relevance | path

Searched refs:MAXBOB (Results 1 – 23 of 23) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/
H A Dp_user.c55 #define MAXBOB 0x100000 macro
128 if (player->bob > (MAXBOB>>2)) in P_CalcHeight()
129 player->bob = MAXBOB>>2; in P_CalcHeight()
133 if (player->bob > MAXBOB) in P_CalcHeight()
134 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_user.c53 #define MAXBOB 0x100000 macro
140 if (player->bob > (MAXBOB>>2)) in P_CalcHeight()
141 player->bob = MAXBOB>>2; in P_CalcHeight()
145 if (player->bob > MAXBOB) in P_CalcHeight()
146 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dp_view.c54 #define MAXBOB (16) // pixels. macro
90 if(plr->bob > MAXBOB) in P_CalcHeight()
91 plr->bob = MAXBOB; in P_CalcHeight()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_user.c42 #define MAXBOB 0x100000 macro
87 if (player->bob>MAXBOB) in P_CalcHeight()
88 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/g_shared/
H A Da_playerpawn.cpp212 static const fixed MAXBOB = 0x100000; in Tick() local
214 if(bobtarget > MAXBOB) in Tick()
215 bobtarget = MAXBOB; in Tick()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_rt_draw.h26 #define MAXBOB 0x9000 macro
H A Drt_draw.c2253 mag=(player->speed>MAXBOB ? MAXBOB : player->speed); in WallRefresh()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_user.c44 #define MAXBOB 0x100000 macro
92 if (player->bob>MAXBOB) in P_CalcHeight()
93 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_user.c56 #define MAXBOB 0x100000 macro
154 if (player->bob > (MAXBOB>>2)) in P_CalcHeight()
155 player->bob = MAXBOB>>2; in P_CalcHeight()
159 if (player->bob > MAXBOB) in P_CalcHeight()
160 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_user.c57 #define MAXBOB 0x100000 macro
106 if (player->bob>MAXBOB) in P_CalcHeight()
107 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_user.c57 #define MAXBOB 0x100000 macro
106 if (player->bob>MAXBOB) in P_CalcHeight()
107 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/heretic/glheretic-1.2/
H A Dp_user.c16 #define MAXBOB 0x100000 /* 16 pixels of bob */ macro
92 if (player->bob>MAXBOB) in P_CalcHeight()
93 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_user.c31 #define MAXBOB 0x100000 // 16 pixels of bob macro
105 if (player->bob > MAXBOB) in P_CalcHeight()
106 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_user.c31 #define MAXBOB 0x100000 // 16 pixels of bob macro
105 if (player->bob > MAXBOB) in P_CalcHeight()
106 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/edge/Edge-1.35-source/src/
H A Dp_user.cc45 #define MAXBOB 16.0f macro
78 if (player->bob > MAXBOB) in CalcHeight()
79 player->bob = MAXBOB; in CalcHeight()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_user.cpp46 #define MAXBOB 0x100000 macro
220 if (player->bob > MAXBOB) in P_CalcHeight()
221 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_user.c28 #define MAXBOB 0x100000 // 16 pixels of bob macro
120 if (player->bob > MAXBOB) in P_CalcHeight()
121 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_user.c28 #define MAXBOB 0x100000 // 16 pixels of bob macro
120 if (player->bob > MAXBOB) in P_CalcHeight()
121 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_user.c21 #define MAXBOB 0x100000 // 16 pixels of bob macro
116 if (player->bob>MAXBOB) in P_CalcHeight()
117 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_user.c85 #define MAXBOB 0x100000 macro
188 if (player->bob>MAXBOB) in P_CalcHeight()
189 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_user.cpp237 #define MAXBOB 0x100000 macro
1756 if (player->bob > MAXBOB) in P_CalcHeight()
1757 player->bob = MAXBOB; in P_CalcHeight()
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DPlayerEx.vc46 const float MAXBOB = 16.0;
204 if (Bob > MAXBOB)
205 Bob = MAXBOB;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_user.c89 #define MAXBOB (0x10 << FRACBITS) macro
220 if (player->bob > FixedMul(cv_movebob.value, FixedMul(MAXBOB, mo->scale))) in P_CalcHeight()
221 player->bob = FixedMul(cv_movebob.value, FixedMul(MAXBOB, mo->scale)); in P_CalcHeight()