Import pentobi_12.2.orig.tar.xz
authorJuhani Numminen <juhaninumminen0@gmail.com>
Thu, 5 Jan 2017 20:14:45 +0000 (20:14 +0000)
committerJuhani Numminen <juhaninumminen0@gmail.com>
Thu, 5 Jan 2017 20:14:45 +0000 (20:14 +0000)
commit2c9fa8ff49ce1768b46afaaf468545ffa6d5ff01
treea090948d588e5827ec161a6e6ea0cf055d5e2693
Import pentobi_12.2.orig.tar.xz

[dgit import orig pentobi_12.2.orig.tar.xz]
575 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
config.h.in [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/application-x-blokus-sgf-16.svg [new file with mode: 0644]
data/application-x-blokus-sgf-32.svg [new file with mode: 0644]
data/application-x-blokus-sgf-64.svg [new file with mode: 0644]
data/application-x-blokus-sgf.svg [new file with mode: 0644]
data/pentobi-mime.xml [new file with mode: 0644]
data/pentobi.appdata.xml.in [new file with mode: 0644]
data/pentobi.desktop.in [new file with mode: 0755]
data/pentobi.thumbnailer.in [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/blksgf/Pentobi-SGF.html [new file with mode: 0644]
doc/doxygen/.gitignore [new file with mode: 0644]
doc/doxygen/Doxyfile [new file with mode: 0644]
doc/doxygen/footer.html [new file with mode: 0644]
doc/gtp/Pentobi-GTP.html [new file with mode: 0644]
doc/man/CMakeLists.txt [new file with mode: 0644]
doc/man/pentobi-thumbnailer.6.in [new file with mode: 0644]
doc/man/pentobi.6.in [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/books/CMakeLists.txt [new file with mode: 0644]
src/books/book_callisto.blksgf [new file with mode: 0644]
src/books/book_callisto_2.blksgf [new file with mode: 0644]
src/books/book_callisto_3.blksgf [new file with mode: 0644]
src/books/book_classic.blksgf [new file with mode: 0644]
src/books/book_classic_2.blksgf [new file with mode: 0644]
src/books/book_classic_3.blksgf [new file with mode: 0644]
src/books/book_duo.blksgf [new file with mode: 0644]
src/books/book_junior.blksgf [new file with mode: 0644]
src/books/book_nexos.blksgf [new file with mode: 0644]
src/books/book_nexos_2.blksgf [new file with mode: 0644]
src/books/book_trigon.blksgf [new file with mode: 0644]
src/books/book_trigon_2.blksgf [new file with mode: 0644]
src/books/book_trigon_3.blksgf [new file with mode: 0644]
src/books/pentobi_books.qrc [new file with mode: 0644]
src/convert/CMakeLists.txt [new file with mode: 0644]
src/convert/Main.cpp [new file with mode: 0644]
src/doc_libboardgame.cpp [new file with mode: 0644]
src/doc_mainpage.cpp [new file with mode: 0644]
src/libboardgame_base/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_base/CoordPoint.cpp [new file with mode: 0644]
src/libboardgame_base/CoordPoint.h [new file with mode: 0644]
src/libboardgame_base/Engine.cpp [new file with mode: 0644]
src/libboardgame_base/Engine.h [new file with mode: 0644]
src/libboardgame_base/Geometry.h [new file with mode: 0644]
src/libboardgame_base/GeometryUtil.h [new file with mode: 0644]
src/libboardgame_base/Grid.h [new file with mode: 0644]
src/libboardgame_base/Marker.h [new file with mode: 0644]
src/libboardgame_base/Point.h [new file with mode: 0644]
src/libboardgame_base/PointTransform.h [new file with mode: 0644]
src/libboardgame_base/Rating.cpp [new file with mode: 0644]
src/libboardgame_base/Rating.h [new file with mode: 0644]
src/libboardgame_base/RectGeometry.h [new file with mode: 0644]
src/libboardgame_base/RectTransform.cpp [new file with mode: 0644]
src/libboardgame_base/RectTransform.h [new file with mode: 0644]
src/libboardgame_base/StringRep.cpp [new file with mode: 0644]
src/libboardgame_base/StringRep.h [new file with mode: 0644]
src/libboardgame_base/Transform.cpp [new file with mode: 0644]
src/libboardgame_base/Transform.h [new file with mode: 0644]
src/libboardgame_gtp/Arguments.cpp [new file with mode: 0644]
src/libboardgame_gtp/Arguments.h [new file with mode: 0644]
src/libboardgame_gtp/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_gtp/CmdLine.cpp [new file with mode: 0644]
src/libboardgame_gtp/CmdLine.h [new file with mode: 0644]
src/libboardgame_gtp/CmdLineRange.h [new file with mode: 0644]
src/libboardgame_gtp/Engine.cpp [new file with mode: 0644]
src/libboardgame_gtp/Engine.h [new file with mode: 0644]
src/libboardgame_gtp/Failure.h [new file with mode: 0644]
src/libboardgame_gtp/Response.cpp [new file with mode: 0644]
src/libboardgame_gtp/Response.h [new file with mode: 0644]
src/libboardgame_mcts/Atomic.h [new file with mode: 0644]
src/libboardgame_mcts/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_mcts/LastGoodReply.h [new file with mode: 0644]
src/libboardgame_mcts/Node.h [new file with mode: 0644]
src/libboardgame_mcts/PlayerMove.h [new file with mode: 0644]
src/libboardgame_mcts/SearchBase.h [new file with mode: 0644]
src/libboardgame_mcts/Tree.h [new file with mode: 0644]
src/libboardgame_mcts/TreeUtil.h [new file with mode: 0644]
src/libboardgame_sgf/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_sgf/InvalidPropertyValue.h [new file with mode: 0644]
src/libboardgame_sgf/InvalidTree.h [new file with mode: 0644]
src/libboardgame_sgf/MissingProperty.cpp [new file with mode: 0644]
src/libboardgame_sgf/MissingProperty.h [new file with mode: 0644]
src/libboardgame_sgf/Reader.cpp [new file with mode: 0644]
src/libboardgame_sgf/Reader.h [new file with mode: 0644]
src/libboardgame_sgf/SgfNode.cpp [new file with mode: 0644]
src/libboardgame_sgf/SgfNode.h [new file with mode: 0644]
src/libboardgame_sgf/SgfTree.cpp [new file with mode: 0644]
src/libboardgame_sgf/SgfTree.h [new file with mode: 0644]
src/libboardgame_sgf/SgfUtil.cpp [new file with mode: 0644]
src/libboardgame_sgf/SgfUtil.h [new file with mode: 0644]
src/libboardgame_sgf/TreeReader.cpp [new file with mode: 0644]
src/libboardgame_sgf/TreeReader.h [new file with mode: 0644]
src/libboardgame_sgf/TreeWriter.cpp [new file with mode: 0644]
src/libboardgame_sgf/TreeWriter.h [new file with mode: 0644]
src/libboardgame_sgf/Writer.cpp [new file with mode: 0644]
src/libboardgame_sgf/Writer.h [new file with mode: 0644]
src/libboardgame_sys/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_sys/Compiler.h [new file with mode: 0644]
src/libboardgame_sys/CpuTime.cpp [new file with mode: 0644]
src/libboardgame_sys/CpuTime.h [new file with mode: 0644]
src/libboardgame_sys/Memory.cpp [new file with mode: 0644]
src/libboardgame_sys/Memory.h [new file with mode: 0644]
src/libboardgame_test/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_test/Test.cpp [new file with mode: 0644]
src/libboardgame_test/Test.h [new file with mode: 0644]
src/libboardgame_test_main/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_test_main/Main.cpp [new file with mode: 0644]
src/libboardgame_util/Abort.cpp [new file with mode: 0644]
src/libboardgame_util/Abort.h [new file with mode: 0644]
src/libboardgame_util/ArrayList.h [new file with mode: 0644]
src/libboardgame_util/Assert.cpp [new file with mode: 0644]
src/libboardgame_util/Assert.h [new file with mode: 0644]
src/libboardgame_util/Barrier.cpp [new file with mode: 0644]
src/libboardgame_util/Barrier.h [new file with mode: 0644]
src/libboardgame_util/CMakeLists.txt [new file with mode: 0644]
src/libboardgame_util/CpuTimeSource.cpp [new file with mode: 0644]
src/libboardgame_util/CpuTimeSource.h [new file with mode: 0644]
src/libboardgame_util/FmtSaver.h [new file with mode: 0644]
src/libboardgame_util/IntervalChecker.cpp [new file with mode: 0644]
src/libboardgame_util/IntervalChecker.h [new file with mode: 0644]
src/libboardgame_util/Log.cpp [new file with mode: 0644]
src/libboardgame_util/Log.h [new file with mode: 0644]
src/libboardgame_util/MathUtil.h [new file with mode: 0644]
src/libboardgame_util/Options.cpp [new file with mode: 0644]
src/libboardgame_util/Options.h [new file with mode: 0644]
src/libboardgame_util/RandomGenerator.cpp [new file with mode: 0644]
src/libboardgame_util/RandomGenerator.h [new file with mode: 0644]
src/libboardgame_util/Range.h [new file with mode: 0644]
src/libboardgame_util/Statistics.h [new file with mode: 0644]
src/libboardgame_util/StringUtil.cpp [new file with mode: 0644]
src/libboardgame_util/StringUtil.h [new file with mode: 0644]
src/libboardgame_util/TimeIntervalChecker.cpp [new file with mode: 0644]
src/libboardgame_util/TimeIntervalChecker.h [new file with mode: 0644]
src/libboardgame_util/TimeSource.cpp [new file with mode: 0644]
src/libboardgame_util/TimeSource.h [new file with mode: 0644]
src/libboardgame_util/Timer.cpp [new file with mode: 0644]
src/libboardgame_util/Timer.h [new file with mode: 0644]
src/libboardgame_util/Unused.h [new file with mode: 0644]
src/libboardgame_util/WallTimeSource.cpp [new file with mode: 0644]
src/libboardgame_util/WallTimeSource.h [new file with mode: 0644]
src/libpentobi_base/Board.cpp [new file with mode: 0644]
src/libpentobi_base/Board.h [new file with mode: 0644]
src/libpentobi_base/BoardConst.cpp [new file with mode: 0644]
src/libpentobi_base/BoardConst.h [new file with mode: 0644]
src/libpentobi_base/BoardUpdater.cpp [new file with mode: 0644]
src/libpentobi_base/BoardUpdater.h [new file with mode: 0644]
src/libpentobi_base/BoardUtil.cpp [new file with mode: 0644]
src/libpentobi_base/BoardUtil.h [new file with mode: 0644]
src/libpentobi_base/Book.cpp [new file with mode: 0644]
src/libpentobi_base/Book.h [new file with mode: 0644]
src/libpentobi_base/CMakeLists.txt [new file with mode: 0644]
src/libpentobi_base/CallistoGeometry.cpp [new file with mode: 0644]
src/libpentobi_base/CallistoGeometry.h [new file with mode: 0644]
src/libpentobi_base/Color.cpp [new file with mode: 0644]
src/libpentobi_base/Color.h [new file with mode: 0644]
src/libpentobi_base/ColorMap.h [new file with mode: 0644]
src/libpentobi_base/ColorMove.h [new file with mode: 0644]
src/libpentobi_base/Engine.cpp [new file with mode: 0644]
src/libpentobi_base/Engine.h [new file with mode: 0644]
src/libpentobi_base/Game.cpp [new file with mode: 0644]
src/libpentobi_base/Game.h [new file with mode: 0644]
src/libpentobi_base/Geometry.h [new file with mode: 0644]
src/libpentobi_base/Grid.h [new file with mode: 0644]
src/libpentobi_base/Marker.h [new file with mode: 0644]
src/libpentobi_base/Move.h [new file with mode: 0644]
src/libpentobi_base/MoveInfo.h [new file with mode: 0644]
src/libpentobi_base/MoveList.h [new file with mode: 0644]
src/libpentobi_base/MoveMarker.h [new file with mode: 0644]
src/libpentobi_base/MovePoints.h [new file with mode: 0644]
src/libpentobi_base/NexosGeometry.cpp [new file with mode: 0644]
src/libpentobi_base/NexosGeometry.h [new file with mode: 0644]
src/libpentobi_base/NodeUtil.cpp [new file with mode: 0644]
src/libpentobi_base/NodeUtil.h [new file with mode: 0644]
src/libpentobi_base/PentobiSgfUtil.cpp [new file with mode: 0644]
src/libpentobi_base/PentobiSgfUtil.h [new file with mode: 0644]
src/libpentobi_base/PentobiTree.cpp [new file with mode: 0644]
src/libpentobi_base/PentobiTree.h [new file with mode: 0644]
src/libpentobi_base/PentobiTreeWriter.cpp [new file with mode: 0644]
src/libpentobi_base/PentobiTreeWriter.h [new file with mode: 0644]
src/libpentobi_base/Piece.h [new file with mode: 0644]
src/libpentobi_base/PieceInfo.cpp [new file with mode: 0644]
src/libpentobi_base/PieceInfo.h [new file with mode: 0644]
src/libpentobi_base/PieceMap.h [new file with mode: 0644]
src/libpentobi_base/PieceTransforms.cpp [new file with mode: 0644]
src/libpentobi_base/PieceTransforms.h [new file with mode: 0644]
src/libpentobi_base/PieceTransformsClassic.cpp [new file with mode: 0644]
src/libpentobi_base/PieceTransformsClassic.h [new file with mode: 0644]
src/libpentobi_base/PieceTransformsTrigon.cpp [new file with mode: 0644]
src/libpentobi_base/PieceTransformsTrigon.h [new file with mode: 0644]
src/libpentobi_base/PlayerBase.cpp [new file with mode: 0644]
src/libpentobi_base/PlayerBase.h [new file with mode: 0644]
src/libpentobi_base/Point.h [new file with mode: 0644]
src/libpentobi_base/PointList.h [new file with mode: 0644]
src/libpentobi_base/PointState.cpp [new file with mode: 0644]
src/libpentobi_base/PointState.h [new file with mode: 0644]
src/libpentobi_base/PrecompMoves.h [new file with mode: 0644]
src/libpentobi_base/ScoreUtil.h [new file with mode: 0644]
src/libpentobi_base/Setup.h [new file with mode: 0644]
src/libpentobi_base/StartingPoints.cpp [new file with mode: 0644]
src/libpentobi_base/StartingPoints.h [new file with mode: 0644]
src/libpentobi_base/SymmetricPoints.cpp [new file with mode: 0644]
src/libpentobi_base/SymmetricPoints.h [new file with mode: 0644]
src/libpentobi_base/TreeUtil.cpp [new file with mode: 0644]
src/libpentobi_base/TreeUtil.h [new file with mode: 0644]
src/libpentobi_base/TrigonGeometry.cpp [new file with mode: 0644]
src/libpentobi_base/TrigonGeometry.h [new file with mode: 0644]
src/libpentobi_base/TrigonTransform.cpp [new file with mode: 0644]
src/libpentobi_base/TrigonTransform.h [new file with mode: 0644]
src/libpentobi_base/Variant.cpp [new file with mode: 0644]
src/libpentobi_base/Variant.h [new file with mode: 0644]
src/libpentobi_gui/BoardPainter.cpp [new file with mode: 0644]
src/libpentobi_gui/BoardPainter.h [new file with mode: 0644]
src/libpentobi_gui/CMakeLists.txt [new file with mode: 0644]
src/libpentobi_gui/ComputerColorDialog.cpp [new file with mode: 0644]
src/libpentobi_gui/ComputerColorDialog.h [new file with mode: 0644]
src/libpentobi_gui/GameInfoDialog.cpp [new file with mode: 0644]
src/libpentobi_gui/GameInfoDialog.h [new file with mode: 0644]
src/libpentobi_gui/GuiBoard.cpp [new file with mode: 0644]
src/libpentobi_gui/GuiBoard.h [new file with mode: 0644]
src/libpentobi_gui/GuiBoardUtil.cpp [new file with mode: 0644]
src/libpentobi_gui/GuiBoardUtil.h [new file with mode: 0644]
src/libpentobi_gui/HelpWindow.cpp [new file with mode: 0644]
src/libpentobi_gui/HelpWindow.h [new file with mode: 0644]
src/libpentobi_gui/InitialRatingDialog.cpp [new file with mode: 0644]
src/libpentobi_gui/InitialRatingDialog.h [new file with mode: 0644]
src/libpentobi_gui/LeaveFullscreenButton.cpp [new file with mode: 0644]
src/libpentobi_gui/LeaveFullscreenButton.h [new file with mode: 0644]
src/libpentobi_gui/LineEdit.cpp [new file with mode: 0644]
src/libpentobi_gui/LineEdit.h [new file with mode: 0644]
src/libpentobi_gui/OrientationDisplay.cpp [new file with mode: 0644]
src/libpentobi_gui/OrientationDisplay.h [new file with mode: 0644]
src/libpentobi_gui/PieceSelector.cpp [new file with mode: 0644]
src/libpentobi_gui/PieceSelector.h [new file with mode: 0644]
src/libpentobi_gui/SameHeightLayout.cpp [new file with mode: 0644]
src/libpentobi_gui/SameHeightLayout.h [new file with mode: 0644]
src/libpentobi_gui/ScoreDisplay.cpp [new file with mode: 0644]
src/libpentobi_gui/ScoreDisplay.h [new file with mode: 0644]
src/libpentobi_gui/Util.cpp [new file with mode: 0644]
src/libpentobi_gui/Util.h [new file with mode: 0644]
src/libpentobi_gui/icons/go-home.svg [new file with mode: 0644]
src/libpentobi_gui/icons/go-next.svg [new file with mode: 0644]
src/libpentobi_gui/icons/go-previous.svg [new file with mode: 0644]
src/libpentobi_gui/libpentobi_gui_resources.qrc [new file with mode: 0644]
src/libpentobi_gui/libpentobi_gui_resources_2x.qrc [new file with mode: 0644]
src/libpentobi_gui/translations/libpentobi_gui_de.ts [new file with mode: 0644]
src/libpentobi_kde_thumbnailer/CMakeLists.txt [new file with mode: 0644]
src/libpentobi_mcts/AnalyzeGame.cpp [new file with mode: 0644]
src/libpentobi_mcts/AnalyzeGame.h [new file with mode: 0644]
src/libpentobi_mcts/CMakeLists.txt [new file with mode: 0644]
src/libpentobi_mcts/Float.h [new file with mode: 0644]
src/libpentobi_mcts/History.cpp [new file with mode: 0644]
src/libpentobi_mcts/History.h [new file with mode: 0644]
src/libpentobi_mcts/Player.cpp [new file with mode: 0644]
src/libpentobi_mcts/Player.h [new file with mode: 0644]
src/libpentobi_mcts/PlayoutFeatures.cpp [new file with mode: 0644]
src/libpentobi_mcts/PlayoutFeatures.h [new file with mode: 0644]
src/libpentobi_mcts/PriorKnowledge.cpp [new file with mode: 0644]
src/libpentobi_mcts/PriorKnowledge.h [new file with mode: 0644]
src/libpentobi_mcts/Search.cpp [new file with mode: 0644]
src/libpentobi_mcts/Search.h [new file with mode: 0644]
src/libpentobi_mcts/SearchParamConst.h [new file with mode: 0644]
src/libpentobi_mcts/SharedConst.cpp [new file with mode: 0644]
src/libpentobi_mcts/SharedConst.h [new file with mode: 0644]
src/libpentobi_mcts/State.cpp [new file with mode: 0644]
src/libpentobi_mcts/State.h [new file with mode: 0644]
src/libpentobi_mcts/StateUtil.cpp [new file with mode: 0644]
src/libpentobi_mcts/StateUtil.h [new file with mode: 0644]
src/libpentobi_mcts/Util.cpp [new file with mode: 0644]
src/libpentobi_mcts/Util.h [new file with mode: 0644]
src/libpentobi_thumbnail/CMakeLists.txt [new file with mode: 0644]
src/libpentobi_thumbnail/CreateThumbnail.cpp [new file with mode: 0644]
src/libpentobi_thumbnail/CreateThumbnail.h [new file with mode: 0644]
src/pentobi/AnalyzeGameWidget.cpp [new file with mode: 0644]
src/pentobi/AnalyzeGameWidget.h [new file with mode: 0644]
src/pentobi/AnalyzeGameWindow.cpp [new file with mode: 0644]
src/pentobi/AnalyzeGameWindow.h [new file with mode: 0644]
src/pentobi/AnalyzeSpeedDialog.cpp [new file with mode: 0644]
src/pentobi/AnalyzeSpeedDialog.h [new file with mode: 0644]
src/pentobi/Application.cpp [new file with mode: 0644]
src/pentobi/Application.h [new file with mode: 0644]
src/pentobi/CMakeLists.txt [new file with mode: 0644]
src/pentobi/Main.cpp [new file with mode: 0644]
src/pentobi/MainWindow.cpp [new file with mode: 0644]
src/pentobi/MainWindow.h [new file with mode: 0644]
src/pentobi/RatedGamesList.cpp [new file with mode: 0644]
src/pentobi/RatedGamesList.h [new file with mode: 0644]
src/pentobi/RatingDialog.cpp [new file with mode: 0644]
src/pentobi/RatingDialog.h [new file with mode: 0644]
src/pentobi/RatingGraph.cpp [new file with mode: 0644]
src/pentobi/RatingGraph.h [new file with mode: 0644]
src/pentobi/RatingHistory.cpp [new file with mode: 0644]
src/pentobi/RatingHistory.h [new file with mode: 0644]
src/pentobi/ShowMessage.cpp [new file with mode: 0644]
src/pentobi/ShowMessage.h [new file with mode: 0644]
src/pentobi/Util.cpp [new file with mode: 0644]
src/pentobi/Util.h [new file with mode: 0644]
src/pentobi/help/C/pentobi/analysis.jpg [new file with mode: 0644]
src/pentobi/help/C/pentobi/become_stronger.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/board_callisto.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/board_classic.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/board_duo.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/board_nexos.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/board_trigon.jpg [new file with mode: 0644]
src/pentobi/help/C/pentobi/callisto_rules.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/classic_rules.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/duo_rules.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/index.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/junior_rules.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/license.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/nexos_rules.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/pieces.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/pieces_callisto.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/pieces_junior.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/pieces_nexos.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/pieces_trigon.jpg [new file with mode: 0644]
src/pentobi/help/C/pentobi/position_callisto.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/position_classic.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/position_duo.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/position_nexos.png [new file with mode: 0644]
src/pentobi/help/C/pentobi/position_trigon.jpg [new file with mode: 0644]
src/pentobi/help/C/pentobi/rating.jpg [new file with mode: 0644]
src/pentobi/help/C/pentobi/shortcuts.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/stylesheet.css [new file with mode: 0644]
src/pentobi/help/C/pentobi/system.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/trigon_rules.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/user_interface.html [new file with mode: 0644]
src/pentobi/help/C/pentobi/window_menu.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/become_stronger.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/callisto_rules.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/classic_rules.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/duo_rules.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/index.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/junior_rules.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/license.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/nexos_rules.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/shortcuts.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/system.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/trigon_rules.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/user_interface.html [new file with mode: 0644]
src/pentobi/help/de/pentobi/window_menu.html [new file with mode: 0644]
src/pentobi/icons.qrc [new file with mode: 0644]
src/pentobi/icons/pentobi-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-32.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-64.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-backward-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-backward.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-beginning-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-beginning.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-computer-colors-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-computer-colors.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-end-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-end.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-flip-horizontal.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-flip-vertical.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-forward-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-forward.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-newgame-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-newgame.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-next-piece.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-next-variation-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-next-variation.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-piece-clear.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-play-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-play.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-previous-piece.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-previous-variation-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-previous-variation.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-rated-game-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-rated-game.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-rotate-left.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-rotate-right.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-undo-16.svg [new file with mode: 0644]
src/pentobi/icons/pentobi-undo.svg [new file with mode: 0644]
src/pentobi/icons/pentobi.svg [new file with mode: 0644]
src/pentobi/pentobi.conf.in [new file with mode: 0644]
src/pentobi/pentobi.ico [new file with mode: 0644]
src/pentobi/pentobi.rc [new file with mode: 0644]
src/pentobi/resources.qrc [new file with mode: 0644]
src/pentobi/resources_2x.qrc [new file with mode: 0644]
src/pentobi/translations/pentobi.ts [new file with mode: 0644]
src/pentobi/translations/pentobi_de.ts [new file with mode: 0644]
src/pentobi_gtp/CMakeLists.txt [new file with mode: 0644]
src/pentobi_gtp/Engine.cpp [new file with mode: 0644]
src/pentobi_gtp/Engine.h [new file with mode: 0644]
src/pentobi_gtp/Main.cpp [new file with mode: 0644]
src/pentobi_kde_thumbnailer/CMakeLists.txt [new file with mode: 0644]
src/pentobi_kde_thumbnailer/PentobiThumbCreator.cpp [new file with mode: 0644]
src/pentobi_kde_thumbnailer/PentobiThumbCreator.h [new file with mode: 0644]
src/pentobi_kde_thumbnailer/pentobi-thumbnail.desktop [new file with mode: 0644]
src/pentobi_qml/.gitignore [new file with mode: 0644]
src/pentobi_qml/CMakeLists.txt [new file with mode: 0644]
src/pentobi_qml/GameModel.cpp [new file with mode: 0644]
src/pentobi_qml/GameModel.h [new file with mode: 0644]
src/pentobi_qml/Main.cpp [new file with mode: 0644]
src/pentobi_qml/Pentobi.pro [new file with mode: 0644]
src/pentobi_qml/PieceModel.cpp [new file with mode: 0644]
src/pentobi_qml/PieceModel.h [new file with mode: 0644]
src/pentobi_qml/PlayerModel.cpp [new file with mode: 0644]
src/pentobi_qml/PlayerModel.h [new file with mode: 0644]
src/pentobi_qml/android/AndroidManifest.xml [new file with mode: 0644]
src/pentobi_qml/android/res/drawable-hdpi/icon.png [new file with mode: 0644]
src/pentobi_qml/android/res/drawable-mdpi/icon.png [new file with mode: 0644]
src/pentobi_qml/android/res/drawable/splash.xml [new file with mode: 0644]
src/pentobi_qml/android/res/values/theme.xml [new file with mode: 0644]
src/pentobi_qml/android_icons_svg/icon48.svg [new file with mode: 0644]
src/pentobi_qml/android_icons_svg/icon72.svg [new file with mode: 0644]
src/pentobi_qml/deployment.pri [new file with mode: 0644]
src/pentobi_qml/icons_android.qrc [new file with mode: 0644]
src/pentobi_qml/qml/.gitignore [new file with mode: 0644]
src/pentobi_qml/qml/AndroidToolBar.qml [new file with mode: 0644]
src/pentobi_qml/qml/AndroidToolButton.qml [new file with mode: 0644]
src/pentobi_qml/qml/Board.qml [new file with mode: 0644]
src/pentobi_qml/qml/Button.qml [new file with mode: 0644]
src/pentobi_qml/qml/ComputerColorDialog.qml [new file with mode: 0644]
src/pentobi_qml/qml/GameDisplay.js [new file with mode: 0644]
src/pentobi_qml/qml/GameDisplay.qml [new file with mode: 0644]
src/pentobi_qml/qml/LineSegment.qml [new file with mode: 0644]
src/pentobi_qml/qml/Main.js [new file with mode: 0644]
src/pentobi_qml/qml/Main.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuComputer.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuEdit.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuGame.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuGo.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuHelp.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuItemGameVariant.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuItemLevel.qml [new file with mode: 0644]
src/pentobi_qml/qml/MenuView.qml [new file with mode: 0644]
src/pentobi_qml/qml/NavigationPanel.qml [new file with mode: 0644]
src/pentobi_qml/qml/OpenDialog.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceCallisto.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceClassic.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceFlipAnimation.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceList.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceManipulator.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceNexos.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceRotationAnimation.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceSelector.qml [new file with mode: 0644]
src/pentobi_qml/qml/PieceTrigon.qml [new file with mode: 0644]
src/pentobi_qml/qml/SaveDialog.qml [new file with mode: 0644]
src/pentobi_qml/qml/ScoreDisplay.qml [new file with mode: 0644]
src/pentobi_qml/qml/ScoreElement.qml [new file with mode: 0644]
src/pentobi_qml/qml/ScoreElement2.qml [new file with mode: 0644]
src/pentobi_qml/qml/Square.qml [new file with mode: 0644]
src/pentobi_qml/qml/ToolBar.qml [new file with mode: 0644]
src/pentobi_qml/qml/Triangle.qml [new file with mode: 0644]
src/pentobi_qml/qml/i18n/qml_de.ts [new file with mode: 0644]
src/pentobi_qml/qml/i18n/replace_qtbase_de.ts [new file with mode: 0644]
src/pentobi_qml/qml/icons/menu.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-backward.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-beginning.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-computer-colors.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-end.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-forward.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-newgame.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-next-variation.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-play.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-previous-variation.svg [new file with mode: 0644]
src/pentobi_qml/qml/icons/pentobi-undo.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/Theme.qml [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-callisto-2.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-callisto-3.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-callisto.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-tile-classic.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-tile-nexos.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-trigon-3.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/dark/board-trigon.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/Theme.qml [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-callisto-2.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-callisto-3.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-callisto.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-tile-classic.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-tile-nexos.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-trigon-3.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/board-trigon.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/frame-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/frame-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/frame-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/frame-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-all-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-all-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-all-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-all-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-rect-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-rect-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-rect-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-rect-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-straight-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-straight-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-straight-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-straight-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-t-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-t-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-t-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/junction-t-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/linesegment-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/linesegment-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/linesegment-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/linesegment-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/piece-manipulator-legal.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/piece-manipulator.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/square-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/square-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/square-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/square-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-down-blue.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-down-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-down-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-down-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-green.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-red.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/light/triangle-yellow.svg [new file with mode: 0644]
src/pentobi_qml/qml/themes/theme_dark.qrc [new file with mode: 0644]
src/pentobi_qml/qml/themes/theme_light.qrc [new file with mode: 0644]
src/pentobi_qml/qml/themes/theme_shared.qrc [new file with mode: 0644]
src/pentobi_qml/resources.qrc [new file with mode: 0644]
src/pentobi_qml/translations.qrc [new file with mode: 0644]
src/pentobi_thumbnailer/CMakeLists.txt [new file with mode: 0644]
src/pentobi_thumbnailer/Main.cpp [new file with mode: 0644]
src/twogtp/Analyze.cpp [new file with mode: 0644]
src/twogtp/Analyze.h [new file with mode: 0644]
src/twogtp/CMakeLists.txt [new file with mode: 0644]
src/twogtp/FdStream.cpp [new file with mode: 0644]
src/twogtp/FdStream.h [new file with mode: 0644]
src/twogtp/GtpConnection.cpp [new file with mode: 0644]
src/twogtp/GtpConnection.h [new file with mode: 0644]
src/twogtp/Main.cpp [new file with mode: 0644]
src/twogtp/Output.cpp [new file with mode: 0644]
src/twogtp/Output.h [new file with mode: 0644]
src/twogtp/OutputTree.cpp [new file with mode: 0644]
src/twogtp/OutputTree.h [new file with mode: 0644]
src/twogtp/TwoGtp.cpp [new file with mode: 0644]
src/twogtp/TwoGtp.h [new file with mode: 0644]
src/unittest/CMakeLists.txt [new file with mode: 0644]
src/unittest/libboardgame_base/CMakeLists.txt [new file with mode: 0644]
src/unittest/libboardgame_base/MarkerTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_base/PointTransformTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_base/RatingTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_base/RectGeometryTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_base/StringRepTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_gtp/ArgumentsTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_gtp/CMakeLists.txt [new file with mode: 0644]
src/unittest/libboardgame_gtp/CmdLineTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_gtp/EngineTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_gtp/ResponseTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_mcts/CMakeLists.txt [new file with mode: 0644]
src/unittest/libboardgame_mcts/NodeTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_sgf/CMakeLists.txt [new file with mode: 0644]
src/unittest/libboardgame_sgf/SgfNodeTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_sgf/SgfUtilTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_sgf/TreeReaderTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_util/ArrayListTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_util/CMakeLists.txt [new file with mode: 0644]
src/unittest/libboardgame_util/OptionsTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_util/StatisticsTest.cpp [new file with mode: 0644]
src/unittest/libboardgame_util/StringUtilTest.cpp [new file with mode: 0644]
src/unittest/libpentobi_base/BoardConstTest.cpp [new file with mode: 0644]
src/unittest/libpentobi_base/BoardTest.cpp [new file with mode: 0644]
src/unittest/libpentobi_base/BoardUpdaterTest.cpp [new file with mode: 0644]
src/unittest/libpentobi_base/CMakeLists.txt [new file with mode: 0644]
src/unittest/libpentobi_base/GameTest.cpp [new file with mode: 0644]
src/unittest/libpentobi_base/TreeTest.cpp [new file with mode: 0644]
src/unittest/libpentobi_mcts/CMakeLists.txt [new file with mode: 0644]
src/unittest/libpentobi_mcts/SearchTest.cpp [new file with mode: 0644]
windows/CMakeLists.txt [new file with mode: 0644]
windows/German.nsh [new file with mode: 0644]
windows/blksgf.ico [new file with mode: 0644]
windows/install.nsis.in [new file with mode: 0644]