Home
last modified time | relevance | path

Searched refs:thewall (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine_priv.h15 extern short thesector[MAXWALLSB], thewall[MAXWALLSB];
H A Dengine.c434 short thesector[MAXWALLSB], thewall[MAXWALLSB]; variable
714 if ((wall[thewall[z]].point2 != thewall[p2[z]]) || (xb2[z] >= xb1[p2[z]])) in scansector()
891 wal = &wall[thewall[l1]]; x11 = wal->x; y11 = wal->y; in wallfront()
1215 i = thewall[w]; in wallmost()
2421 wallnum = thewall[z]; wal = &wall[wallnum]; in drawalls()
2580 wallnum = thewall[z]; wal = &wall[wallnum]; in drawalls()
3888 wal = &wall[thewall[z]]; in drawmaskwall()
3959 searchsector = sectnum; searchwall = thewall[z]; in drawmaskwall()
5617 if (wall[thewall[i]].nextsector < 0) continue; in drawrooms()
5663 show2dwall[thewall[z]>>3] |= pow2char[thewall[z]&7]; in drawrooms()
[all …]
H A Dpolymost.c2012 wallnum = thewall[z]; wal = &wall[wallnum]; wal2 = &wall[wal->point2]; in polymost_drawalls()
2972 … { thesector[numscans] = sectnum; thewall[numscans] = z; p2[numscans] = numscans+1; numscans++; } in polymost_scansector()
2980 if ((wall[thewall[z]].point2 != thewall[p2[z]]) || (dxb2[z] > dxb1[p2[z]])) in polymost_scansector()
3217 show2dwall[thewall[j]>>3] |= pow2char[thewall[j]&7]; in polymost_drawrooms()
3255 wal = &wall[thewall[z]]; wal2 = &wall[wal->point2]; in polymost_drawmaskwall()
3262 if (picanm[globalpicnum]&192) globalpicnum += animateoffs(globalpicnum,(short)thewall[z]+16384); in polymost_drawmaskwall()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C529 if (wall[thewall[i]].nextsector < 0) continue; in drawrooms()
581 show2dwall[thewall[z]>>3] |= pow2char[thewall[z]&7]; in drawrooms()
714 if ((wall[thewall[z]].point2 != thewall[p2[z]]) || (xb2[z] >= xb1[p2[z]])) in scansector()
730 wal = &wall[thewall[l1]]; x11 = wal->x; y11 = wal->y; in wallfront()
732 wal = &wall[thewall[l2]]; x12 = wal->x; y12 = wal->y; in wallfront()
842 wallnum = thewall[z]; wal = &wall[wallnum]; in drawalls()
1000 wallnum = thewall[z]; wal = &wall[wallnum]; in drawalls()
2982 wal = &wall[thewall[z]]; in drawmaskwall()
3051 searchsector = sectnum; searchwall = thewall[z]; in drawmaskwall()
3753 x = thewall[j]; xp1 = wall[x].x; yp1 = wall[x].y; in drawsprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C542 show2dwall[thewall[z]>>3] |= pow2char[thewall[z]&7]; in drawrooms()
663 thesector[numscans] = sectnum; thewall[numscans] = z; in scansector()
675 if ((wall[thewall[z]].point2 != thewall[p2[z]]) || (xb2[z] >= xb1[p2[z]])) in scansector()
691 wal = &wall[thewall[l1]]; x11 = wal->x; y11 = wal->y; in wallfront()
693 wal = &wall[thewall[l2]]; x12 = wal->x; y12 = wal->y; in wallfront()
803 wallnum = thewall[z]; wal = &wall[wallnum]; in drawalls()
961 wallnum = thewall[z]; wal = &wall[wallnum]; in drawalls()
2943 wal = &wall[thewall[z]]; in drawmaskwall()
3012 searchsector = sectnum; searchwall = thewall[z]; in drawmaskwall()
3714 x = thewall[j]; xp1 = wall[x].x; yp1 = wall[x].y; in drawsprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp1757 if (wall[thewall[s]].point2 != thewall[bunchp2[s]] || xb2[s] >= xb1[bunchp2[s]]) in classicScanSector()
1797 const int cond = (wall[thewall[z]].point2 != thewall[bunchp2[z]] || in printscans()
1823 printf("%d(%d) ", s, thewall[s]); in printbunches()
2050 vec2_t const l1vect = wall[thewall[l1]].pos; in wallfront()
2052 vec2_t const l2vect = wall[thewall[l2]].pos; in wallfront()
2494 const int wi = thewall[w]; in wallmost()
4365 const int32_t wallnum = thewall[z]; in classicDrawBunches()
6078 x = thewall[j]; xp1 = wall[x].x; yp1 = wall[x].y; in classicDrawSprite()
6671 auto wal = (uwallptr_t)&wall[thewall[z]]; in renderDrawMaskedWall()
9088 if (wall[thewall[i]].nextsector >= 0) in renderDrawRoomsQ16()
[all …]
H A Dengine_priv.h228 extern int16_t thesector[MAXWALLSB], thewall[MAXWALLSB];
H A Dbuild.cpp3043 static void M32_MarkPointInsertion(int32_t thewall) in M32_MarkPointInsertion() argument
3046 int32_t nextw = wall[thewall].nextwall; in M32_MarkPointInsertion()
3049 for (YAX_ITER_WALLS(thewall, i, tmpcf)) in M32_MarkPointInsertion()
3055 for (YAX_ITER_WALLS(thewall, i, tmpcf)) in M32_MarkPointInsertion()
3073 static int32_t M32_InsertPoint(int32_t thewall, int32_t dax, int32_t day, int16_t onewnumwalls, int… in M32_InsertPoint() argument
3076 int32_t nextw = wall[thewall].nextwall; in M32_InsertPoint()
3079 if (yax_islockedwall(thewall) || (nextw>=0 && yax_islockedwall(nextw))) in M32_InsertPoint()
3085 M32_MarkPointInsertion(thewall); in M32_InsertPoint()
3132 insertpoint(thewall, dax,day, mapwallnum); in M32_InsertPoint()
H A Dpolymost.cpp5357 int32_t const wallnum = thewall[z]; in polymost_drawalls()
6686 thewall[numscans] = z; in polymost_scansector()
6701 …if ((wall[thewall[z]].point2 != thewall[bunchp2[z]]) || (dxb2[z] > nexttowardf(dxb1[bunchp2[z]], d… in polymost_scansector()
7136 show2dwall[thewall[z]>>3] |= pow2char[thewall[z]&7]; in polymost_drawrooms()
7373 polymost_drawmaskwallinternal(thewall[z]); in polymost_drawmaskwall()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h760 EXTERN int16_t thewall[MAXWALLSB]; variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/klauspost/compress/compress-1.10.10/snappy/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/archivers/snappy/snappy-1.1.9/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/sysutils/vector/leveldb-sys-bbdd99a6fab0a7444a8c6eb0cc86a1a5a75f7fa1/deps/snappy-1.1.7/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/sysutils/vector/vector-0.10.0/cargo-crates/leveldb-sys-2.0.5/deps/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/snappy/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/snappy/src/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/snappy-1.1.2/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm
/dports/www/filtron/filtron-93f8b22/vendor/github.com/klauspost/compress/snappy/testdata/
H A Durls.10K9125 http://space.tin.it/scuola/ermenegh/thewall/il2.htm

12