From 48e6d5fb820a82c0ff2dcc6dd4724432597b81c6 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Sat, 18 Mar 2023 08:06:27 -0600 Subject: [PATCH] Initial docs commit --- Makefile | 4 +- docs/.gitattributes | 173 ++++++++++++++++++ docs/.nojekyll | 1 + docs/assets/highlight.css | 3 + docs/assets/main.js | 3 + docs/assets/search.js | 3 + docs/assets/style.css | 3 + docs/classes/GoConditionalMove.html | 3 + docs/classes/GoEngine.html | 3 + docs/classes/GoStoneGroup.html | 3 + docs/classes/GoStoneGroups.html | 3 + docs/classes/GoTheme.html | 3 + docs/classes/Goban.html | 3 + docs/classes/GobanCore.html | 3 + docs/classes/GobanError.html | 3 + docs/classes/GobanMoveError.html | 3 + docs/classes/GobanSocket.html | 3 + docs/classes/MoveTree.html | 3 + docs/classes/ScoreEstimator.html | 3 + docs/classes/TestGoban.html | 3 + docs/classes/TypedEventEmitter.html | 3 + docs/enums/JGOFNumericPlayerColor.html | 3 + .../protocol.RemoteStorageReplication.html | 3 + docs/functions/GoMath.coor_ch2num.html | 3 + docs/functions/GoMath.coor_num2ch.html | 3 + .../functions/GoMath.decodeGTPCoordinate.html | 3 + docs/functions/GoMath.decodeMoves.html | 3 + docs/functions/GoMath.encodeMove.html | 3 + docs/functions/GoMath.encodeMoveToArray.html | 3 + docs/functions/GoMath.encodeMoves.html | 3 + docs/functions/GoMath.encodeMovesToArray.html | 3 + docs/functions/GoMath.encodePrettyCoord.html | 3 + .../GoMath.makeEmptyObjectMatrix.html | 3 + docs/functions/GoMath.makeMatrix.html | 3 + docs/functions/GoMath.makeObjectMatrix.html | 3 + docs/functions/GoMath.makeStringMatrix.html | 3 + docs/functions/GoMath.num2char.html | 3 + docs/functions/GoMath.ojeSequenceToMoves.html | 3 + docs/functions/GoMath.positionId.html | 3 + docs/functions/GoMath.prettyCoords.html | 3 + docs/functions/GoMath.pretty_coor_ch2num.html | 3 + docs/functions/GoMath.pretty_coor_num2ch.html | 3 + docs/functions/GoMath.sortMoves.html | 3 + ...th.stripModeratorOnlyExtraInformation.html | 3 + docs/functions/GoMath.trimJGOFMoves.html | 3 + docs/functions/_.html | 3 + docs/functions/allocateCanvasOrError.html | 3 + docs/functions/closeErrorCodeToString.html | 3 + docs/functions/computeAverageMoveTime.html | 3 + docs/functions/createDeviceScaledCanvas.html | 3 + docs/functions/deepEqual.html | 3 + docs/functions/deviceCanvasScalingRatio.html | 3 + docs/functions/dup.html | 3 + docs/functions/elementOffset.html | 3 + docs/functions/getRandomInt.html | 3 + docs/functions/getRelativeEventPosition.html | 3 + docs/functions/getWorstMoves.html | 3 + docs/functions/init_score_estimator.html | 3 + docs/functions/interpolate.html | 3 + docs/functions/movesFromBoardState.html | 3 + docs/functions/niceInterval.html | 3 + docs/functions/placeRenderedImageStone.html | 3 + docs/functions/preRenderImageStone.html | 3 + docs/functions/resizeDeviceScaledCanvas.html | 3 + docs/functions/setGobanTranslations.html | 3 + docs/functions/set_OGSScoreEstimator.html | 3 + docs/functions/set_remote_scorer.html | 3 + docs/functions/shortDurationString.html | 3 + docs/functions/validateCanvas.html | 3 + docs/index.html | 3 + docs/interfaces/AIReviewWorstMoveEntry.html | 3 + docs/interfaces/AdHocClock.html | 3 + docs/interfaces/AdHocFormat.html | 3 + docs/interfaces/AdHocPauseControl.html | 3 + docs/interfaces/AdHocPlayer.html | 3 + docs/interfaces/AdHocPlayerClock.html | 3 + docs/interfaces/AudioClockEvent.html | 3 + docs/interfaces/BoardState.html | 3 + docs/interfaces/ColoredCircle.html | 3 + docs/interfaces/ConditionalMoveTree.html | 3 + docs/interfaces/Events.html | 3 + docs/interfaces/GoEngineConfig.html | 3 + docs/interfaces/GoEngineInitialState.html | 3 + docs/interfaces/GoEnginePlayerEntry.html | 3 + docs/interfaces/GoEngineState.html | 3 + docs/interfaces/GoThemeBackgroundCSS.html | 3 + .../GoThemeBackgroundReactStyles.html | 3 + docs/interfaces/GoThemesInterface.html | 3 + docs/interfaces/GobanBounds.html | 3 + docs/interfaces/GobanChatLogLine.html | 3 + docs/interfaces/GobanConfig.html | 3 + docs/interfaces/GobanHooks.html | 3 + .../interfaces/GobanIOErrorMessageObject.html | 3 + docs/interfaces/GobanMetrics.html | 3 + .../GobanMoveErrorMessageObject.html | 3 + docs/interfaces/GobanSelectedThemes.html | 3 + docs/interfaces/GobanSocketEvents.html | 3 + docs/interfaces/GobanStrings.html | 3 + docs/interfaces/JGOF.html | 3 + docs/interfaces/JGOFAIReview.html | 3 + docs/interfaces/JGOFAIReviewMove.html | 3 + .../interfaces/JGOFAIReviewMoveVariation.html | 3 + docs/interfaces/JGOFAbsoluteTimeControl.html | 3 + docs/interfaces/JGOFByoYomiTimeControl.html | 3 + docs/interfaces/JGOFCanadianTimeControl.html | 3 + docs/interfaces/JGOFClock.html | 3 + .../interfaces/JGOFClockWithTransmitting.html | 3 + docs/interfaces/JGOFFischerTimeControl.html | 3 + docs/interfaces/JGOFIntersection.html | 3 + docs/interfaces/JGOFMove.html | 3 + docs/interfaces/JGOFNoneTimeControl.html | 3 + docs/interfaces/JGOFPauseState.html | 3 + docs/interfaces/JGOFPlayer.html | 3 + docs/interfaces/JGOFPlayerClock.html | 3 + docs/interfaces/JGOFPlayerSummary.html | 3 + docs/interfaces/JGOFSimpleTimeControl.html | 3 + docs/interfaces/MarkInterface.html | 3 + docs/interfaces/MoveTreeChatLine.html | 3 + docs/interfaces/MoveTreeChatLineBody.html | 3 + docs/interfaces/MoveTreeJson.html | 3 + docs/interfaces/PlayerScore.html | 3 + docs/interfaces/PuzzleConfig.html | 3 + docs/interfaces/ReviewMessage.html | 3 + docs/interfaces/Score.html | 3 + docs/interfaces/ScoreEstimateRequest.html | 3 + docs/interfaces/ScoreEstimateResponse.html | 3 + docs/interfaces/StateUpdateEvents.html | 3 + .../interfaces/protocol.AIServerToClient.html | 3 + .../interfaces/protocol.ClientToAIServer.html | 3 + docs/interfaces/protocol.ClientToServer.html | 3 + docs/interfaces/protocol.GameListWhere.html | 3 + docs/interfaces/protocol.ServerToClient.html | 3 + docs/modules.html | 3 + docs/modules/GoMath.html | 3 + docs/modules/protocol.html | 3 + docs/types/AdHocPackedMove.html | 3 + docs/types/AnalysisSubTool.html | 3 + docs/types/AnalysisTool.html | 3 + docs/types/ConditionalMoveResponse.html | 3 + docs/types/GoEnginePhase.html | 3 + docs/types/GoEngineRules.html | 3 + docs/types/GoEngineSuperKoAlgorithm.html | 3 + docs/types/GoMath.Intersection.html | 3 + docs/types/GoMath.Move.html | 3 + docs/types/GoMath.NumberMatrix.html | 3 + docs/types/GoMath.StringMatrix.html | 3 + docs/types/GobanChatLog.html | 3 + docs/types/GobanErrorMessageId.html | 3 + docs/types/GobanErrorMessageObject.html | 3 + docs/types/GobanIOErrorMessageId.html | 3 + docs/types/GobanModes.html | 3 + docs/types/GobanMoveErrorMessageId.html | 3 + docs/types/Group.html | 3 + docs/types/JGOFTimeControl.html | 3 + docs/types/JGOFTimeControlSpeed.html | 3 + docs/types/JGOFTimeControlSystem.html | 3 + docs/types/LabelPosition.html | 3 + docs/types/LegacyEventsShim.html | 3 + docs/types/MoveTreePenMarks.html | 3 + docs/types/PlayerColor.html | 3 + docs/types/PuzzleOpponentMoveMode.html | 3 + docs/types/PuzzlePlacementSetting.html | 3 + docs/types/PuzzlePlayerMoveMode.html | 3 + docs/types/protocol.AutomatchCondition.html | 3 + docs/types/protocol.RuleSet.html | 3 + docs/types/protocol.Size.html | 3 + docs/types/protocol.Speed.html | 3 + docs/variables/AUTOSCORE_TOLERANCE.html | 3 + docs/variables/AUTOSCORE_TRIALS.html | 3 + docs/variables/GOBAN_FONT.html | 3 + docs/variables/GoThemes.html | 3 + docs/variables/GoThemesSorted.html | 3 + docs/variables/MARK_TYPES.html | 3 + .../variables/SCORE_ESTIMATION_TOLERANCE.html | 3 + docs/variables/SCORE_ESTIMATION_TRIALS.html | 3 + docs/variables/focus_tracker.html | 3 + typedoc.json | 2 +- 177 files changed, 696 insertions(+), 3 deletions(-) create mode 100644 docs/.gitattributes create mode 100644 docs/.nojekyll create mode 100644 docs/assets/highlight.css create mode 100644 docs/assets/main.js create mode 100644 docs/assets/search.js create mode 100644 docs/assets/style.css create mode 100644 docs/classes/GoConditionalMove.html create mode 100644 docs/classes/GoEngine.html create mode 100644 docs/classes/GoStoneGroup.html create mode 100644 docs/classes/GoStoneGroups.html create mode 100644 docs/classes/GoTheme.html create mode 100644 docs/classes/Goban.html create mode 100644 docs/classes/GobanCore.html create mode 100644 docs/classes/GobanError.html create mode 100644 docs/classes/GobanMoveError.html create mode 100644 docs/classes/GobanSocket.html create mode 100644 docs/classes/MoveTree.html create mode 100644 docs/classes/ScoreEstimator.html create mode 100644 docs/classes/TestGoban.html create mode 100644 docs/classes/TypedEventEmitter.html create mode 100644 docs/enums/JGOFNumericPlayerColor.html create mode 100644 docs/enums/protocol.RemoteStorageReplication.html create mode 100644 docs/functions/GoMath.coor_ch2num.html create mode 100644 docs/functions/GoMath.coor_num2ch.html create mode 100644 docs/functions/GoMath.decodeGTPCoordinate.html create mode 100644 docs/functions/GoMath.decodeMoves.html create mode 100644 docs/functions/GoMath.encodeMove.html create mode 100644 docs/functions/GoMath.encodeMoveToArray.html create mode 100644 docs/functions/GoMath.encodeMoves.html create mode 100644 docs/functions/GoMath.encodeMovesToArray.html create mode 100644 docs/functions/GoMath.encodePrettyCoord.html create mode 100644 docs/functions/GoMath.makeEmptyObjectMatrix.html create mode 100644 docs/functions/GoMath.makeMatrix.html create mode 100644 docs/functions/GoMath.makeObjectMatrix.html create mode 100644 docs/functions/GoMath.makeStringMatrix.html create mode 100644 docs/functions/GoMath.num2char.html create mode 100644 docs/functions/GoMath.ojeSequenceToMoves.html create mode 100644 docs/functions/GoMath.positionId.html create mode 100644 docs/functions/GoMath.prettyCoords.html create mode 100644 docs/functions/GoMath.pretty_coor_ch2num.html create mode 100644 docs/functions/GoMath.pretty_coor_num2ch.html create mode 100644 docs/functions/GoMath.sortMoves.html create mode 100644 docs/functions/GoMath.stripModeratorOnlyExtraInformation.html create mode 100644 docs/functions/GoMath.trimJGOFMoves.html create mode 100644 docs/functions/_.html create mode 100644 docs/functions/allocateCanvasOrError.html create mode 100644 docs/functions/closeErrorCodeToString.html create mode 100644 docs/functions/computeAverageMoveTime.html create mode 100644 docs/functions/createDeviceScaledCanvas.html create mode 100644 docs/functions/deepEqual.html create mode 100644 docs/functions/deviceCanvasScalingRatio.html create mode 100644 docs/functions/dup.html create mode 100644 docs/functions/elementOffset.html create mode 100644 docs/functions/getRandomInt.html create mode 100644 docs/functions/getRelativeEventPosition.html create mode 100644 docs/functions/getWorstMoves.html create mode 100644 docs/functions/init_score_estimator.html create mode 100644 docs/functions/interpolate.html create mode 100644 docs/functions/movesFromBoardState.html create mode 100644 docs/functions/niceInterval.html create mode 100644 docs/functions/placeRenderedImageStone.html create mode 100644 docs/functions/preRenderImageStone.html create mode 100644 docs/functions/resizeDeviceScaledCanvas.html create mode 100644 docs/functions/setGobanTranslations.html create mode 100644 docs/functions/set_OGSScoreEstimator.html create mode 100644 docs/functions/set_remote_scorer.html create mode 100644 docs/functions/shortDurationString.html create mode 100644 docs/functions/validateCanvas.html create mode 100644 docs/index.html create mode 100644 docs/interfaces/AIReviewWorstMoveEntry.html create mode 100644 docs/interfaces/AdHocClock.html create mode 100644 docs/interfaces/AdHocFormat.html create mode 100644 docs/interfaces/AdHocPauseControl.html create mode 100644 docs/interfaces/AdHocPlayer.html create mode 100644 docs/interfaces/AdHocPlayerClock.html create mode 100644 docs/interfaces/AudioClockEvent.html create mode 100644 docs/interfaces/BoardState.html create mode 100644 docs/interfaces/ColoredCircle.html create mode 100644 docs/interfaces/ConditionalMoveTree.html create mode 100644 docs/interfaces/Events.html create mode 100644 docs/interfaces/GoEngineConfig.html create mode 100644 docs/interfaces/GoEngineInitialState.html create mode 100644 docs/interfaces/GoEnginePlayerEntry.html create mode 100644 docs/interfaces/GoEngineState.html create mode 100644 docs/interfaces/GoThemeBackgroundCSS.html create mode 100644 docs/interfaces/GoThemeBackgroundReactStyles.html create mode 100644 docs/interfaces/GoThemesInterface.html create mode 100644 docs/interfaces/GobanBounds.html create mode 100644 docs/interfaces/GobanChatLogLine.html create mode 100644 docs/interfaces/GobanConfig.html create mode 100644 docs/interfaces/GobanHooks.html create mode 100644 docs/interfaces/GobanIOErrorMessageObject.html create mode 100644 docs/interfaces/GobanMetrics.html create mode 100644 docs/interfaces/GobanMoveErrorMessageObject.html create mode 100644 docs/interfaces/GobanSelectedThemes.html create mode 100644 docs/interfaces/GobanSocketEvents.html create mode 100644 docs/interfaces/GobanStrings.html create mode 100644 docs/interfaces/JGOF.html create mode 100644 docs/interfaces/JGOFAIReview.html create mode 100644 docs/interfaces/JGOFAIReviewMove.html create mode 100644 docs/interfaces/JGOFAIReviewMoveVariation.html create mode 100644 docs/interfaces/JGOFAbsoluteTimeControl.html create mode 100644 docs/interfaces/JGOFByoYomiTimeControl.html create mode 100644 docs/interfaces/JGOFCanadianTimeControl.html create mode 100644 docs/interfaces/JGOFClock.html create mode 100644 docs/interfaces/JGOFClockWithTransmitting.html create mode 100644 docs/interfaces/JGOFFischerTimeControl.html create mode 100644 docs/interfaces/JGOFIntersection.html create mode 100644 docs/interfaces/JGOFMove.html create mode 100644 docs/interfaces/JGOFNoneTimeControl.html create mode 100644 docs/interfaces/JGOFPauseState.html create mode 100644 docs/interfaces/JGOFPlayer.html create mode 100644 docs/interfaces/JGOFPlayerClock.html create mode 100644 docs/interfaces/JGOFPlayerSummary.html create mode 100644 docs/interfaces/JGOFSimpleTimeControl.html create mode 100644 docs/interfaces/MarkInterface.html create mode 100644 docs/interfaces/MoveTreeChatLine.html create mode 100644 docs/interfaces/MoveTreeChatLineBody.html create mode 100644 docs/interfaces/MoveTreeJson.html create mode 100644 docs/interfaces/PlayerScore.html create mode 100644 docs/interfaces/PuzzleConfig.html create mode 100644 docs/interfaces/ReviewMessage.html create mode 100644 docs/interfaces/Score.html create mode 100644 docs/interfaces/ScoreEstimateRequest.html create mode 100644 docs/interfaces/ScoreEstimateResponse.html create mode 100644 docs/interfaces/StateUpdateEvents.html create mode 100644 docs/interfaces/protocol.AIServerToClient.html create mode 100644 docs/interfaces/protocol.ClientToAIServer.html create mode 100644 docs/interfaces/protocol.ClientToServer.html create mode 100644 docs/interfaces/protocol.GameListWhere.html create mode 100644 docs/interfaces/protocol.ServerToClient.html create mode 100644 docs/modules.html create mode 100644 docs/modules/GoMath.html create mode 100644 docs/modules/protocol.html create mode 100644 docs/types/AdHocPackedMove.html create mode 100644 docs/types/AnalysisSubTool.html create mode 100644 docs/types/AnalysisTool.html create mode 100644 docs/types/ConditionalMoveResponse.html create mode 100644 docs/types/GoEnginePhase.html create mode 100644 docs/types/GoEngineRules.html create mode 100644 docs/types/GoEngineSuperKoAlgorithm.html create mode 100644 docs/types/GoMath.Intersection.html create mode 100644 docs/types/GoMath.Move.html create mode 100644 docs/types/GoMath.NumberMatrix.html create mode 100644 docs/types/GoMath.StringMatrix.html create mode 100644 docs/types/GobanChatLog.html create mode 100644 docs/types/GobanErrorMessageId.html create mode 100644 docs/types/GobanErrorMessageObject.html create mode 100644 docs/types/GobanIOErrorMessageId.html create mode 100644 docs/types/GobanModes.html create mode 100644 docs/types/GobanMoveErrorMessageId.html create mode 100644 docs/types/Group.html create mode 100644 docs/types/JGOFTimeControl.html create mode 100644 docs/types/JGOFTimeControlSpeed.html create mode 100644 docs/types/JGOFTimeControlSystem.html create mode 100644 docs/types/LabelPosition.html create mode 100644 docs/types/LegacyEventsShim.html create mode 100644 docs/types/MoveTreePenMarks.html create mode 100644 docs/types/PlayerColor.html create mode 100644 docs/types/PuzzleOpponentMoveMode.html create mode 100644 docs/types/PuzzlePlacementSetting.html create mode 100644 docs/types/PuzzlePlayerMoveMode.html create mode 100644 docs/types/protocol.AutomatchCondition.html create mode 100644 docs/types/protocol.RuleSet.html create mode 100644 docs/types/protocol.Size.html create mode 100644 docs/types/protocol.Speed.html create mode 100644 docs/variables/AUTOSCORE_TOLERANCE.html create mode 100644 docs/variables/AUTOSCORE_TRIALS.html create mode 100644 docs/variables/GOBAN_FONT.html create mode 100644 docs/variables/GoThemes.html create mode 100644 docs/variables/GoThemesSorted.html create mode 100644 docs/variables/MARK_TYPES.html create mode 100644 docs/variables/SCORE_ESTIMATION_TOLERANCE.html create mode 100644 docs/variables/SCORE_ESTIMATION_TRIALS.html create mode 100644 docs/variables/focus_tracker.html diff --git a/Makefile b/Makefile index be4ab2db..62f5f0c4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ lint: test: yarn run test -doc typedoc: +doc docs typedoc: yarn run typedoc clean: @@ -44,4 +44,4 @@ upload_to_cdn: cp lib/engine.min.js* deployment-staging-area gsutil -m rsync -r deployment-staging-area/ gs://ogs-site-files/goban/`node -pe 'JSON.parse(require("fs").readFileSync("package.json")).version'`/ -.PHONY: doc test clean all dev typedoc publich push +.PHONY: doc docs test clean all dev typedoc publich push diff --git a/docs/.gitattributes b/docs/.gitattributes new file mode 100644 index 00000000..aee3b598 --- /dev/null +++ b/docs/.gitattributes @@ -0,0 +1,173 @@ +index.html filter=lfs diff=lfs merge=lfs -text +modules.html filter=lfs diff=lfs merge=lfs -text +types/protocol.RuleSet.html filter=lfs diff=lfs merge=lfs -text +types/PuzzleOpponentMoveMode.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.makeObjectMatrix.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanChatLogLine.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFPlayer.html filter=lfs diff=lfs merge=lfs -text +interfaces/protocol.ClientToAIServer.html filter=lfs diff=lfs merge=lfs -text +variables/GOBAN_FONT.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.makeEmptyObjectMatrix.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanMoveErrorMessageObject.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFClockWithTransmitting.html filter=lfs diff=lfs merge=lfs -text +types/MoveTreePenMarks.html filter=lfs diff=lfs merge=lfs -text +functions/set_OGSScoreEstimator.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanMetrics.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoThemeBackgroundReactStyles.html filter=lfs diff=lfs merge=lfs -text +types/JGOFTimeControlSpeed.html filter=lfs diff=lfs merge=lfs -text +functions/resizeDeviceScaledCanvas.html filter=lfs diff=lfs merge=lfs -text +interfaces/AudioClockEvent.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.stripModeratorOnlyExtraInformation.html filter=lfs diff=lfs merge=lfs -text +functions/movesFromBoardState.html filter=lfs diff=lfs merge=lfs -text +types/GobanIOErrorMessageId.html filter=lfs diff=lfs merge=lfs -text +types/GobanModes.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.coor_num2ch.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.pretty_coor_ch2num.html filter=lfs diff=lfs merge=lfs -text +classes/MoveTree.html filter=lfs diff=lfs merge=lfs -text +classes/TypedEventEmitter.html filter=lfs diff=lfs merge=lfs -text +interfaces/AdHocClock.html filter=lfs diff=lfs merge=lfs -text +interfaces/AdHocPlayer.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoEngineState.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFAIReview.html filter=lfs diff=lfs merge=lfs -text +classes/GobanMoveError.html filter=lfs diff=lfs merge=lfs -text +classes/GoTheme.html filter=lfs diff=lfs merge=lfs -text +interfaces/ScoreEstimateResponse.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.trimJGOFMoves.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanSelectedThemes.html filter=lfs diff=lfs merge=lfs -text +types/LabelPosition.html filter=lfs diff=lfs merge=lfs -text +classes/GoEngine.html filter=lfs diff=lfs merge=lfs -text +classes/ScoreEstimator.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanConfig.html filter=lfs diff=lfs merge=lfs -text +classes/GobanSocket.html filter=lfs diff=lfs merge=lfs -text +functions/niceInterval.html filter=lfs diff=lfs merge=lfs -text +types/GoEngineSuperKoAlgorithm.html filter=lfs diff=lfs merge=lfs -text +types/JGOFTimeControlSystem.html filter=lfs diff=lfs merge=lfs -text +functions/placeRenderedImageStone.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFAIReviewMoveVariation.html filter=lfs diff=lfs merge=lfs -text +functions/setGobanTranslations.html filter=lfs diff=lfs merge=lfs -text +interfaces/AdHocPlayerClock.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.encodeMovesToArray.html filter=lfs diff=lfs merge=lfs -text +functions/preRenderImageStone.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.encodeMoves.html filter=lfs diff=lfs merge=lfs -text +functions/validateCanvas.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanSocketEvents.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFIntersection.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFMove.html filter=lfs diff=lfs merge=lfs -text +interfaces/ScoreEstimateRequest.html filter=lfs diff=lfs merge=lfs -text +classes/GobanCore.html filter=lfs diff=lfs merge=lfs -text +functions/deviceCanvasScalingRatio.html filter=lfs diff=lfs merge=lfs -text +variables/GoThemesSorted.html filter=lfs diff=lfs merge=lfs -text +types/AnalysisTool.html filter=lfs diff=lfs merge=lfs -text +types/protocol.Size.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoEngineInitialState.html filter=lfs diff=lfs merge=lfs -text +types/PuzzlePlacementSetting.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.encodePrettyCoord.html filter=lfs diff=lfs merge=lfs -text +interfaces/BoardState.html filter=lfs diff=lfs merge=lfs -text +types/GobanMoveErrorMessageId.html filter=lfs diff=lfs merge=lfs -text +functions/shortDurationString.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoThemeBackgroundCSS.html filter=lfs diff=lfs merge=lfs -text +interfaces/ReviewMessage.html filter=lfs diff=lfs merge=lfs -text +types/GoMath.Intersection.html filter=lfs diff=lfs merge=lfs -text +types/GoMath.NumberMatrix.html filter=lfs diff=lfs merge=lfs -text +types/GoMath.StringMatrix.html filter=lfs diff=lfs merge=lfs -text +variables/focus_tracker.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoEnginePlayerEntry.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFPlayerSummary.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.decodeGTPCoordinate.html filter=lfs diff=lfs merge=lfs -text +functions/interpolate.html filter=lfs diff=lfs merge=lfs -text +interfaces/ConditionalMoveTree.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanHooks.html filter=lfs diff=lfs merge=lfs -text +types/GobanErrorMessageId.html filter=lfs diff=lfs merge=lfs -text +classes/GoConditionalMove.html filter=lfs diff=lfs merge=lfs -text +enums/protocol.RemoteStorageReplication.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoThemesInterface.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFPauseState.html filter=lfs diff=lfs merge=lfs -text +variables/SCORE_ESTIMATION_TRIALS.html filter=lfs diff=lfs merge=lfs -text +classes/Goban.html filter=lfs diff=lfs merge=lfs -text +interfaces/GoEngineConfig.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFNoneTimeControl.html filter=lfs diff=lfs merge=lfs -text +interfaces/MoveTreeJson.html filter=lfs diff=lfs merge=lfs -text +variables/AUTOSCORE_TOLERANCE.html filter=lfs diff=lfs merge=lfs -text +interfaces/AIReviewWorstMoveEntry.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFCanadianTimeControl.html filter=lfs diff=lfs merge=lfs -text +functions/_.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFClock.html filter=lfs diff=lfs merge=lfs -text +types/GoEnginePhase.html filter=lfs diff=lfs merge=lfs -text +functions/elementOffset.html filter=lfs diff=lfs merge=lfs -text +functions/getWorstMoves.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.sortMoves.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFByoYomiTimeControl.html filter=lfs diff=lfs merge=lfs -text +functions/dup.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.decodeMoves.html filter=lfs diff=lfs merge=lfs -text +types/GobanChatLog.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.ojeSequenceToMoves.html filter=lfs diff=lfs merge=lfs -text +interfaces/PlayerScore.html filter=lfs diff=lfs merge=lfs -text +types/PuzzlePlayerMoveMode.html filter=lfs diff=lfs merge=lfs -text +variables/SCORE_ESTIMATION_TOLERANCE.html filter=lfs diff=lfs merge=lfs -text +classes/GobanError.html filter=lfs diff=lfs merge=lfs -text +interfaces/PuzzleConfig.html filter=lfs diff=lfs merge=lfs -text +interfaces/AdHocPauseControl.html filter=lfs diff=lfs merge=lfs -text +interfaces/ColoredCircle.html filter=lfs diff=lfs merge=lfs -text +modules/GoMath.html filter=lfs diff=lfs merge=lfs -text +types/GoMath.Move.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.encodeMoveToArray.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.makeMatrix.html filter=lfs diff=lfs merge=lfs -text +interfaces/protocol.GameListWhere.html filter=lfs diff=lfs merge=lfs -text +types/GoEngineRules.html filter=lfs diff=lfs merge=lfs -text +types/PlayerColor.html filter=lfs diff=lfs merge=lfs -text +types/protocol.AutomatchCondition.html filter=lfs diff=lfs merge=lfs -text +variables/AUTOSCORE_TRIALS.html filter=lfs diff=lfs merge=lfs -text +variables/MARK_TYPES.html filter=lfs diff=lfs merge=lfs -text +enums/JGOFNumericPlayerColor.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFFischerTimeControl.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFPlayerClock.html filter=lfs diff=lfs merge=lfs -text +functions/closeErrorCodeToString.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.positionId.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.pretty_coor_num2ch.html filter=lfs diff=lfs merge=lfs -text +interfaces/AdHocFormat.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanBounds.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFAbsoluteTimeControl.html filter=lfs diff=lfs merge=lfs -text +types/AdHocPackedMove.html filter=lfs diff=lfs merge=lfs -text +types/GobanErrorMessageObject.html filter=lfs diff=lfs merge=lfs -text +classes/GoStoneGroup.html filter=lfs diff=lfs merge=lfs -text +functions/getRelativeEventPosition.html filter=lfs diff=lfs merge=lfs -text +types/Group.html filter=lfs diff=lfs merge=lfs -text +interfaces/MoveTreeChatLine.html filter=lfs diff=lfs merge=lfs -text +types/ConditionalMoveResponse.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.num2char.html filter=lfs diff=lfs merge=lfs -text +functions/init_score_estimator.html filter=lfs diff=lfs merge=lfs -text +interfaces/protocol.ServerToClient.html filter=lfs diff=lfs merge=lfs -text +classes/TestGoban.html filter=lfs diff=lfs merge=lfs -text +functions/allocateCanvasOrError.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFAIReviewMove.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOFSimpleTimeControl.html filter=lfs diff=lfs merge=lfs -text +interfaces/Score.html filter=lfs diff=lfs merge=lfs -text +modules/protocol.html filter=lfs diff=lfs merge=lfs -text +types/protocol.Speed.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.encodeMove.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanIOErrorMessageObject.html filter=lfs diff=lfs merge=lfs -text +types/LegacyEventsShim.html filter=lfs diff=lfs merge=lfs -text +interfaces/protocol.ClientToServer.html filter=lfs diff=lfs merge=lfs -text +types/JGOFTimeControl.html filter=lfs diff=lfs merge=lfs -text +functions/set_remote_scorer.html filter=lfs diff=lfs merge=lfs -text +interfaces/JGOF.html filter=lfs diff=lfs merge=lfs -text +interfaces/MarkInterface.html filter=lfs diff=lfs merge=lfs -text +interfaces/MoveTreeChatLineBody.html filter=lfs diff=lfs merge=lfs -text +classes/GoStoneGroups.html filter=lfs diff=lfs merge=lfs -text +functions/deepEqual.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.prettyCoords.html filter=lfs diff=lfs merge=lfs -text +interfaces/protocol.AIServerToClient.html filter=lfs diff=lfs merge=lfs -text +interfaces/StateUpdateEvents.html filter=lfs diff=lfs merge=lfs -text +functions/createDeviceScaledCanvas.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.coor_ch2num.html filter=lfs diff=lfs merge=lfs -text +functions/GoMath.makeStringMatrix.html filter=lfs diff=lfs merge=lfs -text +interfaces/Events.html filter=lfs diff=lfs merge=lfs -text +interfaces/GobanStrings.html filter=lfs diff=lfs merge=lfs -text +types/AnalysisSubTool.html filter=lfs diff=lfs merge=lfs -text +variables/GoThemes.html filter=lfs diff=lfs merge=lfs -text +functions/computeAverageMoveTime.html filter=lfs diff=lfs merge=lfs -text +functions/getRandomInt.html filter=lfs diff=lfs merge=lfs -text +assets/main.js filter=lfs diff=lfs merge=lfs -text +assets/search.js filter=lfs diff=lfs merge=lfs -text +assets/highlight.css filter=lfs diff=lfs merge=lfs -text +assets/style.css filter=lfs diff=lfs merge=lfs -text diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e2ac6616 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 00000000..66aa752c --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81284ec780b4ce46a3fa6a8477659857f268619271ca1d8f612a1d8e194f61ab +size 920 diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 00000000..28a205f5 --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3f1cca9579120a2825d7439c2aef97face63d32851abf60eba598def0ff903 +size 43748 diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 00000000..5533bd81 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564b59d7025162acc56a8c3ce40785b7c8acba9b83fb8b56e7d22c82a395c56b +size 700921 diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 00000000..a4ef7493 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9d29c1c3d081a9aeec7db48de1f824011648cef44407e55a05257f163fdeb2 +size 28831 diff --git a/docs/classes/GoConditionalMove.html b/docs/classes/GoConditionalMove.html new file mode 100644 index 00000000..a99c5a03 --- /dev/null +++ b/docs/classes/GoConditionalMove.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412a028b1c9fbfd932099e3638e98c7f345a7efb823a157c7b620a1a25623c4e +size 28648 diff --git a/docs/classes/GoEngine.html b/docs/classes/GoEngine.html new file mode 100644 index 00000000..4cde1445 --- /dev/null +++ b/docs/classes/GoEngine.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25395a3defc4845467730334775814ba7fb47856116d6d98bc22dacee22d1300 +size 334886 diff --git a/docs/classes/GoStoneGroup.html b/docs/classes/GoStoneGroup.html new file mode 100644 index 00000000..a9ae333c --- /dev/null +++ b/docs/classes/GoStoneGroup.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc53f8b8858577a4890b21358c2581405d527eda7a6c71e2ea8b0303e8502562 +size 64755 diff --git a/docs/classes/GoStoneGroups.html b/docs/classes/GoStoneGroups.html new file mode 100644 index 00000000..c0fa1817 --- /dev/null +++ b/docs/classes/GoStoneGroups.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddc155feec1587bc706bb3cf506b7c16c855bf3c9cd143c416f38715eff5ca8 +size 22471 diff --git a/docs/classes/GoTheme.html b/docs/classes/GoTheme.html new file mode 100644 index 00000000..b19973e3 --- /dev/null +++ b/docs/classes/GoTheme.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90886c0c6e15c4ee31c8ada40fea10adec271480e191220bde2b2a25b27a0002 +size 72817 diff --git a/docs/classes/Goban.html b/docs/classes/Goban.html new file mode 100644 index 00000000..e9f5cc0d --- /dev/null +++ b/docs/classes/Goban.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e875905d1461e5485d268f32f347b8197ecce1364b0ed50f9f7fe9cefabc24 +size 709069 diff --git a/docs/classes/GobanCore.html b/docs/classes/GobanCore.html new file mode 100644 index 00000000..3016ec3d --- /dev/null +++ b/docs/classes/GobanCore.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d355faa568c0890545e9883d5078f495f9bb0d694347d5e374506a7e0f761da7 +size 542089 diff --git a/docs/classes/GobanError.html b/docs/classes/GobanError.html new file mode 100644 index 00000000..a1120261 --- /dev/null +++ b/docs/classes/GobanError.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f023b6aa8063f74d624b8435a86d3eb91587f2d148fd99a2ddda250df1170602 +size 12055 diff --git a/docs/classes/GobanMoveError.html b/docs/classes/GobanMoveError.html new file mode 100644 index 00000000..82eb93db --- /dev/null +++ b/docs/classes/GobanMoveError.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97172ddeb735dbc0095895119ab111b1abb4d2fb7be2985ddd18a971714c7a8 +size 19161 diff --git a/docs/classes/GobanSocket.html b/docs/classes/GobanSocket.html new file mode 100644 index 00000000..4fe49df8 --- /dev/null +++ b/docs/classes/GobanSocket.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2c526fc62bd0a2018a5f160e5560f4a6c7f998532e2a54c4f870449186aa80 +size 75718 diff --git a/docs/classes/MoveTree.html b/docs/classes/MoveTree.html new file mode 100644 index 00000000..287a0165 --- /dev/null +++ b/docs/classes/MoveTree.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26231a67c12eb5fc3d991c8778b61eb6c14d874ca38f170608c93ea6dd2f7c5a +size 215645 diff --git a/docs/classes/ScoreEstimator.html b/docs/classes/ScoreEstimator.html new file mode 100644 index 00000000..ca91ea7f --- /dev/null +++ b/docs/classes/ScoreEstimator.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ffa5cb9542c3cdb18506312f461d60ce4a16e67ea86aba22f8bab07e7b5c52 +size 103245 diff --git a/docs/classes/TestGoban.html b/docs/classes/TestGoban.html new file mode 100644 index 00000000..50a58f89 --- /dev/null +++ b/docs/classes/TestGoban.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a655bf1af9088f5add57b85f60a2fc5302e02c75b9422fded39d945bd9ebe7 +size 561435 diff --git a/docs/classes/TypedEventEmitter.html b/docs/classes/TypedEventEmitter.html new file mode 100644 index 00000000..56a934db --- /dev/null +++ b/docs/classes/TypedEventEmitter.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d2d4c9211a1f6ba02245c12358074a2117c0b5068b5fd87e5d06b979d666b3 +size 13402 diff --git a/docs/enums/JGOFNumericPlayerColor.html b/docs/enums/JGOFNumericPlayerColor.html new file mode 100644 index 00000000..03894977 --- /dev/null +++ b/docs/enums/JGOFNumericPlayerColor.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0c46f94dac07d1a5fe4f3b9c2b42524d8bc66f6b107f58caca5939041da1d1 +size 12187 diff --git a/docs/enums/protocol.RemoteStorageReplication.html b/docs/enums/protocol.RemoteStorageReplication.html new file mode 100644 index 00000000..7a559477 --- /dev/null +++ b/docs/enums/protocol.RemoteStorageReplication.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f845381b9d7c647a13100d4624bcabf1421067d7b3bd6cd864641acdbdcccc7b +size 15274 diff --git a/docs/functions/GoMath.coor_ch2num.html b/docs/functions/GoMath.coor_ch2num.html new file mode 100644 index 00000000..c1d8c082 --- /dev/null +++ b/docs/functions/GoMath.coor_ch2num.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9b45852aff523d640fd6b330eaaa6d2a7863b50c0e8937aa16879b9cd148c4 +size 15438 diff --git a/docs/functions/GoMath.coor_num2ch.html b/docs/functions/GoMath.coor_num2ch.html new file mode 100644 index 00000000..f795aece --- /dev/null +++ b/docs/functions/GoMath.coor_num2ch.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f2180828af4c174b4abd5e2ef6597425b81314b6a99998f41e6bb9053f093b +size 15442 diff --git a/docs/functions/GoMath.decodeGTPCoordinate.html b/docs/functions/GoMath.decodeGTPCoordinate.html new file mode 100644 index 00000000..47e07900 --- /dev/null +++ b/docs/functions/GoMath.decodeGTPCoordinate.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8148ddaf24770270e4776232ac48a85d86ca22e8a65efff7d021d74a535c5dcd +size 15948 diff --git a/docs/functions/GoMath.decodeMoves.html b/docs/functions/GoMath.decodeMoves.html new file mode 100644 index 00000000..73c5581f --- /dev/null +++ b/docs/functions/GoMath.decodeMoves.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d950c87ee250dc1ac5a7e6c07d6f9840c1fbe8861044dc51c60988236c60263 +size 17938 diff --git a/docs/functions/GoMath.encodeMove.html b/docs/functions/GoMath.encodeMove.html new file mode 100644 index 00000000..ba2e37b7 --- /dev/null +++ b/docs/functions/GoMath.encodeMove.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b6d9f3a74ad7f9e891ab62850c3d1b867cd16b7f171dc3e4dadb8edda25069 +size 15944 diff --git a/docs/functions/GoMath.encodeMoveToArray.html b/docs/functions/GoMath.encodeMoveToArray.html new file mode 100644 index 00000000..ae9aad79 --- /dev/null +++ b/docs/functions/GoMath.encodeMoveToArray.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49adeb2faa126dc5aaa7e8b99b3cdcec8718747530e866a7d3c8c8245efedd20 +size 15742 diff --git a/docs/functions/GoMath.encodeMoves.html b/docs/functions/GoMath.encodeMoves.html new file mode 100644 index 00000000..b84f862e --- /dev/null +++ b/docs/functions/GoMath.encodeMoves.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e0becaa99fe01a22201d02988acd8f8e3038a61c276b30165b180d4c689c22 +size 15644 diff --git a/docs/functions/GoMath.encodeMovesToArray.html b/docs/functions/GoMath.encodeMovesToArray.html new file mode 100644 index 00000000..f19e9106 --- /dev/null +++ b/docs/functions/GoMath.encodeMovesToArray.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc63225dd2da448fb89eb2db991a43a457cedd7bf11880fc46618049f5917567 +size 15931 diff --git a/docs/functions/GoMath.encodePrettyCoord.html b/docs/functions/GoMath.encodePrettyCoord.html new file mode 100644 index 00000000..7c861334 --- /dev/null +++ b/docs/functions/GoMath.encodePrettyCoord.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d204a077ba1aeeda3c303e190ecf82b6d402e599a4208daa8a1530b5c8e61c3 +size 15666 diff --git a/docs/functions/GoMath.makeEmptyObjectMatrix.html b/docs/functions/GoMath.makeEmptyObjectMatrix.html new file mode 100644 index 00000000..a8efcd73 --- /dev/null +++ b/docs/functions/GoMath.makeEmptyObjectMatrix.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33596388079316e4a006398079def743c126fdb7e05615ce941e1550ab1d9fc7 +size 16232 diff --git a/docs/functions/GoMath.makeMatrix.html b/docs/functions/GoMath.makeMatrix.html new file mode 100644 index 00000000..262242ef --- /dev/null +++ b/docs/functions/GoMath.makeMatrix.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e984e80cb863943fa8446e9729caa3c7f9d10355fb6106b95cbb66429add925 +size 15976 diff --git a/docs/functions/GoMath.makeObjectMatrix.html b/docs/functions/GoMath.makeObjectMatrix.html new file mode 100644 index 00000000..cd98245a --- /dev/null +++ b/docs/functions/GoMath.makeObjectMatrix.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c033f09aa52aa8c4a152d454cbed8f0267c540f2128d724a8be8d4759e9a4f +size 16191 diff --git a/docs/functions/GoMath.makeStringMatrix.html b/docs/functions/GoMath.makeStringMatrix.html new file mode 100644 index 00000000..3bca5cf6 --- /dev/null +++ b/docs/functions/GoMath.makeStringMatrix.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd74a44aee2811d710a06fd124da7e7a1d1144bcfb106682303b847213ee41b6 +size 16035 diff --git a/docs/functions/GoMath.num2char.html b/docs/functions/GoMath.num2char.html new file mode 100644 index 00000000..fa793df8 --- /dev/null +++ b/docs/functions/GoMath.num2char.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae575bd14c51cfc4b8c45135a28c8a66a21c114448556930bd40fab97fea4516 +size 15415 diff --git a/docs/functions/GoMath.ojeSequenceToMoves.html b/docs/functions/GoMath.ojeSequenceToMoves.html new file mode 100644 index 00000000..c7707388 --- /dev/null +++ b/docs/functions/GoMath.ojeSequenceToMoves.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e382a69eacba60762ea19e764aed76d1621f868a04206aa69cba5a56bebb5b +size 15715 diff --git a/docs/functions/GoMath.positionId.html b/docs/functions/GoMath.positionId.html new file mode 100644 index 00000000..90c1226d --- /dev/null +++ b/docs/functions/GoMath.positionId.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014069076d831396825348b4ee7d35de287f46e6d469f4e4a6973e1ba593ed06 +size 16127 diff --git a/docs/functions/GoMath.prettyCoords.html b/docs/functions/GoMath.prettyCoords.html new file mode 100644 index 00000000..0d017711 --- /dev/null +++ b/docs/functions/GoMath.prettyCoords.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b449ebc8145bb6b4e4ccbd1bdfe29290520f0cab26397f7be19b6fbce62d22 +size 15789 diff --git a/docs/functions/GoMath.pretty_coor_ch2num.html b/docs/functions/GoMath.pretty_coor_ch2num.html new file mode 100644 index 00000000..57b0b235 --- /dev/null +++ b/docs/functions/GoMath.pretty_coor_ch2num.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbb9a4ad2123c1762cb708492c6bf86bba65f8825be0d3517fdf6bbf7598229 +size 15493 diff --git a/docs/functions/GoMath.pretty_coor_num2ch.html b/docs/functions/GoMath.pretty_coor_num2ch.html new file mode 100644 index 00000000..2c77c98e --- /dev/null +++ b/docs/functions/GoMath.pretty_coor_num2ch.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab248bf42960ceea29a719ebc7727327b326d9568afd211b1c133927579abc3 +size 15497 diff --git a/docs/functions/GoMath.sortMoves.html b/docs/functions/GoMath.sortMoves.html new file mode 100644 index 00000000..2fb738eb --- /dev/null +++ b/docs/functions/GoMath.sortMoves.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6be3c54ee2758d9c0d87a5eef09254c5b30d517c26fb8a018c7a32498d2c28 +size 15910 diff --git a/docs/functions/GoMath.stripModeratorOnlyExtraInformation.html b/docs/functions/GoMath.stripModeratorOnlyExtraInformation.html new file mode 100644 index 00000000..fa1b864a --- /dev/null +++ b/docs/functions/GoMath.stripModeratorOnlyExtraInformation.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff1301ebf6c10f8329f9be82cd3840ec17d7897f23d8c24ef1c7bea32710a2c +size 15891 diff --git a/docs/functions/GoMath.trimJGOFMoves.html b/docs/functions/GoMath.trimJGOFMoves.html new file mode 100644 index 00000000..40963311 --- /dev/null +++ b/docs/functions/GoMath.trimJGOFMoves.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ca210ad72065410ffc5103a88be2c281c853e22618c7fd79cf518acd6bcd71 +size 16037 diff --git a/docs/functions/_.html b/docs/functions/_.html new file mode 100644 index 00000000..e3150517 --- /dev/null +++ b/docs/functions/_.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453f7a7b63fce5278f3af6e394bdea551d08db5d38f8c641b4db705ec23102be +size 46260 diff --git a/docs/functions/allocateCanvasOrError.html b/docs/functions/allocateCanvasOrError.html new file mode 100644 index 00000000..4937498a --- /dev/null +++ b/docs/functions/allocateCanvasOrError.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da44be0851df157e6bebb7bacc572d7ac64cfb983e77e92d1be8e9f2efccb4b2 +size 47453 diff --git a/docs/functions/closeErrorCodeToString.html b/docs/functions/closeErrorCodeToString.html new file mode 100644 index 00000000..2cb9c43e --- /dev/null +++ b/docs/functions/closeErrorCodeToString.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9fca8f791a2dcd7ffdb1a00ad56463979534a28a992abe0b7f2c0500b8b325 +size 46209 diff --git a/docs/functions/computeAverageMoveTime.html b/docs/functions/computeAverageMoveTime.html new file mode 100644 index 00000000..bb725493 --- /dev/null +++ b/docs/functions/computeAverageMoveTime.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6bf756e1b15cdc96c102bc87bf819a2f701e74d5b37b35e9e8b9034a048236 +size 46777 diff --git a/docs/functions/createDeviceScaledCanvas.html b/docs/functions/createDeviceScaledCanvas.html new file mode 100644 index 00000000..40265fc1 --- /dev/null +++ b/docs/functions/createDeviceScaledCanvas.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9c78d76a74ff83653ed0511f05da58a1bf954e31b5770649581df6ef0dabbf +size 46403 diff --git a/docs/functions/deepEqual.html b/docs/functions/deepEqual.html new file mode 100644 index 00000000..36e4141b --- /dev/null +++ b/docs/functions/deepEqual.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f0ee6627e8f4184cd60fa77166efdcf190c86aeb7f4a174911e04fea2bbd52 +size 46236 diff --git a/docs/functions/deviceCanvasScalingRatio.html b/docs/functions/deviceCanvasScalingRatio.html new file mode 100644 index 00000000..5aa76833 --- /dev/null +++ b/docs/functions/deviceCanvasScalingRatio.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f687ea458ae5584f89b115f9462d2a9bd1a06aa29744927bd35eecc58b102a +size 45920 diff --git a/docs/functions/dup.html b/docs/functions/dup.html new file mode 100644 index 00000000..f51cd5f5 --- /dev/null +++ b/docs/functions/dup.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d4fb1671dbf42ea12a6499d9d995e5013078cdb089988928815dbd55b894ba +size 46028 diff --git a/docs/functions/elementOffset.html b/docs/functions/elementOffset.html new file mode 100644 index 00000000..4e5bbcb0 --- /dev/null +++ b/docs/functions/elementOffset.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbef8ce816f3ff6fecc95dd8bbdeb26f17241b5de5122d5177beebf0c139448f +size 47184 diff --git a/docs/functions/getRandomInt.html b/docs/functions/getRandomInt.html new file mode 100644 index 00000000..5b2aa170 --- /dev/null +++ b/docs/functions/getRandomInt.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c05aa4f86d890ebc637f5792ad5dffafd7fee925bf8f80212144b7ba596f269 +size 46281 diff --git a/docs/functions/getRelativeEventPosition.html b/docs/functions/getRelativeEventPosition.html new file mode 100644 index 00000000..3fcc10e9 --- /dev/null +++ b/docs/functions/getRelativeEventPosition.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0218540a2a3b7b6f4aadf3633e06a0668d0160bde746ec698f4ba3316c3ee9 +size 47565 diff --git a/docs/functions/getWorstMoves.html b/docs/functions/getWorstMoves.html new file mode 100644 index 00000000..f3daa26e --- /dev/null +++ b/docs/functions/getWorstMoves.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747b51e823db397df1856cca8b08908676e22962a2cd4abe24b1f46a94bd7661 +size 47309 diff --git a/docs/functions/init_score_estimator.html b/docs/functions/init_score_estimator.html new file mode 100644 index 00000000..4120da3b --- /dev/null +++ b/docs/functions/init_score_estimator.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53249abc0320c461a21defb4f4bacf2fdbedb19e8f2d33a9ea3537df9e85cfef +size 46180 diff --git a/docs/functions/interpolate.html b/docs/functions/interpolate.html new file mode 100644 index 00000000..a75c3722 --- /dev/null +++ b/docs/functions/interpolate.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c053b3fc499badc616be847887d2a644dbbb7aa13e7bbad3a6c391b48f0ad3f4 +size 46266 diff --git a/docs/functions/movesFromBoardState.html b/docs/functions/movesFromBoardState.html new file mode 100644 index 00000000..5d193dcd --- /dev/null +++ b/docs/functions/movesFromBoardState.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b202c192d33167182ab31d604526af9a8206ac1e577e14f88a79a77450a627ee +size 46968 diff --git a/docs/functions/niceInterval.html b/docs/functions/niceInterval.html new file mode 100644 index 00000000..71715f6f --- /dev/null +++ b/docs/functions/niceInterval.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4162dbac67688e034832463a5aab55a84ff79e3bce4fa8f786a1ccb0d8375f +size 47583 diff --git a/docs/functions/placeRenderedImageStone.html b/docs/functions/placeRenderedImageStone.html new file mode 100644 index 00000000..a3b70cef --- /dev/null +++ b/docs/functions/placeRenderedImageStone.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b1759dfa07ebc8deebff6033d349c69a709b332affb18d793b258f37d14fd8 +size 47326 diff --git a/docs/functions/preRenderImageStone.html b/docs/functions/preRenderImageStone.html new file mode 100644 index 00000000..0039ae1e --- /dev/null +++ b/docs/functions/preRenderImageStone.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532ceeec2cb9d7c96c4ee01f3850588955a696368e8cc79afbc62245e8c618b0 +size 47754 diff --git a/docs/functions/resizeDeviceScaledCanvas.html b/docs/functions/resizeDeviceScaledCanvas.html new file mode 100644 index 00000000..e21894c5 --- /dev/null +++ b/docs/functions/resizeDeviceScaledCanvas.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685fe166fa7920f066f8acad3eea6fdb3e0f32717c3863af9b6a5d08365bd1ed +size 46597 diff --git a/docs/functions/setGobanTranslations.html b/docs/functions/setGobanTranslations.html new file mode 100644 index 00000000..ffbc0ea5 --- /dev/null +++ b/docs/functions/setGobanTranslations.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fac931dc1fb32fc72462b16f272f2a7777680e952b3accd8eb89f83dc5cfa7 +size 46546 diff --git a/docs/functions/set_OGSScoreEstimator.html b/docs/functions/set_OGSScoreEstimator.html new file mode 100644 index 00000000..a858d2d7 --- /dev/null +++ b/docs/functions/set_OGSScoreEstimator.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa39a43f3961f500a62f76686ef95bf9132d8e4f04d1a91504f78a0fbefece96 +size 46182 diff --git a/docs/functions/set_remote_scorer.html b/docs/functions/set_remote_scorer.html new file mode 100644 index 00000000..b1432fc1 --- /dev/null +++ b/docs/functions/set_remote_scorer.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59cc79c5f5bc24f589ecab9d68a187ee41f08ade6561abb3550215d457491bf +size 48753 diff --git a/docs/functions/shortDurationString.html b/docs/functions/shortDurationString.html new file mode 100644 index 00000000..12f9f4f6 --- /dev/null +++ b/docs/functions/shortDurationString.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021b7b7cc69469b0a3c3aef0cf8e604c929d48b78ddcbd331da6a849fdd1fedc +size 46172 diff --git a/docs/functions/validateCanvas.html b/docs/functions/validateCanvas.html new file mode 100644 index 00000000..a08d986f --- /dev/null +++ b/docs/functions/validateCanvas.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4501f915d66d71911ac3691088455811562494a03130e822dde9cc8096266228 +size 46758 diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..d21cf46d --- /dev/null +++ b/docs/index.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b239e96a01fe5f267b863c6aebac96b4357951f94b722f2206c87233bbd0cc7 +size 47424 diff --git a/docs/interfaces/AIReviewWorstMoveEntry.html b/docs/interfaces/AIReviewWorstMoveEntry.html new file mode 100644 index 00000000..f53e093a --- /dev/null +++ b/docs/interfaces/AIReviewWorstMoveEntry.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae44419bd08d9b0c579dea27454749e762e0a8286916de9d2a041ee6c56a59d +size 14001 diff --git a/docs/interfaces/AdHocClock.html b/docs/interfaces/AdHocClock.html new file mode 100644 index 00000000..9019ba9a --- /dev/null +++ b/docs/interfaces/AdHocClock.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a0dd62a0ba809ec835b4b6e7a7ee70137517235d7f56ccdfff3fc3e5bd9164 +size 28684 diff --git a/docs/interfaces/AdHocFormat.html b/docs/interfaces/AdHocFormat.html new file mode 100644 index 00000000..7285abcd --- /dev/null +++ b/docs/interfaces/AdHocFormat.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296b1dad87bd048f380cc79788c320b73f9e181d3708691682605a6851d0665d +size 15658 diff --git a/docs/interfaces/AdHocPauseControl.html b/docs/interfaces/AdHocPauseControl.html new file mode 100644 index 00000000..5119ef8e --- /dev/null +++ b/docs/interfaces/AdHocPauseControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc76e19cdeb6357f8c47bb76c9e4efc1920534d7a59f84ff0a2d40e6caa06bd +size 17235 diff --git a/docs/interfaces/AdHocPlayer.html b/docs/interfaces/AdHocPlayer.html new file mode 100644 index 00000000..8966bc63 --- /dev/null +++ b/docs/interfaces/AdHocPlayer.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06b648eaf811f25e6d2adb3b453c3762aa11bd79508da161011595bd7534bc0 +size 10897 diff --git a/docs/interfaces/AdHocPlayerClock.html b/docs/interfaces/AdHocPlayerClock.html new file mode 100644 index 00000000..531957f1 --- /dev/null +++ b/docs/interfaces/AdHocPlayerClock.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ebfdb26535862905f155527221b913544c919219bfa4495b1aa0edc885de7e +size 17948 diff --git a/docs/interfaces/AudioClockEvent.html b/docs/interfaces/AudioClockEvent.html new file mode 100644 index 00000000..eb2f8135 --- /dev/null +++ b/docs/interfaces/AudioClockEvent.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2440df78dd095ad4df67b4aeb0e74850a868e49647e2f11a343923b954d636 +size 17631 diff --git a/docs/interfaces/BoardState.html b/docs/interfaces/BoardState.html new file mode 100644 index 00000000..25940333 --- /dev/null +++ b/docs/interfaces/BoardState.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9610ea8346453b1982e034d755d4238e2dc4c2873b27046f10a92e4b7d4f53f6 +size 13918 diff --git a/docs/interfaces/ColoredCircle.html b/docs/interfaces/ColoredCircle.html new file mode 100644 index 00000000..ec736c57 --- /dev/null +++ b/docs/interfaces/ColoredCircle.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837b140c63a17effb54b1bc5929d4f2c0372c104d63e25b195adb6787cddae3c +size 13976 diff --git a/docs/interfaces/ConditionalMoveTree.html b/docs/interfaces/ConditionalMoveTree.html new file mode 100644 index 00000000..7e272d43 --- /dev/null +++ b/docs/interfaces/ConditionalMoveTree.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6014d2cdb5ab6e7dcb348f4dcd5d1083ed07c9d32e8c44f3d62878364a50e027 +size 44975 diff --git a/docs/interfaces/Events.html b/docs/interfaces/Events.html new file mode 100644 index 00000000..a1317994 --- /dev/null +++ b/docs/interfaces/Events.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd832876910e1f8ac8a928fcaa7c5df4b4dd777aa46957d0851c74680b60f5a +size 122915 diff --git a/docs/interfaces/GoEngineConfig.html b/docs/interfaces/GoEngineConfig.html new file mode 100644 index 00000000..4d383d35 --- /dev/null +++ b/docs/interfaces/GoEngineConfig.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e477912061761ec900b4d280ae5efff12d0bc18d50ae2f9c2a4b295df72d124 +size 107434 diff --git a/docs/interfaces/GoEngineInitialState.html b/docs/interfaces/GoEngineInitialState.html new file mode 100644 index 00000000..7b9d9590 --- /dev/null +++ b/docs/interfaces/GoEngineInitialState.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd088b87aef92ea25be9d15b199dff165c5fb601d8decafa89f73c5f68d3267 +size 11136 diff --git a/docs/interfaces/GoEnginePlayerEntry.html b/docs/interfaces/GoEnginePlayerEntry.html new file mode 100644 index 00000000..476d54c4 --- /dev/null +++ b/docs/interfaces/GoEnginePlayerEntry.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4af24f61780742a62a2651736495e569edca1183538fa8185b5b948d783e0b +size 20289 diff --git a/docs/interfaces/GoEngineState.html b/docs/interfaces/GoEngineState.html new file mode 100644 index 00000000..0f7a4c5b --- /dev/null +++ b/docs/interfaces/GoEngineState.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b7e3f7c4bae241149b1e11925a698f732a0aabcd5c263daf935206998c3c54 +size 18750 diff --git a/docs/interfaces/GoThemeBackgroundCSS.html b/docs/interfaces/GoThemeBackgroundCSS.html new file mode 100644 index 00000000..ae0b6fc8 --- /dev/null +++ b/docs/interfaces/GoThemeBackgroundCSS.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1850a7a7a98cb0af7fd0b4d6c300af196b106ab656082423b1f7362c1f3da642 +size 12872 diff --git a/docs/interfaces/GoThemeBackgroundReactStyles.html b/docs/interfaces/GoThemeBackgroundReactStyles.html new file mode 100644 index 00000000..8a537725 --- /dev/null +++ b/docs/interfaces/GoThemeBackgroundReactStyles.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1425d64bf0546c673f65d12437a763eda1637e9956a37302e3e812f194dde +size 12964 diff --git a/docs/interfaces/GoThemesInterface.html b/docs/interfaces/GoThemesInterface.html new file mode 100644 index 00000000..ae1e1c9e --- /dev/null +++ b/docs/interfaces/GoThemesInterface.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e1668ca3eb2ba59c0289d8e23b01983a33229edf640bbe54c1dea8c0e4c97c +size 15789 diff --git a/docs/interfaces/GobanBounds.html b/docs/interfaces/GobanBounds.html new file mode 100644 index 00000000..ed575e96 --- /dev/null +++ b/docs/interfaces/GobanBounds.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dcdfcc9ea389dce1276dd07d158ed0339ae4e12436e723c084f9ac1d51231f +size 13615 diff --git a/docs/interfaces/GobanChatLogLine.html b/docs/interfaces/GobanChatLogLine.html new file mode 100644 index 00000000..d5d5f93a --- /dev/null +++ b/docs/interfaces/GobanChatLogLine.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a9e394be49f9cfefa6479fcc6f207fa6ff3f16eb3b3ecc322c1b9841a37044 +size 9657 diff --git a/docs/interfaces/GobanConfig.html b/docs/interfaces/GobanConfig.html new file mode 100644 index 00000000..f88e81ec --- /dev/null +++ b/docs/interfaces/GobanConfig.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd16a1266abb1d3b7b6548105e17e5774c5074af3de3c473800ac1047dd7591 +size 196661 diff --git a/docs/interfaces/GobanHooks.html b/docs/interfaces/GobanHooks.html new file mode 100644 index 00000000..89272937 --- /dev/null +++ b/docs/interfaces/GobanHooks.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cadcae753bf533147e7e7b214d039920c75029c9ec48b07c1644ec87cba8b2 +size 75162 diff --git a/docs/interfaces/GobanIOErrorMessageObject.html b/docs/interfaces/GobanIOErrorMessageObject.html new file mode 100644 index 00000000..c334af51 --- /dev/null +++ b/docs/interfaces/GobanIOErrorMessageObject.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492d0f60a345444f9b8415a0ebd840fc7757765dffedba461bc9c3f53f77e312 +size 11149 diff --git a/docs/interfaces/GobanMetrics.html b/docs/interfaces/GobanMetrics.html new file mode 100644 index 00000000..37c4d9c8 --- /dev/null +++ b/docs/interfaces/GobanMetrics.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96ce8e5ac57b7be0f8304006cfec47703639c320aa046e818ed6bd9627affcd +size 13646 diff --git a/docs/interfaces/GobanMoveErrorMessageObject.html b/docs/interfaces/GobanMoveErrorMessageObject.html new file mode 100644 index 00000000..8e7444a8 --- /dev/null +++ b/docs/interfaces/GobanMoveErrorMessageObject.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b799220efb1f3ddcdcfd8639171efea0d825d25c94c34d1fe989867ad1464c +size 12727 diff --git a/docs/interfaces/GobanSelectedThemes.html b/docs/interfaces/GobanSelectedThemes.html new file mode 100644 index 00000000..10f4e5d8 --- /dev/null +++ b/docs/interfaces/GobanSelectedThemes.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25dad1532b5546eeef23eda471a821c150969834efa735864726c4808b35c9e +size 12384 diff --git a/docs/interfaces/GobanSocketEvents.html b/docs/interfaces/GobanSocketEvents.html new file mode 100644 index 00000000..b85d5ba5 --- /dev/null +++ b/docs/interfaces/GobanSocketEvents.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02700804362bb5b028dbdb537201d3e0fd7306ce58f66cb21c1e2756e6c3f43d +size 22672 diff --git a/docs/interfaces/GobanStrings.html b/docs/interfaces/GobanStrings.html new file mode 100644 index 00000000..ede5c2dd --- /dev/null +++ b/docs/interfaces/GobanStrings.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8feab6e588f56c63a51ed9bb32f01e049b7135a0021c234462e3eb459fe601 +size 72553 diff --git a/docs/interfaces/JGOF.html b/docs/interfaces/JGOF.html new file mode 100644 index 00000000..7433e1d8 --- /dev/null +++ b/docs/interfaces/JGOF.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c54f9bdce2e645dab65cb9a69d7ca2419c919a5d3cf4e73fe02438735fc2bfd +size 18497 diff --git a/docs/interfaces/JGOFAIReview.html b/docs/interfaces/JGOFAIReview.html new file mode 100644 index 00000000..8c2a796a --- /dev/null +++ b/docs/interfaces/JGOFAIReview.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cd71799852dbeb16f7f191782b84fb196bd5ebd7e185c38d8103bcff0a95cd +size 33250 diff --git a/docs/interfaces/JGOFAIReviewMove.html b/docs/interfaces/JGOFAIReviewMove.html new file mode 100644 index 00000000..356c778b --- /dev/null +++ b/docs/interfaces/JGOFAIReviewMove.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b898fe02caef8e037cb26d1494d9340b3c7c7993b7b0e43c4b8a661fb37dfa5 +size 17513 diff --git a/docs/interfaces/JGOFAIReviewMoveVariation.html b/docs/interfaces/JGOFAIReviewMoveVariation.html new file mode 100644 index 00000000..5189d641 --- /dev/null +++ b/docs/interfaces/JGOFAIReviewMoveVariation.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35ba958c9fcb00fd072cadbd17487d8ee4fb683bf74234ff9ddbb901d869e05 +size 23733 diff --git a/docs/interfaces/JGOFAbsoluteTimeControl.html b/docs/interfaces/JGOFAbsoluteTimeControl.html new file mode 100644 index 00000000..6021234b --- /dev/null +++ b/docs/interfaces/JGOFAbsoluteTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69068c5588ec74b7fba92a0334c3f641041664f309b9a2f8e1f29d238f1deba6 +size 14075 diff --git a/docs/interfaces/JGOFByoYomiTimeControl.html b/docs/interfaces/JGOFByoYomiTimeControl.html new file mode 100644 index 00000000..256856cc --- /dev/null +++ b/docs/interfaces/JGOFByoYomiTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b09519a7227e981a4335059589debf63c8a45726c05745255a6784237ef7bd +size 16883 diff --git a/docs/interfaces/JGOFCanadianTimeControl.html b/docs/interfaces/JGOFCanadianTimeControl.html new file mode 100644 index 00000000..6ecc0020 --- /dev/null +++ b/docs/interfaces/JGOFCanadianTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1069ecab8dfbdaf08e5886d156c4cbe6e58e0b018c88272d686a84ef20ae31d +size 17025 diff --git a/docs/interfaces/JGOFClock.html b/docs/interfaces/JGOFClock.html new file mode 100644 index 00000000..9f580c39 --- /dev/null +++ b/docs/interfaces/JGOFClock.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6c03b056732edee163db92bfc33fbc5f24a8ee9c198185cc70d2e5b8ca5d30 +size 24897 diff --git a/docs/interfaces/JGOFClockWithTransmitting.html b/docs/interfaces/JGOFClockWithTransmitting.html new file mode 100644 index 00000000..58330130 --- /dev/null +++ b/docs/interfaces/JGOFClockWithTransmitting.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc3f0f9beb9b813d2ae10bc7d2c0ed85227b797d30fc941530ff689ad404bc6 +size 30187 diff --git a/docs/interfaces/JGOFFischerTimeControl.html b/docs/interfaces/JGOFFischerTimeControl.html new file mode 100644 index 00000000..95e09ee4 --- /dev/null +++ b/docs/interfaces/JGOFFischerTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ffff7212220624e2da478b165b774607266ac611bf2f4d83597331d2f125ca +size 16957 diff --git a/docs/interfaces/JGOFIntersection.html b/docs/interfaces/JGOFIntersection.html new file mode 100644 index 00000000..37f6aaad --- /dev/null +++ b/docs/interfaces/JGOFIntersection.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73334ff99a58a78f4cbb6815db29bd63e892df0cb6d24bc110df6204914b93c +size 11235 diff --git a/docs/interfaces/JGOFMove.html b/docs/interfaces/JGOFMove.html new file mode 100644 index 00000000..291556c1 --- /dev/null +++ b/docs/interfaces/JGOFMove.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc277a6e26f05436821a01257163cf1b0adc678de81c7608953de32726e76bfc +size 21775 diff --git a/docs/interfaces/JGOFNoneTimeControl.html b/docs/interfaces/JGOFNoneTimeControl.html new file mode 100644 index 00000000..7e7ffe7c --- /dev/null +++ b/docs/interfaces/JGOFNoneTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee3e81c80a6b75f450579bbaee26472108d84e75c53c07fe3e4ad0240b154ed +size 12527 diff --git a/docs/interfaces/JGOFPauseState.html b/docs/interfaces/JGOFPauseState.html new file mode 100644 index 00000000..c47b3c8a --- /dev/null +++ b/docs/interfaces/JGOFPauseState.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2daf4c0995695a37db43c1b26f1b956d5d00e0def09f06fb71ffe701ebe87ae +size 19059 diff --git a/docs/interfaces/JGOFPlayer.html b/docs/interfaces/JGOFPlayer.html new file mode 100644 index 00000000..06f660cb --- /dev/null +++ b/docs/interfaces/JGOFPlayer.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f7f273483aaae24cc40fb1f1af329a01aad26a4aaa414982b9117d12ae7fa2 +size 11054 diff --git a/docs/interfaces/JGOFPlayerClock.html b/docs/interfaces/JGOFPlayerClock.html new file mode 100644 index 00000000..5604f9c2 --- /dev/null +++ b/docs/interfaces/JGOFPlayerClock.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae771cb503e6a2049d95bde8f2b648c63eb6f504665a9dd2754b8831b54fec8 +size 16339 diff --git a/docs/interfaces/JGOFPlayerSummary.html b/docs/interfaces/JGOFPlayerSummary.html new file mode 100644 index 00000000..6a0d60bc --- /dev/null +++ b/docs/interfaces/JGOFPlayerSummary.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6804f3189b7c02f0595839c5b435789aceaf2c6a1c28c61b47c757639f943310 +size 15267 diff --git a/docs/interfaces/JGOFSimpleTimeControl.html b/docs/interfaces/JGOFSimpleTimeControl.html new file mode 100644 index 00000000..45106eb0 --- /dev/null +++ b/docs/interfaces/JGOFSimpleTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eea04eff609afa5283e0b4b52789f10e221ec9fa21ead90a997be7a6eab84c9 +size 14027 diff --git a/docs/interfaces/MarkInterface.html b/docs/interfaces/MarkInterface.html new file mode 100644 index 00000000..7df7943d --- /dev/null +++ b/docs/interfaces/MarkInterface.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1545045e376b808c8dbb1adb68aa68592f375447df6d24fad2f98450777e4676 +size 34818 diff --git a/docs/interfaces/MoveTreeChatLine.html b/docs/interfaces/MoveTreeChatLine.html new file mode 100644 index 00000000..224bb826 --- /dev/null +++ b/docs/interfaces/MoveTreeChatLine.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838438a2e4cfe153151cad6ebc41d60a26f05f3190bff04abadc2861fa2cb728 +size 11055 diff --git a/docs/interfaces/MoveTreeChatLineBody.html b/docs/interfaces/MoveTreeChatLineBody.html new file mode 100644 index 00000000..36bc195b --- /dev/null +++ b/docs/interfaces/MoveTreeChatLineBody.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686c89620a908abb7897b2550e6030dd11f7fd90662a93c2bb470279eace53f4 +size 13912 diff --git a/docs/interfaces/MoveTreeJson.html b/docs/interfaces/MoveTreeJson.html new file mode 100644 index 00000000..6a2ab5d7 --- /dev/null +++ b/docs/interfaces/MoveTreeJson.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff5598b10da6fde43b4cd8f54765fc541e9b48b9edb4b0f8fccd00ad019a0f1 +size 21901 diff --git a/docs/interfaces/PlayerScore.html b/docs/interfaces/PlayerScore.html new file mode 100644 index 00000000..fa6bc5ff --- /dev/null +++ b/docs/interfaces/PlayerScore.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3beb46206312835c2c1f4b2a2f93cdfb4e6d736e0885e938d3aa0186f952e7c +size 17878 diff --git a/docs/interfaces/PuzzleConfig.html b/docs/interfaces/PuzzleConfig.html new file mode 100644 index 00000000..4b7aeb15 --- /dev/null +++ b/docs/interfaces/PuzzleConfig.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c790c2dd740c81b6acb614a938ed22d0d856a8712a796603c24ccd5662073820 +size 31613 diff --git a/docs/interfaces/ReviewMessage.html b/docs/interfaces/ReviewMessage.html new file mode 100644 index 00000000..c85c1594 --- /dev/null +++ b/docs/interfaces/ReviewMessage.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcdca013fc4b9cefac4365460279b478b9033701cf79ba0b1b225c085f252b3 +size 41702 diff --git a/docs/interfaces/Score.html b/docs/interfaces/Score.html new file mode 100644 index 00000000..caba8c98 --- /dev/null +++ b/docs/interfaces/Score.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a702424a6c0cb9d0575b3ef66d901628cbab83e249c31bcaec51c67e31d9f85 +size 10931 diff --git a/docs/interfaces/ScoreEstimateRequest.html b/docs/interfaces/ScoreEstimateRequest.html new file mode 100644 index 00000000..7fbdf01f --- /dev/null +++ b/docs/interfaces/ScoreEstimateRequest.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa733f3df4d1b3c112b19159028633483d2372013201c7590d33315acc2f7f3 +size 17026 diff --git a/docs/interfaces/ScoreEstimateResponse.html b/docs/interfaces/ScoreEstimateResponse.html new file mode 100644 index 00000000..fb9fd829 --- /dev/null +++ b/docs/interfaces/ScoreEstimateResponse.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fc4f33d18ad9d971fda70696ac2e6e509d9bd9386fce2f155b555bacfdf20f +size 12724 diff --git a/docs/interfaces/StateUpdateEvents.html b/docs/interfaces/StateUpdateEvents.html new file mode 100644 index 00000000..5deb13e0 --- /dev/null +++ b/docs/interfaces/StateUpdateEvents.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915c3b5162e61b2bbb4ece8119f8670158a0a0da9091e0c01bbb32e5a21a0434 +size 35401 diff --git a/docs/interfaces/protocol.AIServerToClient.html b/docs/interfaces/protocol.AIServerToClient.html new file mode 100644 index 00000000..efa1aa6c --- /dev/null +++ b/docs/interfaces/protocol.AIServerToClient.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccb1bacbf4e82f4e5b7e092edc07e64f4b1de01b2661c270f3faf0f6daa0d8a +size 10849 diff --git a/docs/interfaces/protocol.ClientToAIServer.html b/docs/interfaces/protocol.ClientToAIServer.html new file mode 100644 index 00000000..ea724517 --- /dev/null +++ b/docs/interfaces/protocol.ClientToAIServer.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fd5161ef6bd0ab4298ac2c2510764521aeeb898379c3566d191613ed6b899c +size 26016 diff --git a/docs/interfaces/protocol.ClientToServer.html b/docs/interfaces/protocol.ClientToServer.html new file mode 100644 index 00000000..d208e8bb --- /dev/null +++ b/docs/interfaces/protocol.ClientToServer.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218026c5ec3a24185cd8d1f847f03f4036e6fdeaf27a50e8cc79dc0cc63f4c36 +size 155660 diff --git a/docs/interfaces/protocol.GameListWhere.html b/docs/interfaces/protocol.GameListWhere.html new file mode 100644 index 00000000..df3936cb --- /dev/null +++ b/docs/interfaces/protocol.GameListWhere.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c548ed5a8015c9ac2e573099b68282f79fce048c3f57c36ff548412a870755 +size 39268 diff --git a/docs/interfaces/protocol.ServerToClient.html b/docs/interfaces/protocol.ServerToClient.html new file mode 100644 index 00000000..9bbb02c6 --- /dev/null +++ b/docs/interfaces/protocol.ServerToClient.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3251e94b510f1e45e34fee60c37a93b5ad7a396eee4cb9cf38e24fbd7a2646 +size 10823 diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 00000000..7d0465b7 --- /dev/null +++ b/docs/modules.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08105ebe6cb1369e305c790cf3be06687ba2f3f1bb35fe20785572fd9d3aec9e +size 83789 diff --git a/docs/modules/GoMath.html b/docs/modules/GoMath.html new file mode 100644 index 00000000..5362f913 --- /dev/null +++ b/docs/modules/GoMath.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06c37f36adcb295c05c907e1055fc45b2294db5d0edc8489ea986b01007ff53 +size 22534 diff --git a/docs/modules/protocol.html b/docs/modules/protocol.html new file mode 100644 index 00000000..934d5940 --- /dev/null +++ b/docs/modules/protocol.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa16b652b4883d4127adeb695e4f2582cf35de825c730a3c06eb51a6e7b6006 +size 17132 diff --git a/docs/types/AdHocPackedMove.html b/docs/types/AdHocPackedMove.html new file mode 100644 index 00000000..94d428cd --- /dev/null +++ b/docs/types/AdHocPackedMove.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a71317e037c7a85498bd56f5c81e9df0dcd250c77c17ea20bc8b60d18874a2 +size 46034 diff --git a/docs/types/AnalysisSubTool.html b/docs/types/AnalysisSubTool.html new file mode 100644 index 00000000..a65969a2 --- /dev/null +++ b/docs/types/AnalysisSubTool.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e3f342c4c1d9407aea5a6930116fbf790f2422f052e75d6c70432cc55433af +size 45627 diff --git a/docs/types/AnalysisTool.html b/docs/types/AnalysisTool.html new file mode 100644 index 00000000..2b15a3a7 --- /dev/null +++ b/docs/types/AnalysisTool.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d47d225c719d0eee2026713f75214d983047d57c879d3d0657380301a1d65b +size 45302 diff --git a/docs/types/ConditionalMoveResponse.html b/docs/types/ConditionalMoveResponse.html new file mode 100644 index 00000000..d6345a3b --- /dev/null +++ b/docs/types/ConditionalMoveResponse.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b55fdcb6cc1f691d664ed0a9232d62e1fcb26d05c54aadf0eb6441d7f626501 +size 45677 diff --git a/docs/types/GoEnginePhase.html b/docs/types/GoEnginePhase.html new file mode 100644 index 00000000..d267a1f9 --- /dev/null +++ b/docs/types/GoEnginePhase.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a713e0922a62aafad83138696f73b79c3971b40c1c731bd1bc1e6423e912b45 +size 45322 diff --git a/docs/types/GoEngineRules.html b/docs/types/GoEngineRules.html new file mode 100644 index 00000000..cab78772 --- /dev/null +++ b/docs/types/GoEngineRules.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99232fc765a66f2bd4841ca397cde4840d40e075e28f7091440764dcf8c4c21 +size 45617 diff --git a/docs/types/GoEngineSuperKoAlgorithm.html b/docs/types/GoEngineSuperKoAlgorithm.html new file mode 100644 index 00000000..76ee524b --- /dev/null +++ b/docs/types/GoEngineSuperKoAlgorithm.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa917af5d161e02a61f76ecde47cc556e1d9c05b8ae14625a7c1aa2bfec1dcd +size 45578 diff --git a/docs/types/GoMath.Intersection.html b/docs/types/GoMath.Intersection.html new file mode 100644 index 00000000..efd79c3d --- /dev/null +++ b/docs/types/GoMath.Intersection.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c311ff6af59dc873f466579adef8f7a370d5bc243336e572c3a105fc1e41500 +size 14617 diff --git a/docs/types/GoMath.Move.html b/docs/types/GoMath.Move.html new file mode 100644 index 00000000..9bbbee10 --- /dev/null +++ b/docs/types/GoMath.Move.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce312bf5f1985724d300dc2a601d5f500470c69d3930961c051dda7a0f8ea9d1 +size 14561 diff --git a/docs/types/GoMath.NumberMatrix.html b/docs/types/GoMath.NumberMatrix.html new file mode 100644 index 00000000..f53d4966 --- /dev/null +++ b/docs/types/GoMath.NumberMatrix.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f911cf904a89de42a3464e01b663498fd114e7bfec2f2d24712139be2a385c8 +size 14638 diff --git a/docs/types/GoMath.StringMatrix.html b/docs/types/GoMath.StringMatrix.html new file mode 100644 index 00000000..eb91f0ad --- /dev/null +++ b/docs/types/GoMath.StringMatrix.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e58759bee49eb72f306d471ca31741766acc69d7c620f55e27e740f0bd03b3 +size 14638 diff --git a/docs/types/GobanChatLog.html b/docs/types/GobanChatLog.html new file mode 100644 index 00000000..ad4bdfd3 --- /dev/null +++ b/docs/types/GobanChatLog.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca9bf875823443f802f19d2f80048162371a896cf77c2a2595598763a3418db +size 46021 diff --git a/docs/types/GobanErrorMessageId.html b/docs/types/GobanErrorMessageId.html new file mode 100644 index 00000000..e749495a --- /dev/null +++ b/docs/types/GobanErrorMessageId.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d18d018076c30d7c77fe85d4905a29d9391df91149db00d224bc90d14c2523 +size 45372 diff --git a/docs/types/GobanErrorMessageObject.html b/docs/types/GobanErrorMessageObject.html new file mode 100644 index 00000000..5a0da8ea --- /dev/null +++ b/docs/types/GobanErrorMessageObject.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd1f3103e8ef72a17ab09c0ff19911384216dd5465d450e73abdbbd9508c22e +size 45434 diff --git a/docs/types/GobanIOErrorMessageId.html b/docs/types/GobanIOErrorMessageId.html new file mode 100644 index 00000000..c139afcb --- /dev/null +++ b/docs/types/GobanIOErrorMessageId.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b910f7cdce37c39b6e19147e96abecffad0e1d6ab2aeb665d865a151ccbb72 +size 45165 diff --git a/docs/types/GobanModes.html b/docs/types/GobanModes.html new file mode 100644 index 00000000..d0494305 --- /dev/null +++ b/docs/types/GobanModes.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd7dcc5d569d0f382ce3caadcb0c3d2d25ee6a0b3bfa2477cbd155cbd19069c +size 45516 diff --git a/docs/types/GobanMoveErrorMessageId.html b/docs/types/GobanMoveErrorMessageId.html new file mode 100644 index 00000000..b60c78eb --- /dev/null +++ b/docs/types/GobanMoveErrorMessageId.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858e3bbda7a63aad8232dd539e578d43c97a0664c65c824fda72834aebd54804 +size 45647 diff --git a/docs/types/Group.html b/docs/types/Group.html new file mode 100644 index 00000000..19f0a9c1 --- /dev/null +++ b/docs/types/Group.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d3dd313b98ee135f4110e99a4eb7260fa0b3f683bceb23539be08ff841f10b +size 45170 diff --git a/docs/types/JGOFTimeControl.html b/docs/types/JGOFTimeControl.html new file mode 100644 index 00000000..89ad8a56 --- /dev/null +++ b/docs/types/JGOFTimeControl.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b0c22c41f81ba878e0da5af324053584e6a26a893b18178befa3e51ef72996 +size 46056 diff --git a/docs/types/JGOFTimeControlSpeed.html b/docs/types/JGOFTimeControlSpeed.html new file mode 100644 index 00000000..a8132545 --- /dev/null +++ b/docs/types/JGOFTimeControlSpeed.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8b3c96c109959558f6bf29eeb5f109614fe0017b39632423ee2c2fe9f11f54 +size 45349 diff --git a/docs/types/JGOFTimeControlSystem.html b/docs/types/JGOFTimeControlSystem.html new file mode 100644 index 00000000..9ec0b9e5 --- /dev/null +++ b/docs/types/JGOFTimeControlSystem.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ecb6f61a015b6ecc94289ecc264b8de55d100bd74332c76d8e3eb6a6e8edc0 +size 45662 diff --git a/docs/types/LabelPosition.html b/docs/types/LabelPosition.html new file mode 100644 index 00000000..acd667cf --- /dev/null +++ b/docs/types/LabelPosition.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab790442c14cf7115f091b3304796a6f8ef77716e56a0178c21b728dcd43d745 +size 45631 diff --git a/docs/types/LegacyEventsShim.html b/docs/types/LegacyEventsShim.html new file mode 100644 index 00000000..9dde2a44 --- /dev/null +++ b/docs/types/LegacyEventsShim.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5f7ed2f0ccd9ff259296348d0e8cefab65990535166b24a07bdfce3a741b87 +size 47088 diff --git a/docs/types/MoveTreePenMarks.html b/docs/types/MoveTreePenMarks.html new file mode 100644 index 00000000..62744c06 --- /dev/null +++ b/docs/types/MoveTreePenMarks.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a941a4e8a3292e7e58623549bef8d1a9d22e65b63e99a9b325fcd734bcb7fed0 +size 45583 diff --git a/docs/types/PlayerColor.html b/docs/types/PlayerColor.html new file mode 100644 index 00000000..67f53539 --- /dev/null +++ b/docs/types/PlayerColor.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5967bd2cc902a1239a4fdd6879322511a9dcd1495c48506df962a9e1bbba0852 +size 45196 diff --git a/docs/types/PuzzleOpponentMoveMode.html b/docs/types/PuzzleOpponentMoveMode.html new file mode 100644 index 00000000..2ba1009b --- /dev/null +++ b/docs/types/PuzzleOpponentMoveMode.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab6a2d8e9f157b0be7f64d3a976d675994f4380727208a705f296a71d475201 +size 45268 diff --git a/docs/types/PuzzlePlacementSetting.html b/docs/types/PuzzlePlacementSetting.html new file mode 100644 index 00000000..99e7cbcd --- /dev/null +++ b/docs/types/PuzzlePlacementSetting.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f930993526e1cfbb38fc14d84caacd540767811f9069edc2d6a69fb7516dfb7b +size 46395 diff --git a/docs/types/PuzzlePlayerMoveMode.html b/docs/types/PuzzlePlayerMoveMode.html new file mode 100644 index 00000000..c2a4cddb --- /dev/null +++ b/docs/types/PuzzlePlayerMoveMode.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb93c11212146fc97dd20304c12f8fa62ca7a0e519697a204d0cf94b46bf686 +size 45252 diff --git a/docs/types/protocol.AutomatchCondition.html b/docs/types/protocol.AutomatchCondition.html new file mode 100644 index 00000000..aa9c885f --- /dev/null +++ b/docs/types/protocol.AutomatchCondition.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac2aff188382da6ada638d4c2c1bad191a0db6c8752c51b83a5747dfcac9a22 +size 10272 diff --git a/docs/types/protocol.RuleSet.html b/docs/types/protocol.RuleSet.html new file mode 100644 index 00000000..140ef0ba --- /dev/null +++ b/docs/types/protocol.RuleSet.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710b2d95fae29bd8390038ab78c15d2194f8e30ce2d39c03af977a1210d24e6e +size 10507 diff --git a/docs/types/protocol.Size.html b/docs/types/protocol.Size.html new file mode 100644 index 00000000..2ec49c70 --- /dev/null +++ b/docs/types/protocol.Size.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1565dda3806b7b70ea6a0228939877cb29b587a00696def92029828df97bc455 +size 10179 diff --git a/docs/types/protocol.Speed.html b/docs/types/protocol.Speed.html new file mode 100644 index 00000000..435134cd --- /dev/null +++ b/docs/types/protocol.Speed.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6a41a62bee67e16ed6d6ca1279a645be85e160c1aa07715a9a54b1be86d8d3 +size 10194 diff --git a/docs/variables/AUTOSCORE_TOLERANCE.html b/docs/variables/AUTOSCORE_TOLERANCE.html new file mode 100644 index 00000000..780e868b --- /dev/null +++ b/docs/variables/AUTOSCORE_TOLERANCE.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578f165a56f2d78ba76257122ac083741cba1600570e913e7fa410d7f7255668 +size 45311 diff --git a/docs/variables/AUTOSCORE_TRIALS.html b/docs/variables/AUTOSCORE_TRIALS.html new file mode 100644 index 00000000..bbc1e670 --- /dev/null +++ b/docs/variables/AUTOSCORE_TRIALS.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439ffb2408e1907c763cdbbd8735a7ee0e7343b202a68fde6fbd4d5d6dd62299 +size 45298 diff --git a/docs/variables/GOBAN_FONT.html b/docs/variables/GOBAN_FONT.html new file mode 100644 index 00000000..50352784 --- /dev/null +++ b/docs/variables/GOBAN_FONT.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2580d14d872c3ef66a4298bd54f0e3e845e9283531ffcb0b5d35699ad2d3b06d +size 45334 diff --git a/docs/variables/GoThemes.html b/docs/variables/GoThemes.html new file mode 100644 index 00000000..7adb2607 --- /dev/null +++ b/docs/variables/GoThemes.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f9bdc71e7d68a30bf4821c59a8a8d2478202726ba9542087e804114949c482 +size 45334 diff --git a/docs/variables/GoThemesSorted.html b/docs/variables/GoThemesSorted.html new file mode 100644 index 00000000..f861ead8 --- /dev/null +++ b/docs/variables/GoThemesSorted.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94252f2638b5ac0f82e041d0973b6705a9f39aa709e4a2067869b597e8df4c5 +size 46077 diff --git a/docs/variables/MARK_TYPES.html b/docs/variables/MARK_TYPES.html new file mode 100644 index 00000000..42124c0b --- /dev/null +++ b/docs/variables/MARK_TYPES.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6bddf761083d264eb5c118db9202b80dad9c30a8e3d41a2bd239333008fbc3 +size 45516 diff --git a/docs/variables/SCORE_ESTIMATION_TOLERANCE.html b/docs/variables/SCORE_ESTIMATION_TOLERANCE.html new file mode 100644 index 00000000..3270fc8f --- /dev/null +++ b/docs/variables/SCORE_ESTIMATION_TOLERANCE.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ce94e4823d6c431297260945ed3bbe91822a3ef81efc63afa5e73e8dd10f0b +size 45354 diff --git a/docs/variables/SCORE_ESTIMATION_TRIALS.html b/docs/variables/SCORE_ESTIMATION_TRIALS.html new file mode 100644 index 00000000..dd7ac81c --- /dev/null +++ b/docs/variables/SCORE_ESTIMATION_TRIALS.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6988fdfd5d1456debe33dd9bb0aa1264f83ddfbc6fa695a274591d5c9bbc47 +size 45341 diff --git a/docs/variables/focus_tracker.html b/docs/variables/focus_tracker.html new file mode 100644 index 00000000..4535887c --- /dev/null +++ b/docs/variables/focus_tracker.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd74f440eb82551a816b468d1ad79319cfa6777009d239c2f9a1c1dcf20028f +size 45296 diff --git a/typedoc.json b/typedoc.json index 9d2019af..1a40e549 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,7 +2,7 @@ "entryPoints": { "goban": "src/goban.ts" }, - "out": "doc", + "out": "docs", "tsconfig": "tsconfig.docs.json", "excludeExternals": true, "exclude": [