Home
last modified time | relevance | path

Searched refs:currentGame (Results 1 – 4 of 4) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js407 Init(currentGame - 1);
411 Init(currentGame + 1);
860 …if (gameVariant[currentGame] !== "") { text += "[Variant \"" + gameVariant[currentGame] + "\"]\n";…
874 var currentGame = -1; variable
1709 initialGame = currentGame + 1;
1997 currentGame = 0;
2000 currentGame = numberOfGames - 1;
2008 if (!currentGame) { currentGame = 0; }
2067 if ((gameSetUp[currentGame] !== undefined) && (gameSetUp[currentGame] != "1")) { InitFEN(); }
2068 else { InitFEN(gameFEN[currentGame]); }
[all …]
H A Dengine.js70 …if ((typeof(gameVariant[currentGame]) == "undefined") || (gameVariant[currentGame].match(/^\s*(|ch…
96 } else if (warnedAboutUnsupportedVariation != gameVariant[currentGame]) {
97 warnedAboutUnsupportedVariation = gameVariant[currentGame];
98 …myAlert("warning: analysis board unavailable for the " + gameVariant[currentGame] + " variant", tr…
H A Dfide-lookup.js21 openFidePlayerUrl(gameWhite[currentGame], customPgnHeaderTag('WhiteFideId'));
25 openFidePlayerUrl(gameBlack[currentGame], customPgnHeaderTag('BlackFideId'));
H A Dparsing-tests.js59 …if (console) { console.log(" alert: g=" + currentGame + " v=" + CurrentVar + " p=" + CurrentPly +…