Home
last modified time | relevance | path

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

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dpaintmap.c89 if (backgroundPointDist == 0) in Paint_background_dots()
92 count.x = Setup->width / (BLOCK_SZ * backgroundPointDist); in Paint_background_dots()
93 count.y = Setup->height / (BLOCK_SZ * backgroundPointDist); in Paint_background_dots()
H A Dclient.c93 int backgroundPointDist; /* spacing of navigation points */ variable
533 start = backgroundPointDist; in Map_dots()
537 if (backgroundPointDist > 0) { in Map_dots()
538 for (x = start; x < Setup->x; x += backgroundPointDist) { in Map_dots()
539 for (y = start; y < Setup->y; y += backgroundPointDist) { in Map_dots()
550 else if (backgroundPointDist > 0 in Map_dots()
551 && x % backgroundPointDist == 0 in Map_dots()
552 && y % backgroundPointDist == 0) in Map_dots()
H A Ddefault.c410 backgroundPointDist = val; in Set_backgroundPointDist()
1005 &backgroundPointDist,
H A Dclient.h509 extern int backgroundPointDist; /* spacing of navigation points */
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/debian/examples/
H A DViper.xpilotrc40 xpilot.backgroundPointDist: 8
H A DGSV.xpilotrc35 xpilot.backgroundPointDist: 8
H A DKirsty.xpilotrc36 xpilot.backgroundPointDist: 10
H A DU.xpilotrc47 xpilot.backgroundPointDist: 8
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DXPilot.ini246 backgroundPointDist=8 key