Home
last modified time | relevance | path

Searched refs:it_ent (Results 26 – 50 of 54) sorted by relevance

123

/dports/games/qudos/QuDos-0.40.1-src/src/mods/rogue/
H A Dg_cmds.c140 edict_t *it_ent; in Cmd_Give_f() local
221 it_ent = G_Spawn(); in Cmd_Give_f()
222 it_ent->classname = it->classname; in Cmd_Give_f()
223 SpawnItem (it_ent, it); in Cmd_Give_f()
225 if (it_ent->inuse) in Cmd_Give_f()
226 G_FreeEdict(it_ent); in Cmd_Give_f()
295 it_ent = G_Spawn(); in Cmd_Give_f()
297 SpawnItem (it_ent, it); in Cmd_Give_f()
299 if (!it_ent->inuse) in Cmd_Give_f()
303 if (it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/quake2-xatrix/quake2-xatrix-3.20/
H A Dg_cmds.c140 edict_t *it_ent; in Cmd_Give_f() local
216 it_ent = G_Spawn(); in Cmd_Give_f()
217 it_ent->classname = it->classname; in Cmd_Give_f()
218 SpawnItem (it_ent, it); in Cmd_Give_f()
220 if (it_ent->inuse) in Cmd_Give_f()
221 G_FreeEdict(it_ent); in Cmd_Give_f()
270 it_ent = G_Spawn(); in Cmd_Give_f()
271 it_ent->classname = it->classname; in Cmd_Give_f()
272 SpawnItem (it_ent, it); in Cmd_Give_f()
274 if (it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/quake2-matrix/matrix/MatrixFixSource/
H A Dg_cmds.c150 edict_t *it_ent; in Cmd_Give_f() local
234 it_ent = G_Spawn(); in Cmd_Give_f()
235 it_ent->classname = it->classname; in Cmd_Give_f()
236 SpawnItem (it_ent, it); in Cmd_Give_f()
238 if (it_ent->inuse) in Cmd_Give_f()
239 G_FreeEdict(it_ent); in Cmd_Give_f()
288 it_ent = G_Spawn(); in Cmd_Give_f()
289 it_ent->classname = it->classname; in Cmd_Give_f()
290 SpawnItem (it_ent, it); in Cmd_Give_f()
292 if (it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/mods/xatrix/
H A Dg_cmds.c140 edict_t *it_ent; in Cmd_Give_f() local
221 it_ent = G_Spawn(); in Cmd_Give_f()
222 it_ent->classname = it->classname; in Cmd_Give_f()
223 SpawnItem (it_ent, it); in Cmd_Give_f()
225 if (it_ent->inuse) in Cmd_Give_f()
226 G_FreeEdict(it_ent); in Cmd_Give_f()
285 it_ent = G_Spawn(); in Cmd_Give_f()
286 it_ent->classname = it->classname; in Cmd_Give_f()
287 SpawnItem (it_ent, it); in Cmd_Give_f()
289 if (it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/game/
H A Dg_cmds.c160 edict_t *it_ent; in Cmd_Give_f() local
228 it_ent = G_Spawn(); in Cmd_Give_f()
229 it_ent->classname = it->classname; in Cmd_Give_f()
230 SpawnItem(it_ent, it); in Cmd_Give_f()
232 if (it_ent->inuse) in Cmd_Give_f()
233 G_FreeEdict(it_ent); in Cmd_Give_f()
280 it_ent = G_Spawn(); in Cmd_Give_f()
281 it_ent->classname = it->classname; in Cmd_Give_f()
282 SpawnItem(it_ent, it); in Cmd_Give_f()
284 if (it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/quake2-3zb2/quake2-3zb2-0.97_1/
H A Dg_cmds.c155 edict_t *it_ent; in Cmd_Give_f() local
231 it_ent = G_Spawn(); in Cmd_Give_f()
232 it_ent->classname = it->classname; in Cmd_Give_f()
233 SpawnItem (it_ent, it); in Cmd_Give_f()
235 if (it_ent->inuse) in Cmd_Give_f()
236 G_FreeEdict(it_ent); in Cmd_Give_f()
285 it_ent = G_Spawn(); in Cmd_Give_f()
286 it_ent->classname = it->classname; in Cmd_Give_f()
287 SpawnItem (it_ent, it); in Cmd_Give_f()
289 if (it_ent->inuse) in Cmd_Give_f()
[all …]
H A Dg_ctf.c3142 edict_t *it_ent; in SpawnExtra() local
3144 it_ent = G_Spawn(); in SpawnExtra()
3146 it_ent->classname = classname; in SpawnExtra()
3147 VectorCopy(position,it_ent->s.origin); in SpawnExtra()
3148 ED_CallSpawn(it_ent); in SpawnExtra()
3152 it_ent->moveinfo.speed = -1; in SpawnExtra()
3153 it_ent->s.effects |= EF_QUAD; in SpawnExtra()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/3zb2/
H A Dg_cmds.c155 edict_t *it_ent; in Cmd_Give_f() local
231 it_ent = G_Spawn(); in Cmd_Give_f()
232 it_ent->classname = it->classname; in Cmd_Give_f()
233 SpawnItem (it_ent, it); in Cmd_Give_f()
235 if (it_ent->inuse) in Cmd_Give_f()
236 G_FreeEdict(it_ent); in Cmd_Give_f()
285 it_ent = G_Spawn(); in Cmd_Give_f()
286 it_ent->classname = it->classname; in Cmd_Give_f()
287 SpawnItem (it_ent, it); in Cmd_Give_f()
289 if (it_ent->inuse) in Cmd_Give_f()
[all …]
H A Dg_ctf.c3142 edict_t *it_ent; in SpawnExtra() local
3144 it_ent = G_Spawn(); in SpawnExtra()
3146 it_ent->classname = classname; in SpawnExtra()
3147 VectorCopy(position,it_ent->s.origin); in SpawnExtra()
3148 ED_CallSpawn(it_ent); in SpawnExtra()
3152 it_ent->moveinfo.speed = -1; in SpawnExtra()
3153 it_ent->s.effects |= EF_QUAD; in SpawnExtra()
/dports/games/quetoo/quetoo-0.6.1/src/qmass/
H A Dg_cmds.c109 edict_t *it_ent; in Cmd_Give_f() local
177 it_ent = G_Spawn(); in Cmd_Give_f()
178 it_ent->classname = it->classname; in Cmd_Give_f()
179 SpawnItem(it_ent, it); in Cmd_Give_f()
181 if(it_ent->inuse) in Cmd_Give_f()
182 G_FreeEdict(it_ent); in Cmd_Give_f()
223 it_ent = G_Spawn(); in Cmd_Give_f()
224 it_ent->classname = it->classname; in Cmd_Give_f()
225 SpawnItem(it_ent, it); in Cmd_Give_f()
227 if(it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/quake2-lights/quake2-lights-1/lights/src/
H A Dg_cmds.c368 edict_t *it_ent; in Cmd_Give_f() local
449 it_ent = G_Spawn(); in Cmd_Give_f()
450 it_ent->classname = it->classname; in Cmd_Give_f()
451 SpawnItem (it_ent, it); in Cmd_Give_f()
453 if (it_ent->inuse) in Cmd_Give_f()
454 G_FreeEdict(it_ent); in Cmd_Give_f()
514 it_ent = G_Spawn(); in Cmd_Give_f()
515 it_ent->classname = it->classname; in Cmd_Give_f()
516 SpawnItem (it_ent, it); in Cmd_Give_f()
518 if (it_ent->inuse) in Cmd_Give_f()
[all …]
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_cmds.cpp271 gentity_t *it_ent; in G_Give() local
282 it_ent = G_Spawn(); in G_Give()
283 VectorCopy( ent->currentOrigin, it_ent->s.origin ); in G_Give()
284 it_ent->classname = G_NewString(it->classname); in G_Give()
285 G_SpawnItem (it_ent, it); in G_Give()
286 FinishSpawningItem(it_ent ); in G_Give()
288 Touch_Item (it_ent, ent, &trace); in G_Give()
289 if (it_ent->inuse) { in G_Give()
290 G_FreeEntity( it_ent ); in G_Give()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_cmds.cpp250 gentity_t *it_ent; in G_Give() local
261 it_ent = G_Spawn(); in G_Give()
262 VectorCopy( ent->currentOrigin, it_ent->s.origin ); in G_Give()
263 it_ent->classname = G_NewString(it->classname); in G_Give()
264 G_SpawnItem (it_ent, it); in G_Give()
265 FinishSpawningItem(it_ent ); in G_Give()
267 Touch_Item (it_ent, ent, &trace); in G_Give()
268 if (it_ent->inuse) { in G_Give()
269 G_FreeEntity( it_ent ); in G_Give()
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_cmds.c177 edict_t *it_ent; in Cmd_Give_f() local
303 it_ent = G_Spawn(); in Cmd_Give_f()
304 it_ent->classname = it->classname; in Cmd_Give_f()
305 SpawnItem (it_ent, it); in Cmd_Give_f()
306 Touch_Item (it_ent, ent, NULL, NULL); in Cmd_Give_f()
307 if (it_ent->inuse) in Cmd_Give_f()
308 G_FreeEdict(it_ent); in Cmd_Give_f()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_cmds.c177 edict_t *it_ent; in Cmd_Give_f() local
303 it_ent = G_Spawn(); in Cmd_Give_f()
304 it_ent->classname = it->classname; in Cmd_Give_f()
305 SpawnItem (it_ent, it); in Cmd_Give_f()
306 Touch_Item (it_ent, ent, NULL, NULL); in Cmd_Give_f()
307 if (it_ent->inuse) in Cmd_Give_f()
308 G_FreeEdict(it_ent); in Cmd_Give_f()
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dg_cmds.c236 gentity_t *it_ent; in Cmd_Give_f() local
310 it_ent = G_Spawn(); in Cmd_Give_f()
311 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in Cmd_Give_f()
312 it_ent->classname = it->classname; in Cmd_Give_f()
313 G_SpawnItem (it_ent, it); in Cmd_Give_f()
314 FinishSpawningItem(it_ent ); in Cmd_Give_f()
316 Touch_Item (it_ent, ent, &trace); in Cmd_Give_f()
317 if (it_ent->inuse) { in Cmd_Give_f()
318 G_FreeEntity( it_ent ); in Cmd_Give_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dg_cmds.c236 gentity_t *it_ent; in Cmd_Give_f() local
310 it_ent = G_Spawn(); in Cmd_Give_f()
311 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in Cmd_Give_f()
312 it_ent->classname = it->classname; in Cmd_Give_f()
313 G_SpawnItem (it_ent, it); in Cmd_Give_f()
314 FinishSpawningItem(it_ent ); in Cmd_Give_f()
316 Touch_Item (it_ent, ent, &trace); in Cmd_Give_f()
317 if (it_ent->inuse) { in Cmd_Give_f()
318 G_FreeEntity( it_ent ); in Cmd_Give_f()
/dports/games/evq3/evq3/code/game/
H A Dg_cmds.c236 gentity_t *it_ent; in Cmd_Give_f() local
310 it_ent = G_Spawn(); in Cmd_Give_f()
311 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in Cmd_Give_f()
312 it_ent->classname = it->classname; in Cmd_Give_f()
313 G_SpawnItem (it_ent, it); in Cmd_Give_f()
314 FinishSpawningItem(it_ent ); in Cmd_Give_f()
316 Touch_Item (it_ent, ent, &trace); in Cmd_Give_f()
317 if (it_ent->inuse) { in Cmd_Give_f()
318 G_FreeEntity( it_ent ); in Cmd_Give_f()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dg_cmds.c236 gentity_t *it_ent; in Cmd_Give_f() local
310 it_ent = G_Spawn(); in Cmd_Give_f()
311 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in Cmd_Give_f()
312 it_ent->classname = it->classname; in Cmd_Give_f()
313 G_SpawnItem (it_ent, it); in Cmd_Give_f()
314 FinishSpawningItem(it_ent ); in Cmd_Give_f()
316 Touch_Item (it_ent, ent, &trace); in Cmd_Give_f()
317 if (it_ent->inuse) { in Cmd_Give_f()
318 G_FreeEntity( it_ent ); in Cmd_Give_f()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_cmds.c255 gentity_t *it_ent; in Cmd_Give_f() local
383 it_ent = G_Spawn(); in Cmd_Give_f()
384 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in Cmd_Give_f()
385 it_ent->classname = it->classname; in Cmd_Give_f()
386 G_SpawnItem( it_ent, it ); in Cmd_Give_f()
387 FinishSpawningItem( it_ent ); in Cmd_Give_f()
389 it_ent->active = qtrue; in Cmd_Give_f()
390 Touch_Item( it_ent, ent, &trace ); in Cmd_Give_f()
391 it_ent->active = qfalse; in Cmd_Give_f()
392 if ( it_ent->inuse ) { in Cmd_Give_f()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_cmds.c247 gentity_t *it_ent; in Cmd_Give_f() local
360 it_ent = G_Spawn(); in Cmd_Give_f()
361 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in Cmd_Give_f()
362 it_ent->classname = it->classname; in Cmd_Give_f()
363 G_SpawnItem( it_ent, it ); in Cmd_Give_f()
364 FinishSpawningItem( it_ent ); in Cmd_Give_f()
366 it_ent->active = qtrue; in Cmd_Give_f()
367 Touch_Item( it_ent, ent, &trace ); in Cmd_Give_f()
368 it_ent->active = qfalse; in Cmd_Give_f()
369 if ( it_ent->inuse ) { in Cmd_Give_f()
[all …]
/dports/games/quake2-psychomod/psychomod/src/
H A Dg_cmds.c199 edict_t *it_ent; in Cmd_Give_f() local
331 it_ent = G_Spawn(); in Cmd_Give_f()
332 it_ent->classname = it->classname; in Cmd_Give_f()
333 SpawnItem (it_ent, it); in Cmd_Give_f()
334 Touch_Item (it_ent, ent, NULL, NULL); in Cmd_Give_f()
335 if (it_ent->inuse) in Cmd_Give_f()
336 G_FreeEdict(it_ent); in Cmd_Give_f()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_cmds.c229 gentity_t *it_ent; in G_Give() local
334 it_ent = G_Spawn(); in G_Give()
335 VectorCopy( ent->r.currentOrigin, it_ent->s.origin ); in G_Give()
336 it_ent->classname = it->classname; in G_Give()
337 G_SpawnItem( it_ent, it ); in G_Give()
338 if ( !it_ent || !it_ent->inuse ) in G_Give()
340 FinishSpawningItem( it_ent ); in G_Give()
341 if ( !it_ent || !it_ent->inuse ) in G_Give()
344 Touch_Item( it_ent, ent, &trace ); in G_Give()
345 if ( it_ent->inuse ) in G_Give()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rdmft/recycling/wfn1/old/
H A Dwfn1_energy_num_doit.F-old2162 integer it_ent !< The iteration counter for entropy
261 it_ent = 0
268 do while (sum.le.0.0d0.and.it_ent.lt.max_it)
472 if (it_ent.le.max_it) then
474 it_ent = it_ent + 1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rdmft/recycling/wfn1/old/
H A Dwfn1_energy_num_doit.F-old2162 integer it_ent !< The iteration counter for entropy
261 it_ent = 0
268 do while (sum.le.0.0d0.and.it_ent.lt.max_it)
472 if (it_ent.le.max_it) then
474 it_ent = it_ent + 1

123