Home
last modified time | relevance | path

Searched refs:po_NumPolyobjs (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_saveg.cpp278 arc << (int)ASEG_POLYOBJS << po_NumPolyobjs; in P_SerializePolyobjs()
279 for(i = 0, po = polyobjs; i < po_NumPolyobjs; i++, po++) in P_SerializePolyobjs()
296 if (data != po_NumPolyobjs) in P_SerializePolyobjs()
300 for (i = 0, po = polyobjs; i < po_NumPolyobjs; i++, po++) in P_SerializePolyobjs()
H A Dpo_man.cpp73 int po_NumPolyobjs; variable
572 for (i = 0; i < po_NumPolyobjs; i++) in GetPolyobj()
589 for (i = 0; i < po_NumPolyobjs; i++) in GetPolyobjMirror()
1097 for (i = 0; i < po_NumPolyobjs; i++) in InitBlockMap()
1272 for (i = 0; i < po_NumPolyobjs; i++) in TranslateToStartSpot()
1351 polyobjs = (polyobj_t *)Z_Malloc (po_NumPolyobjs*sizeof(polyobj_t), PU_LEVEL, 0); in PO_Init()
1352 memset (polyobjs, 0, po_NumPolyobjs*sizeof(polyobj_t)); in PO_Init()
1386 for (polyIndex = 0; polyIndex < po_NumPolyobjs; polyIndex++) in PO_Init()
H A Dp_local.h464 extern int po_NumPolyobjs;
H A Dp_setup.cpp1681 po_NumPolyobjs = 0; in P_SetupLevel()
H A Dp_mobj.cpp2346 po_NumPolyobjs++; in P_SpawnMapThing()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_saveg.cpp596 arc << seg << po_NumPolyobjs; in P_SerializePolyobjs()
597 for(i = 0, po = polyobjs; i < po_NumPolyobjs; i++, po++) in P_SerializePolyobjs()
614 if (data != po_NumPolyobjs) in P_SerializePolyobjs()
618 for (i = 0, po = polyobjs; i < po_NumPolyobjs; i++, po++) in P_SerializePolyobjs()
H A Dpo_man.cpp198 int po_NumPolyobjs; variable
806 for (i = 0; i < po_NumPolyobjs; i++) in PO_GetPolyobj()
1437 for (i = 0; i < po_NumPolyobjs; i++) in InitBlockMap()
1660 for (int i = 0; i < po_NumPolyobjs; i++) in TranslateToStartSpot()
1722 polyobjs = new FPolyObj[po_NumPolyobjs]; in PO_Init()
1760 for (polyIndex = 0; polyIndex < po_NumPolyobjs; polyIndex++) in PO_Init()
1859 for (int i = 0; i < po_NumPolyobjs; i++) in ClearAllSubsectorLinks()
2183 for (int i = 0; i < po_NumPolyobjs; i++) in PO_LinkToSubsectors()
H A Ddobjgc.cpp661 for (i = 0; i < POLYSTEPSIZE && PolyNum + i < po_NumPolyobjs; ++i) in PropagateMark()
666 if (PolyNum + i < po_NumPolyobjs) in PropagateMark()
H A Dp_local.h664 extern int po_NumPolyobjs;
/dports/games/uhexen/uhexen-0.601/src/
H A Dsv_save.c1462 for(i = 0; i < po_NumPolyobjs; i++) in ArchiveSounds()
1469 if(i == po_NumPolyobjs) in ArchiveSounds()
1544 StreamOutLong(po_NumPolyobjs); in ArchivePolyobjs()
1545 for(i = 0; i < po_NumPolyobjs; i++) in ArchivePolyobjs()
1567 if(GET_LONG != po_NumPolyobjs) in UnarchivePolyobjs()
1571 for(i = 0; i < po_NumPolyobjs; i++) in UnarchivePolyobjs()
H A Dpo_man.c55 int po_NumPolyobjs; variable
554 for(i = 0; i < po_NumPolyobjs; i++) in GetPolyobj()
574 for(i = 0; i < po_NumPolyobjs; i++) in GetPolyobjMirror()
1117 for(i = 0; i < po_NumPolyobjs; i++) in InitBlockMap()
1333 for(i = 0; i < po_NumPolyobjs; i++) in TranslateToStartSpot()
1414 polyobjs = Z_Malloc(po_NumPolyobjs*sizeof(polyobj_t), PU_LEVEL, 0); in PO_Init()
1415 memset(polyobjs, 0, po_NumPolyobjs*sizeof(polyobj_t)); in PO_Init()
1452 for(i = 0; i < po_NumPolyobjs; i++) in PO_Init()
H A Dp_setup.c710 po_NumPolyobjs = 0; in P_SetupLevel()
H A Dp_mobj.c1408 po_NumPolyobjs++; in P_SpawnMapThing()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dpo_man.c57 int po_NumPolyobjs; variable
560 for (i = 0; i < po_NumPolyobjs; i++) in GetPolyobj()
580 for (i = 0; i < po_NumPolyobjs; i++) in GetPolyobjMirror()
1123 for (i = 0; i < po_NumPolyobjs; i++) in InitBlockMap()
1343 for (i = 0; i < po_NumPolyobjs; i++) in TranslateToStartSpot()
1428 polyobjs = Z_Malloc(po_NumPolyobjs * sizeof(polyobj_t), PU_LEVEL, 0); in PO_Init()
1429 memset(polyobjs, 0, po_NumPolyobjs * sizeof(polyobj_t)); in PO_Init()
1470 for (i = 0; i < po_NumPolyobjs; i++) in PO_Init()
H A Dsv_save.c3054 for (i = 0; i < po_NumPolyobjs; i++) in ArchiveSounds()
3061 if (i == po_NumPolyobjs) in ArchiveSounds()
3136 SV_WriteLong(po_NumPolyobjs); in ArchivePolyobjs()
3137 for (i = 0; i < po_NumPolyobjs; i++) in ArchivePolyobjs()
3159 if (SV_ReadLong() != po_NumPolyobjs) in UnarchivePolyobjs()
3163 for (i = 0; i < po_NumPolyobjs; i++) in UnarchivePolyobjs()
H A Dp_local.h361 extern int po_NumPolyobjs;
H A Dp_setup.c712 po_NumPolyobjs = 0; in P_SetupLevel()
H A Dp_mobj.c1415 po_NumPolyobjs++; in P_SpawnMapThing()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dpo_man.c57 int po_NumPolyobjs; variable
560 for (i = 0; i < po_NumPolyobjs; i++) in GetPolyobj()
580 for (i = 0; i < po_NumPolyobjs; i++) in GetPolyobjMirror()
1123 for (i = 0; i < po_NumPolyobjs; i++) in InitBlockMap()
1343 for (i = 0; i < po_NumPolyobjs; i++) in TranslateToStartSpot()
1428 polyobjs = Z_Malloc(po_NumPolyobjs * sizeof(polyobj_t), PU_LEVEL, 0); in PO_Init()
1429 memset(polyobjs, 0, po_NumPolyobjs * sizeof(polyobj_t)); in PO_Init()
1470 for (i = 0; i < po_NumPolyobjs; i++) in PO_Init()
H A Dsv_save.c3049 for (i = 0; i < po_NumPolyobjs; i++) in ArchiveSounds()
3056 if (i == po_NumPolyobjs) in ArchiveSounds()
3131 SV_WriteLong(po_NumPolyobjs); in ArchivePolyobjs()
3132 for (i = 0; i < po_NumPolyobjs; i++) in ArchivePolyobjs()
3154 if (SV_ReadLong() != po_NumPolyobjs) in UnarchivePolyobjs()
3158 for (i = 0; i < po_NumPolyobjs; i++) in UnarchivePolyobjs()
H A Dp_local.h361 extern int po_NumPolyobjs;
H A Dp_setup.c712 po_NumPolyobjs = 0; in P_SetupLevel()
H A Dp_mobj.c1415 po_NumPolyobjs++; in P_SpawnMapThing()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Ddobjgc.cpp672 for (i = 0; i < POLYSTEPSIZE && PolyNum + i < po_NumPolyobjs; ++i) in PropagateMark()
677 if (PolyNum + i < po_NumPolyobjs) in PropagateMark()
/dports/games/uhexen/uhexen-0.601/include/
H A Dp_local.h354 extern int po_NumPolyobjs;

12