[pentobi] branch upstream updated (262524d -> 7e9a82b)
Juhani Numminen
jsonic-guest at moszumanska.debian.org
Fri Oct 27 18:58:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
jsonic-guest pushed a change to branch upstream
in repository pentobi.
from 262524d New upstream version 13.1
new 7e9a82b New upstream version 14.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 15 +-
INSTALL | 4 +-
NEWS | 21 +-
data/CMakeLists.txt | 47 +-
data/application-x-blokus-sgf-16.svg | 102 ++--
data/application-x-blokus-sgf-32.svg | 102 ++--
data/application-x-blokus-sgf-64.svg | 102 ++--
data/application-x-blokus-sgf.svg | 102 ++--
data/io.sourceforge.pentobi.desktop.in | 1 +
doc/blksgf/Pentobi-SGF.html | 6 +-
doc/man/pentobi-thumbnailer.6.in | 5 +-
doc/man/pentobi.6.in | 17 +-
src/CMakeLists.txt | 1 +
src/books/book_duo.blksgf | 49 +-
src/books/book_trigon_2.blksgf | 14 +
src/convert/Main.cpp | 4 +-
src/doc_libboardgame.cpp | 4 +
src/doc_mainpage.cpp | 3 +
src/learn_tool/CMakeLists.txt | 10 +
src/learn_tool/Main.cpp | 511 +++++++++++++++++++++
src/libboardgame_base/CMakeLists.txt | 1 -
src/libboardgame_base/CoordPoint.cpp | 2 +-
src/libboardgame_base/CoordPoint.h | 30 +-
src/libboardgame_base/Engine.cpp | 4 +-
src/libboardgame_base/Engine.h | 6 +-
src/libboardgame_base/Geometry.h | 52 +--
src/libboardgame_base/Grid.h | 12 +-
src/libboardgame_base/Marker.h | 4 +-
src/libboardgame_base/Point.h | 6 +-
src/libboardgame_base/PointTransform.h | 185 ++++----
src/libboardgame_base/RectGeometry.h | 4 +-
src/libboardgame_base/RectTransform.cpp | 16 +-
src/libboardgame_base/RectTransform.h | 16 +-
src/libboardgame_base/StringRep.cpp | 61 ++-
src/libboardgame_base/StringRep.h | 13 +-
src/libboardgame_base/Transform.cpp | 21 -
src/libboardgame_base/Transform.h | 4 +-
src/libboardgame_gtp/Arguments.h | 7 +-
src/libboardgame_gtp/CmdLine.cpp | 9 +-
src/libboardgame_gtp/Engine.cpp | 73 +--
src/libboardgame_gtp/Engine.h | 68 +--
src/libboardgame_gtp/Response.cpp | 2 -
src/libboardgame_gtp/Response.h | 2 +-
src/libboardgame_mcts/LastGoodReply.h | 23 +-
src/libboardgame_mcts/Node.h | 48 +-
src/libboardgame_mcts/PlayerMove.h | 2 +-
src/libboardgame_mcts/SearchBase.h | 117 +++--
src/libboardgame_mcts/Tree.h | 110 ++---
src/libboardgame_sgf/CMakeLists.txt | 6 +-
src/libboardgame_sgf/InvalidPropertyValue.h | 51 --
src/libboardgame_sgf/MissingProperty.cpp | 29 --
src/libboardgame_sgf/MissingProperty.h | 31 --
src/libboardgame_sgf/Reader.cpp | 16 +-
src/libboardgame_sgf/Reader.h | 4 +-
.../SgfError.cpp} | 15 +-
src/libboardgame_sgf/{InvalidTree.h => SgfError.h} | 48 +-
src/libboardgame_sgf/SgfNode.cpp | 27 +-
src/libboardgame_sgf/SgfNode.h | 6 +-
src/libboardgame_sgf/SgfTree.cpp | 21 +-
src/libboardgame_sgf/SgfTree.h | 4 +-
src/libboardgame_sgf/SgfUtil.cpp | 18 +-
src/libboardgame_sgf/TreeReader.cpp | 6 +-
src/libboardgame_sgf/TreeReader.h | 2 +-
src/libboardgame_sgf/TreeWriter.cpp | 4 +-
src/libboardgame_sgf/TreeWriter.h | 2 +-
src/libboardgame_sgf/Writer.h | 2 +-
src/libboardgame_sys/CpuTime.cpp | 2 +-
src/libboardgame_test/Test.cpp | 9 +-
src/libboardgame_test/Test.h | 21 +-
src/libboardgame_util/ArrayList.h | 8 +-
src/libboardgame_util/Assert.cpp | 5 +-
src/libboardgame_util/Assert.h | 3 +
src/libboardgame_util/IntervalChecker.cpp | 2 +-
src/libboardgame_util/IntervalChecker.h | 3 +-
src/libboardgame_util/Log.cpp | 2 +-
src/libboardgame_util/Log.h | 2 +-
src/libboardgame_util/MathUtil.h | 2 -
src/libboardgame_util/Options.cpp | 8 +-
src/libboardgame_util/RandomGenerator.h | 7 +-
src/libboardgame_util/Range.h | 2 +
src/libboardgame_util/StringUtil.cpp | 9 +-
src/libboardgame_util/TimeSource.cpp | 2 +-
src/libpentobi_base/Board.cpp | 45 +-
src/libpentobi_base/Board.h | 36 +-
src/libpentobi_base/BoardConst.cpp | 45 +-
src/libpentobi_base/BoardConst.h | 46 +-
src/libpentobi_base/BoardUpdater.cpp | 16 +-
src/libpentobi_base/BoardUtil.cpp | 17 +-
src/libpentobi_base/Book.cpp | 22 +-
src/libpentobi_base/Book.h | 3 +-
src/libpentobi_base/CMakeLists.txt | 1 -
src/libpentobi_base/CallistoGeometry.h | 2 +-
src/libpentobi_base/Color.cpp | 5 +-
src/libpentobi_base/Color.h | 16 +-
src/libpentobi_base/ColorMove.h | 8 +-
src/libpentobi_base/Engine.cpp | 40 +-
src/libpentobi_base/Engine.h | 36 +-
src/libpentobi_base/Game.cpp | 18 +-
src/libpentobi_base/Game.h | 2 -
src/libpentobi_base/GembloQGeometry.cpp | 2 +-
src/libpentobi_base/GembloQTransform.cpp | 32 +-
src/libpentobi_base/GembloQTransform.h | 16 +-
src/libpentobi_base/Geometry.h | 2 +-
src/libpentobi_base/Marker.h | 2 +-
src/libpentobi_base/Move.h | 14 +-
src/libpentobi_base/MoveList.h | 2 +-
src/libpentobi_base/MovePoints.h | 2 +-
src/libpentobi_base/NexosGeometry.cpp | 3 +-
src/libpentobi_base/NodeUtil.cpp | 25 +-
src/libpentobi_base/PentobiTree.cpp | 41 +-
src/libpentobi_base/PentobiTreeWriter.cpp | 2 -
src/libpentobi_base/PentobiTreeWriter.h | 2 -
src/libpentobi_base/Piece.h | 12 +-
src/libpentobi_base/PieceInfo.cpp | 13 +-
src/libpentobi_base/PieceInfo.h | 8 +-
src/libpentobi_base/PieceTransforms.h | 3 +-
src/libpentobi_base/PieceTransformsClassic.h | 2 +-
src/libpentobi_base/PieceTransformsGembloQ.h | 2 +-
src/libpentobi_base/PieceTransformsTrigon.h | 2 +-
src/libpentobi_base/PlayerBase.cpp | 2 -
src/libpentobi_base/PlayerBase.h | 2 +-
src/libpentobi_base/Point.h | 2 +-
src/libpentobi_base/PointList.h | 2 +-
src/libpentobi_base/PointState.h | 18 +-
src/libpentobi_base/PrecompMoves.h | 2 +-
src/libpentobi_base/ScoreUtil.h | 5 +-
src/libpentobi_base/Setup.h | 3 +-
src/libpentobi_base/TreeUtil.cpp | 8 +-
src/libpentobi_base/TrigonGeometry.cpp | 13 +-
src/libpentobi_base/TrigonTransform.cpp | 88 ++--
src/libpentobi_base/TrigonTransform.h | 24 +-
src/libpentobi_gui/BoardPainter.cpp | 33 +-
src/libpentobi_gui/BoardPainter.h | 4 +-
src/libpentobi_gui/CMakeLists.txt | 1 -
src/libpentobi_gui/ComputerColorDialog.cpp | 14 +-
src/libpentobi_gui/GameInfoDialog.cpp | 22 +-
src/libpentobi_gui/GameInfoDialog.h | 2 -
src/libpentobi_gui/GuiBoard.cpp | 28 +-
src/libpentobi_gui/GuiBoard.h | 2 +-
src/libpentobi_gui/GuiBoardUtil.cpp | 8 +-
src/libpentobi_gui/HelpWindow.cpp | 15 +-
src/libpentobi_gui/InitialRatingDialog.cpp | 6 +-
src/libpentobi_gui/LeaveFullscreenButton.cpp | 4 +-
src/libpentobi_gui/LineEdit.cpp | 5 +-
src/libpentobi_gui/LineEdit.h | 2 +-
src/libpentobi_gui/OrientationDisplay.cpp | 6 +-
src/libpentobi_gui/PieceSelector.cpp | 10 +-
src/libpentobi_gui/PieceSelector.h | 1 -
src/libpentobi_gui/SameHeightLayout.cpp | 11 +-
src/libpentobi_gui/SameHeightLayout.h | 4 +-
src/libpentobi_gui/ScoreDisplay.cpp | 12 +-
src/libpentobi_gui/Util.cpp | 47 +-
src/libpentobi_gui/Util.h | 5 +-
.../translations/libpentobi_gui_de.ts | 24 +
src/libpentobi_kde_thumbnailer/CMakeLists.txt | 4 +-
src/libpentobi_mcts/AnalyzeGame.cpp | 13 +-
src/libpentobi_mcts/AnalyzeGame.h | 2 +-
src/libpentobi_mcts/CMakeLists.txt | 3 +-
src/libpentobi_mcts/Float.h | 4 +-
src/libpentobi_mcts/History.h | 2 +-
.../{PlayoutFeatures.cpp => LocalPoints.cpp} | 9 +-
src/libpentobi_mcts/LocalPoints.h | 87 ++++
src/libpentobi_mcts/Player.cpp | 83 ++--
src/libpentobi_mcts/Player.h | 2 -
src/libpentobi_mcts/PlayoutFeatures.h | 45 +-
src/libpentobi_mcts/PriorKnowledge.cpp | 279 ++++++++++-
src/libpentobi_mcts/PriorKnowledge.h | 331 +++++++------
src/libpentobi_mcts/Search.cpp | 26 +-
src/libpentobi_mcts/Search.h | 4 +-
src/libpentobi_mcts/SearchParamConst.h | 9 +-
src/libpentobi_mcts/SharedConst.cpp | 31 +-
src/libpentobi_mcts/SharedConst.h | 6 +-
src/libpentobi_mcts/State.cpp | 133 ++----
src/libpentobi_mcts/State.h | 75 ++-
src/libpentobi_mcts/Util.cpp | 8 +-
src/libpentobi_thumbnail/CreateThumbnail.cpp | 42 +-
src/pentobi/AnalyzeGameWidget.cpp | 24 +-
src/pentobi/AnalyzeGameWindow.cpp | 2 +-
src/pentobi/AnalyzeSpeedDialog.cpp | 2 -
src/pentobi/AnalyzeSpeedDialog.h | 1 -
src/pentobi/Application.cpp | 35 --
src/pentobi/Application.h | 34 --
src/pentobi/CMakeLists.txt | 11 +-
src/pentobi/Main.cpp | 71 ++-
src/pentobi/MainWindow.cpp | 491 +++++++++-----------
src/pentobi/MainWindow.h | 31 +-
src/pentobi/RatedGamesList.cpp | 7 +-
src/pentobi/RatingDialog.cpp | 8 +-
src/pentobi/RatingDialog.h | 2 +-
src/pentobi/RatingGraph.cpp | 2 +-
src/pentobi/Util.cpp | 3 -
src/pentobi/Util.h | 5 +-
src/pentobi/help/C/pentobi/analysis.jpg | Bin 4625 -> 3811 bytes
src/pentobi/help/C/pentobi/board_duo.png | Bin 591 -> 444 bytes
src/pentobi/help/C/pentobi/board_trigon.jpg | Bin 10302 -> 7991 bytes
src/pentobi/help/C/pentobi/callisto_rules.html | 2 +-
src/pentobi/help/C/pentobi/classic_rules.html | 9 +-
src/pentobi/help/C/pentobi/duo_rules.html | 5 +-
src/pentobi/help/C/pentobi/junior_rules.html | 2 +-
src/pentobi/help/C/pentobi/nexos_rules.html | 2 +-
src/pentobi/help/C/pentobi/pieces_callisto.png | Bin 4687 -> 3762 bytes
src/pentobi/help/C/pentobi/pieces_gembloq.jpg | Bin 9324 -> 8062 bytes
src/pentobi/help/C/pentobi/pieces_junior.png | Bin 4153 -> 4051 bytes
src/pentobi/help/C/pentobi/pieces_nexos.png | Bin 4062 -> 3816 bytes
src/pentobi/help/C/pentobi/pieces_trigon.jpg | Bin 6072 -> 6005 bytes
src/pentobi/help/C/pentobi/position_duo.png | Bin 8269 -> 651 bytes
src/pentobi/help/C/pentobi/position_trigon.jpg | Bin 12971 -> 7967 bytes
src/pentobi/help/C/pentobi/trigon_rules.html | 2 +-
src/pentobi/help/de/pentobi/callisto_rules.html | 4 +-
src/pentobi/help/de/pentobi/classic_rules.html | 9 +-
src/pentobi/help/de/pentobi/duo_rules.html | 6 +-
src/pentobi/help/de/pentobi/junior_rules.html | 4 +-
src/pentobi/help/de/pentobi/nexos_rules.html | 4 +-
src/pentobi/help/de/pentobi/trigon_rules.html | 4 +-
src/pentobi/icons/pentobi-16.svg | 102 ++--
src/pentobi/icons/pentobi-32.svg | 102 ++--
src/pentobi/icons/pentobi-64.svg | 102 ++--
src/pentobi/icons/pentobi.svg | 16 +-
src/pentobi/pentobi.conf.in | 3 +-
src/pentobi/translations/pentobi_de.ts | 16 +
src/pentobi_gtp/CMakeLists.txt | 5 +-
src/pentobi_gtp/Engine.cpp | 11 +-
src/pentobi_gtp/Engine.h | 26 +-
src/pentobi_gtp/Main.cpp | 6 +-
.../PentobiThumbCreator.cpp | 2 -
src/pentobi_kde_thumbnailer/PentobiThumbCreator.h | 3 +-
src/pentobi_qml/AnalyzeGameModel.cpp | 4 +-
src/pentobi_qml/CMakeLists.txt | 14 +-
src/pentobi_qml/GameModel.cpp | 55 ++-
src/pentobi_qml/Main.cpp | 2 +-
src/pentobi_qml/Pentobi.pro | 12 +-
src/pentobi_qml/PieceModel.cpp | 1 +
src/pentobi_qml/PieceModel.h | 7 +-
src/pentobi_qml/PlayerModel.cpp | 15 +-
src/pentobi_qml/PlayerModel.h | 12 +-
src/pentobi_qml/android/AndroidManifest.xml | 2 +-
src/pentobi_qml/android_icons_svg/icon48.svg | 48 +-
src/pentobi_qml/android_icons_svg/icon72.svg | 44 +-
src/pentobi_qml/qml/AnalyzeGame.qml | 8 +-
src/pentobi_qml/qml/Board.qml | 10 +-
src/pentobi_qml/qml/ComputerColorDialog.qml | 13 +-
src/pentobi_qml/qml/GameDisplay.js | 15 +-
src/pentobi_qml/qml/GameDisplayMobile.qml | 2 -
src/pentobi_qml/qml/GameInfoDialog.qml | 13 +-
src/pentobi_qml/qml/Main.js | 10 +-
src/pentobi_qml/qml/Main.qml | 1 -
src/pentobi_qml/qml/PieceClassic.qml | 2 +-
src/pentobi_qml/qml/RatingGraph.qml | 2 -
src/pentobi_qml/qml/ScoreDisplay.qml | 8 +-
src/pentobi_qml/qml/i18n/qml_de.ts | 54 ++-
src/pentobi_qml/qml/themes/dark/Theme.qml | 2 +
src/pentobi_qml/qml/themes/light/Theme.qml | 2 +
src/pentobi_qml/qml/themes/light/square-orange.svg | 8 +
src/pentobi_qml/qml/themes/light/square-purple.svg | 8 +
src/pentobi_qml/qml/themes/theme_shared.qrc | 2 +
src/pentobi_thumbnailer/Main.cpp | 5 +-
src/twogtp/Analyze.cpp | 35 --
src/twogtp/CMakeLists.txt | 5 +-
src/twogtp/FdStream.cpp | 4 +-
src/twogtp/FdStream.h | 10 +-
src/twogtp/GtpConnection.cpp | 15 +-
src/twogtp/Main.cpp | 13 +-
src/twogtp/Output.cpp | 2 +-
src/twogtp/Output.h | 2 +-
src/twogtp/OutputTree.cpp | 21 +-
src/twogtp/OutputTree.h | 6 +-
src/twogtp/TwoGtp.cpp | 5 +-
src/unittest/libboardgame_base/MarkerTest.cpp | 4 +-
.../libboardgame_base/PointTransformTest.cpp | 4 +-
.../libboardgame_base/RectGeometryTest.cpp | 35 +-
src/unittest/libboardgame_base/StringRepTest.cpp | 4 +-
src/unittest/libboardgame_gtp/ArgumentsTest.cpp | 4 +-
src/unittest/libboardgame_gtp/CmdLineTest.cpp | 2 +-
src/unittest/libboardgame_gtp/EngineTest.cpp | 11 +-
src/unittest/libboardgame_mcts/NodeTest.cpp | 4 +-
src/unittest/libboardgame_sgf/SgfNodeTest.cpp | 4 +-
src/unittest/libboardgame_sgf/SgfUtilTest.cpp | 2 +-
src/unittest/libboardgame_sgf/TreeReaderTest.cpp | 15 +
src/unittest/libboardgame_util/OptionsTest.cpp | 12 +-
src/unittest/libpentobi_base/BoardTest.cpp | 10 +-
src/unittest/libpentobi_base/BoardUpdaterTest.cpp | 8 +-
src/unittest/libpentobi_base/GameTest.cpp | 2 -
src/unittest/libpentobi_base/PentobiTreeTest.cpp | 5 +-
src/unittest/libpentobi_mcts/CMakeLists.txt | 5 +-
src/unittest/libpentobi_mcts/SearchTest.cpp | 10 +-
285 files changed, 3498 insertions(+), 2893 deletions(-)
create mode 100644 src/learn_tool/CMakeLists.txt
create mode 100644 src/learn_tool/Main.cpp
delete mode 100644 src/libboardgame_base/Transform.cpp
delete mode 100644 src/libboardgame_sgf/InvalidPropertyValue.h
delete mode 100644 src/libboardgame_sgf/MissingProperty.cpp
delete mode 100644 src/libboardgame_sgf/MissingProperty.h
rename src/{libpentobi_base/PieceTransforms.cpp => libboardgame_sgf/SgfError.cpp} (65%)
rename src/libboardgame_sgf/{InvalidTree.h => SgfError.h} (54%)
rename src/libpentobi_mcts/{PlayoutFeatures.cpp => LocalPoints.cpp} (80%)
create mode 100644 src/libpentobi_mcts/LocalPoints.h
delete mode 100644 src/pentobi/Application.cpp
delete mode 100644 src/pentobi/Application.h
create mode 100644 src/pentobi_qml/qml/themes/light/square-orange.svg
create mode 100644 src/pentobi_qml/qml/themes/light/square-purple.svg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pentobi.git
More information about the Pkg-games-commits
mailing list