Home
last modified time | relevance | path

Searched refs:numbunches (Results 1 – 9 of 9) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/util/
H A Dbuild.lua175 local numbunches = 0
185 if (xpan+1 > numbunches) then
186 numbunches = xpan+1
198 map.numbunches = numbunches
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine_priv.h52 extern short numscans, numhits, numbunches;
H A Dpolymost.c2932 bunchfrst = numbunches; in polymost_scansector()
2983 for(z=bunchfrst;z<numbunches;z++) in polymost_scansector()
3168 numscans = numbunches = 0; in polymost_drawrooms()
3186 numbunches--; in polymost_drawrooms()
3187 bunchfirst[0] = bunchfirst[numbunches]; in polymost_drawrooms()
3188 bunchlast[0] = bunchlast[numbunches]; in polymost_drawrooms()
3193 while (numbunches > 0) in polymost_drawrooms()
3198 for(i=1;i<numbunches;i++) in polymost_drawrooms()
3204 for(i=0;i<numbunches;i++) //Double-check in polymost_drawrooms()
3220 numbunches--; in polymost_drawrooms()
[all …]
H A Dengine.c528 short numscans, numhits, numbunches; variable
625 bunchfrst = numbunches; in scansector()
717 for(z=bunchfrst;z<numbunches;z++) in scansector()
5630 numbunches--; in drawrooms()
5631 bunchfirst[0] = bunchfirst[numbunches]; in drawrooms()
5632 bunchlast[0] = bunchlast[numbunches]; in drawrooms()
5638 while ((numbunches > 0) && (numhits > 0)) in drawrooms()
5644 for(i=1;i<numbunches;i++) in drawrooms()
5650 for(i=0;i<numbunches;i++) //Double-check in drawrooms()
5666 numbunches--; in drawrooms()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine_priv.h270 extern int16_t numscans, numbunches;
H A Dpolymost.cpp6607 int const bunchfrst = numbunches; in polymost_scansector()
7035 numscans = numbunches = 0; in polymost_drawrooms()
7057 int startbunches = numbunches; in polymost_drawrooms()
7073 if (numbunches > 0) in polymost_drawrooms()
7077 numbunches--; in polymost_drawrooms()
7078 bunchfirst[0] = bunchfirst[numbunches]; in polymost_drawrooms()
7079 bunchlast[0] = bunchlast[numbunches]; in polymost_drawrooms()
7086 while (numbunches > 0) in polymost_drawrooms()
7092 for (bssize_t i=1; i<numbunches; ++i) in polymost_drawrooms()
7139 numbunches--; in polymost_drawrooms()
[all …]
H A Dengine.cpp1417 int16_t numscans, numbunches; variable
1679 const int32_t onumbunches = numbunches; in classicScanSector()
1819 for (bssize_t bn=0; bn<numbunches; bn++) in printbunches()
9061 int startbunches = numbunches; in renderDrawRoomsQ16()
9078 if (numbunches==0) in renderDrawRoomsQ16()
9103 numbunches--; in renderDrawRoomsQ16()
9105 bunchlast[0] = bunchlast[numbunches]; in renderDrawRoomsQ16()
9111 while ((numbunches > 0) && (numhits > 0)) in renderDrawRoomsQ16()
9113 Bmemset(tempbuf, 0, numbunches); in renderDrawRoomsQ16()
9117 for (i=1; i<numbunches; i++) in renderDrawRoomsQ16()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C217 short numscans, numhits, numbunches; variable
548 numbunches--; in drawrooms()
549 bunchfirst[0] = bunchfirst[numbunches]; in drawrooms()
550 bunchlast[0] = bunchlast[numbunches]; in drawrooms()
556 while ((numbunches > 0) && (numhits > 0)) in drawrooms()
562 for(i=1;i<numbunches;i++) in drawrooms()
568 for(i=0;i<numbunches;i++) //Double-check in drawrooms()
584 numbunches--; in drawrooms()
586 bunchlast[closest] = bunchlast[numbunches]; in drawrooms()
625 bunchfrst = numbunches; in scansector()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C218 short numscans, numhits, numbunches; variable
497 numhits = xdimen; numscans = 0; numbunches = 0; in drawrooms()
517 while ((numbunches > 0) && (numhits > 0)) in drawrooms()
523 for(i=1;i<numbunches;i++) in drawrooms()
529 for(i=0;i<numbunches;i++) //Double-check in drawrooms()
545 numbunches--; in drawrooms()
546 bunchfirst[closest] = bunchfirst[numbunches]; in drawrooms()
547 bunchlast[closest] = bunchlast[numbunches]; in drawrooms()
586 bunchfrst = numbunches; in scansector()
676 bunchfirst[numbunches++] = p2[z], p2[z] = -1; in scansector()
[all …]