Home
last modified time | relevance | path

Searched refs:MAX_LOCATIONS (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_locs.c30 #define MAX_LOCATIONS 768 macro
32 loc_t locations[MAX_LOCATIONS];
39 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_FreeLoc()
45 return MAX_LOCATIONS - 1; in CL_FreeLoc()
54 memset(locations, 0, sizeof(loc_t) * MAX_LOCATIONS); in CL_LoadLoc()
125 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_LocIndex()
186 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_LocWrite()
237 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_AddViewLocs()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_locs.c33 #define MAX_LOCATIONS 768 macro
34 loc_t locations[MAX_LOCATIONS];
40 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_FreeLoc()
46 return MAX_LOCATIONS - 1; in CL_FreeLoc()
54 memset(locations, 0, sizeof(loc_t) * MAX_LOCATIONS); in CL_LoadLoc()
124 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_LocIndex()
182 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_LocWrite()
231 for (i = 0; i < MAX_LOCATIONS; i++) { in CL_AddViewLocs()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_loc.c29 #define MAX_LOCATIONS 1024 macro
31 loc_t locations[MAX_LOCATIONS];
64 while(i < MAX_LOCATIONS && err != EOF){ in LOC_LoadLocations()
175 if(numlocations >= MAX_LOCATIONS) in LOC_AddLocation()
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dbg_public.h89 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
91 #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dbg_public.h89 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
91 #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/evq3/evq3/code/game/
H A Dbg_public.h89 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
91 #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dbg_public.h89 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
91 #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/openarena/openarena-engine-source-0.8.8/code/game/
H A Dbg_public.h89 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
91 #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/game/
H A Dbg_public.h89 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
91 #define CS_MAX (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_target.c598 if ( level.locations.num >= MAX_LOCATIONS ) { in SP_target_location()
600 …rint( "Maximum target_locations hit (%d)! Remaining locations will be removed.\n", MAX_LOCATIONS ); in SP_target_location()
H A Dbg_public.h145 #define CS_PARTICLES (CS_LOCATIONS+MAX_LOCATIONS)
146 #define CS_EFFECTS (CS_PARTICLES+MAX_LOCATIONS)
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dbg_public.h87 #define CS_MAX (CS_LOCATIONS+MAX_LOCATIONS)
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h942 #define MAX_LOCATIONS 64 macro
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.h942 #define MAX_LOCATIONS 64 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dbg_public.h175 #define CS_PARTICLES ( CS_LOCATIONS + MAX_LOCATIONS )
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dbg_public.h179 #define CS_PARTICLES ( CS_LOCATIONS + MAX_LOCATIONS )
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.h932 #define MAX_LOCATIONS 64 macro
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_newDraw.c354 for (i = 1; i < MAX_LOCATIONS; i++) { in CG_DrawNewTeamInfo()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_shared.h948 #define MAX_LOCATIONS 64 macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h966 #define MAX_LOCATIONS 64 macro
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h897 #define MAX_LOCATIONS 64 macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h966 #define MAX_LOCATIONS 64 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h1189 #define MAX_LOCATIONS 64 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h1230 #define MAX_LOCATIONS 64 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h1223 #define MAX_LOCATIONS 64 macro

12