Home
last modified time | relevance | path

Searched refs:moved_edict (Results 1 – 11 of 11) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dsv_phys.c543 edict_t *moved_edict[MAX_EDICTS]; in SV_Push() local
594 moved_edict[num_moved] = check; in SV_Push()
645 SV_LinkEdict (moved_edict[i], false); in SV_Push()
701 edict_t *moved_edict[MAX_EDICTS];
835 moved_edict[num_moved] = check;
901 SV_LinkEdict (moved_edict[i], false);
912 slave = moved_edict[MAX_EDICTS - i - 1];
934 edict_t *moved_edict[MAX_EDICTS]; in SV_PushRotate() local
1078 moved_edict[num_moved] = check; in SV_PushRotate()
1272 SV_LinkEdict (moved_edict[i], false); in SV_PushRotate()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dsv_phys.c551 edict_t *moved_edict[MAX_EDICTS]; in SV_PushMove() local
614 moved_edict[num_moved] = check; in SV_PushMove()
656 SV_LinkEdict (moved_edict[i], false); in SV_PushMove()
678 edict_t *moved_edict[MAX_EDICTS];
812 moved_edict[num_moved] = check;
878 SV_LinkEdict (moved_edict[i], false);
889 slave = moved_edict[MAX_EDICTS - i - 1];
911 edict_t *moved_edict[MAX_EDICTS]; in SV_PushRotate() local
1055 moved_edict[num_moved] = check; in SV_PushRotate()
1249 SV_LinkEdict (moved_edict[i], false); in SV_PushRotate()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dsv_phys.c418 edict_t **moved_edict; in SV_Push() local
451 moved_edict = Hunk_Alloc (sv.num_edicts * sizeof (edict_t *)); in SV_Push()
500 moved_edict[num_moved] = check; in SV_Push()
546 vec_t *m_origin = SVvector (moved_edict[i], origin); in SV_Push()
547 vec_t *m_angles = SVvector (moved_edict[i], angles); in SV_Push()
550 SV_LinkEdict (moved_edict[i], false); in SV_Push()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_phys.c422 edict_t **moved_edict; in SV_Push() local
455 moved_edict = Hunk_Alloc (sv.num_edicts * sizeof (edict_t *)); in SV_Push()
504 moved_edict[num_moved] = check; in SV_Push()
550 vec_t *m_origin = SVvector (moved_edict[i], origin); in SV_Push()
551 vec_t *m_angles = SVvector (moved_edict[i], angles); in SV_Push()
554 SV_LinkEdict (moved_edict[i], false); in SV_Push()
/dports/games/tenebrae/tenebrae_0/
H A Dsv_phys.c455 edict_t *moved_edict[MAX_EDICTS]; in SV_PushMove() local
519 moved_edict[num_moved] = check; in SV_PushMove()
572 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_PushMove()
573 SV_LinkEdict (moved_edict[i], false); in SV_PushMove()
634 edict_t *moved_edict[MAX_EDICTS]; in SV_PushRotate() local
698 moved_edict[num_moved] = check; in SV_PushRotate()
745 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_PushRotate()
746 VectorSubtract (moved_edict[i]->v.angles, amove, moved_edict[i]->v.angles); in SV_PushRotate()
747 SV_LinkEdict (moved_edict[i], false); in SV_PushRotate()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dsv_phys.c486 edict_t *moved_edict[MAX_EDICTS]; in SV_PushMove() local
547 moved_edict[num_moved] = check; in SV_PushMove()
580 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_PushMove()
581 SV_LinkEdict (moved_edict[i], false); in SV_PushMove()
604 edict_t *moved_edict[MAX_EDICTS]; in SV_PushRotate() local
666 moved_edict[num_moved] = check; in SV_PushRotate()
706 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_PushRotate()
707 VectorSubtract (moved_edict[i]->v.angles, amove, moved_edict[i]->v.angles); in SV_PushRotate()
708 SV_LinkEdict (moved_edict[i], false); in SV_PushRotate()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/server/
H A Dsv_phys.c435 edict_t *moved_edict[MAX_EDICTS]; in SV_Push() local
484 moved_edict[num_moved] = check; in SV_Push()
525 VectorCopy(moved_from[i], moved_edict[i]->v.origin); in SV_Push()
526 SV_LinkEdict(moved_edict[i], false); in SV_Push()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dsv_phys.c453 edict_t **moved_edict; //johnfitz -- dynamically allocate in SV_PushMove() local
481 moved_edict = (edict_t **) Hunk_Alloc (qcvm->num_edicts*sizeof(edict_t *)); in SV_PushMove()
528 moved_edict[num_moved] = check; in SV_PushMove()
585 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_PushMove()
586 SV_LinkEdict (moved_edict[i], false); in SV_PushMove()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dsv_phys.c437 edict_t *moved_edict[MAX_EDICTS]; in SV_Push() local
495 moved_edict[num_moved] = check; in SV_Push()
548 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_Push()
549 SV_LinkEdict (moved_edict[i], false); in SV_Push()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dsv_phys.c437 edict_t *moved_edict[MAX_EDICTS]; in SV_Push() local
495 moved_edict[num_moved] = check; in SV_Push()
548 VectorCopy (moved_from[i], moved_edict[i]->v.origin); in SV_Push()
549 SV_LinkEdict (moved_edict[i], false); in SV_Push()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dsv_phys.c490 edict_t *moved_edict[MAX_EDICTS]; in SV_PushMove() local
550 moved_edict[num_moved] = check; in SV_PushMove()
594 VectorCopy(moved_from[i], moved_edict[i]->v.origin); in SV_PushMove()
595 SV_LinkEdict(moved_edict[i], false); in SV_PushMove()