Home
last modified time | relevance | path

Searched refs:tiletovox (Results 1 – 12 of 12) sorted by relevance

/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dbstub.c163 tiletovox[PLAYER] = nextvoxid++; in ExtInit()
164 tiletovox[BROWNMONSTER] = nextvoxid++; in ExtInit()
271 if (usevoxels && tiletovox[tspr->picnum] >= 0) in ExtAnalyzeSprites()
276 if (!voxoff[ tiletovox[PLAYER] ][0]) { in ExtAnalyzeSprites()
277 if (qloadkvx(tiletovox[PLAYER],"voxel000.kvx")) { in ExtAnalyzeSprites()
278 tiletovox[PLAYER] = -1; in ExtAnalyzeSprites()
283 longptr = (int *)voxoff[ tiletovox[PLAYER] ][0]; in ExtAnalyzeSprites()
289 if (!voxoff[ tiletovox[BROWNMONSTER] ][0]) { in ExtAnalyzeSprites()
290 if (qloadkvx(tiletovox[BROWNMONSTER],"voxel001.kvx")) { in ExtAnalyzeSprites()
291 tiletovox[BROWNMONSTER] = -1; in ExtAnalyzeSprites()
H A Dgame.c592 tiletovox[PLAYER] = nextvoxid++;
594 tiletovox[BROWNMONSTER] = nextvoxid++;
1971 if (usevoxels && tiletovox[tspr->picnum] >= 0)
1994 intptr = (int *)voxoff[ tiletovox[PLAYER] ][0];
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Ddefs.c489 tiletovox[tilex] = lastvoxid; in defsparser()
753 if ((unsigned int)tilex < MAXTILES) tiletovox[tilex] = lastvoxid; in defsparser()
767 for(tilex=tile0;tilex<=tile1;tilex++) tiletovox[tilex] = lastvoxid; in defsparser()
H A Dpolymost.c3448 …if (usevoxels && (tspr->cstat&48)!=48 && tiletovox[tspr->picnum] >= 0 && voxmodels[ tiletovox[tspr… in polymost_drawsprite()
3449 if (voxdraw(voxmodels[ tiletovox[tspr->picnum] ], tspr, 0)) { in polymost_drawsprite()
H A Dengine.c42 int tiletovox[MAXTILES]; variable
2983 else if ((cstat&48)!=48 && (usevoxels) && (tiletovox[tilenum] != -1) in drawsprite()
2988 vtilenum = tiletovox[tilenum]; in drawsprite()
5424 tiletovox[i] = -1; in initengine()
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbuild.h272 extern int tiletovox[MAXTILES];
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dview.cpp244 int const nVoxel = tiletovox[pTSprite->picnum]; in analyzesprites()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Ddefs.cpp1441 tiletovox[tilex] = lastvoxid; in defsparser()
1971 tiletovox[tilex] = lastvoxid; in defsparser()
1985 tiletovox[tilex] = lastvoxid; in defsparser()
H A Dpolymost.cpp2822 …PRITE_ALIGNMENT) != CSTAT_SPRITE_ALIGNMENT_SLAB && tiletovox[tspr->picnum] >= 0 && voxmodels[tilet… in polymost_spriteIsModelOrVoxel()
6598 … (usevoxels && tiletovox[spr->picnum] >= 0 && voxmodels[tiletovox[spr->picnum]]) || in polymost_scansector()
7597 …PRITE_ALIGNMENT) != CSTAT_SPRITE_ALIGNMENT_SLAB && tiletovox[tspr->picnum] >= 0 && voxmodels[tilet… in polymost2_drawsprite()
7599 if (polymost_voxdraw(voxmodels[tiletovox[tspr->picnum]], tspr)) return; in polymost2_drawsprite()
8176 …if (usevoxels && (tspr->cstat & 48) != 48 && tiletovox[tspr->picnum] >= 0 && voxmodels[tiletovox[t… in polymost_drawsprite()
8178 if (polymost_voxdraw(voxmodels[tiletovox[tspr->picnum]], tspr)) in polymost_drawsprite()
8181 polymost_voxeditorfunc(voxmodels[tiletovox[tspr->picnum]], tspr); in polymost_drawsprite()
H A Dengine.cpp83 int16_t tiletovox[MAXTILES]; variable
5271 …else if ((cstat & 48) != 32 && usevoxels && tiletovox[tilenum] != -1 && spritenum != -1 && !(sprit… in classicDrawSprite()
5273 vtilenum = tiletovox[tilenum]; in classicDrawSprite()
8657 tiletovox[i] = -1; in engineInit()
11363 ssize_t voxindex = tiletovox[tile]; in vox_undefine()
11384 tiletovox[tile] = -1; in vox_undefine()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h1000 extern int16_t tiletovox[MAXTILES];
1613 (videoGetRenderMode() <= REND_POLYMOST && usevoxels && tiletovox[tilenume] != -1); in tilehasmodelorvoxel()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dview.cpp2482 …if (usevoxels && gDetail >= 4 && videoGetRenderMode() != REND_POLYMER && tiletovox[pTSprite->picnu… in viewProcessSprites()
2513 if (tiletovox[nAnimTile] != -1) in viewProcessSprites()
2520 int const nVoxel = tiletovox[pTSprite->picnum]; in viewProcessSprites()