[pentobi] branch upstream updated (5064c83 -> 644e0cd)

Juhani Numminen jsonic-guest at moszumanska.debian.org
Sat Jul 4 07:02:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

jsonic-guest pushed a change to branch upstream
in repository pentobi.

      from  5064c83   Imported Upstream version 9.0
       new  644e0cd   Imported Upstream version 10.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:
 .gitignore                                         |    2 +
 CMakeLists.txt                                     |   60 +-
 COPYING                                            |    2 +-
 INSTALL                                            |   43 +-
 NEWS                                               |   34 +
 README                                             |    2 +-
 config.h.in                                        |    2 +-
 data/application-x-blokus-sgf-16.svg               |   79 +-
 data/application-x-blokus-sgf-64.svg               |  159 +--
 data/application-x-blokus-sgf.svg                  |  173 +--
 doc/doxygen/.gitignore                             |    2 +
 doc/doxygen/Doxyfile                               |    6 +-
 doc/gtp/Pentobi-GTP.html                           |    4 +-
 doc/man/pentobi.6.in                               |    4 +-
 src/books/book_trigon.blksgf                       |    7 +-
 src/books/book_trigon_2.blksgf                     |   26 +-
 src/books/book_trigon_3.blksgf                     |    7 +-
 src/convert/CMakeLists.txt                         |    4 +-
 src/convert/Main.cpp                               |   47 +-
 src/libboardgame_base/CMakeLists.txt               |    6 +-
 src/libboardgame_base/CoordPoint.cpp               |    2 -
 src/libboardgame_base/CoordPoint.h                 |    9 +-
 src/libboardgame_base/Engine.cpp                   |   32 +-
 src/libboardgame_base/Engine.h                     |    9 -
 src/libboardgame_base/Geometry.h                   |  307 +++--
 src/libboardgame_base/GeometryUtil.h               |    6 +-
 src/libboardgame_base/Grid.h                       |   34 +-
 src/libboardgame_base/Marker.h                     |    9 +-
 src/libboardgame_base/Point.h                      |  477 +------
 src/libboardgame_base/PointList.h                  |   57 -
 src/libboardgame_base/PointTransform.h             |  213 ++--
 src/libboardgame_base/Rating.cpp                   |    2 -
 src/libboardgame_base/Rating.h                     |    2 +-
 src/libboardgame_base/RectGeometry.h               |   68 +-
 src/libboardgame_base/RectTransform.cpp            |  115 ++
 src/libboardgame_base/RectTransform.h              |  106 ++
 src/libboardgame_base/Transform.cpp                |  373 ------
 src/libboardgame_base/Transform.h                  |  268 +---
 src/libboardgame_base/TrigonGeometry.h             |  233 ----
 src/libboardgame_gtp/Arguments.cpp                 |   13 -
 src/libboardgame_gtp/Arguments.h                   |   16 -
 src/libboardgame_gtp/CMakeLists.txt                |    3 -
 src/libboardgame_gtp/CmdLine.cpp                   |   11 +-
 src/libboardgame_gtp/CmdLineRange.cpp              |   31 -
 src/libboardgame_gtp/CmdLineRange.h                |   92 +-
 src/libboardgame_gtp/Engine.cpp                    |  458 +------
 src/libboardgame_gtp/Engine.h                      |   52 +-
 src/libboardgame_gtp/Failure.h                     |   22 +-
 src/libboardgame_gtp/Response.cpp                  |   13 +-
 src/libboardgame_gtp/Response.h                    |    7 +-
 src/libboardgame_mcts/Atomic.h                     |  122 +-
 src/libboardgame_mcts/BiasTerm.h                   |   88 +-
 src/libboardgame_mcts/CMakeLists.txt               |    1 -
 src/libboardgame_mcts/ChildIterator.h              |   85 --
 src/libboardgame_mcts/LastGoodReply.h              |  134 +-
 src/libboardgame_mcts/Node.h                       |  180 +--
 src/libboardgame_mcts/PlayerMove.h                 |    9 +-
 src/libboardgame_mcts/SearchBase.h                 |  535 ++++----
 src/libboardgame_mcts/Tree.h                       |  143 ++-
 src/libboardgame_mcts/TreeUtil.h                   |    9 +-
 src/libboardgame_sgf/CMakeLists.txt                |    4 -
 src/libboardgame_sgf/InvalidTree.h                 |   14 +-
 src/libboardgame_sgf/MissingProperty.cpp           |    2 -
 src/libboardgame_sgf/Reader.cpp                    |   20 +-
 src/libboardgame_sgf/Reader.h                      |   11 +-
 src/libboardgame_sgf/SgfNode.cpp                   |  119 +-
 src/libboardgame_sgf/SgfNode.h                     |  249 ++--
 src/libboardgame_sgf/SgfTree.cpp                   |   20 +-
 src/libboardgame_sgf/SgfTree.h                     |    4 +-
 src/libboardgame_sgf/SgfUtil.cpp                   |   17 +-
 src/libboardgame_sgf/TreeIterator.cpp              |   45 -
 src/libboardgame_sgf/TreeIterator.h                |   54 -
 src/libboardgame_sgf/TreeReader.cpp                |   11 +-
 src/libboardgame_sgf/TreeReader.h                  |    2 +-
 src/libboardgame_sgf/TreeWriter.cpp                |    8 +-
 src/libboardgame_sgf/Writer.cpp                    |   13 +-
 src/libboardgame_sgf/Writer.h                      |   11 +-
 src/libboardgame_sys/CMakeLists.txt                |    2 -
 src/libboardgame_sys/Compiler.h                    |    3 +-
 src/libboardgame_sys/Memory.cpp                    |    7 +-
 src/libboardgame_sys/Memory.h                      |    2 +-
 src/libboardgame_test/CMakeLists.txt               |    2 -
 src/libboardgame_test/Test.cpp                     |   16 +-
 src/libboardgame_test/Test.h                       |    5 +-
 src/libboardgame_test_main/CMakeLists.txt          |    2 -
 src/libboardgame_util/ArrayList.h                  |  126 +-
 src/libboardgame_util/Barrier.cpp                  |    5 +-
 src/libboardgame_util/Barrier.h                    |    4 +-
 src/libboardgame_util/CMakeLists.txt               |    8 -
 src/libboardgame_util/Exception.cpp                |   29 -
 src/libboardgame_util/Exception.h                  |   35 -
 src/libboardgame_util/FastLog.cpp                  |   42 -
 src/libboardgame_util/FastLog.h                    |   66 -
 src/libboardgame_util/FmtSaver.h                   |    5 +-
 src/libboardgame_util/IntervalChecker.cpp          |    9 +-
 src/libboardgame_util/IntervalChecker.h            |   10 +-
 src/libboardgame_util/Log.cpp                      |    9 +-
 src/libboardgame_util/Log.h                        |   28 +-
 src/libboardgame_util/NullElement.h                |   39 -
 src/libboardgame_util/NullTermList.h               |  183 ---
 src/libboardgame_util/Options.h                    |    6 +-
 src/libboardgame_util/RandomGenerator.cpp          |    2 -
 src/libboardgame_util/RandomGenerator.h            |   70 +-
 src/libboardgame_util/Statistics.h                 |   24 +-
 src/libboardgame_util/StringUtil.cpp               |   10 +-
 src/libboardgame_util/StringUtil.h                 |    2 +-
 src/libboardgame_util/Timer.cpp                    |    7 +-
 src/libboardgame_util/Timer.h                      |    4 +-
 src/libboardgame_util/Unused.h                     |    6 +-
 src/libboardgame_util/WallTimeSource.cpp           |   14 +-
 src/libboardgame_util/WallTimeSource.h             |    6 -
 src/libpentobi_base/AdjDiagIterator.h              |   42 -
 src/libpentobi_base/AdjIterator.h                  |   42 -
 src/libpentobi_base/Board.cpp                      |  247 ++--
 src/libpentobi_base/Board.h                        |  352 ++----
 src/libpentobi_base/BoardConst.cpp                 |  492 ++++----
 src/libpentobi_base/BoardConst.h                   |  114 +-
 src/libpentobi_base/BoardUpdater.cpp               |   30 +-
 src/libpentobi_base/BoardUtil.cpp                  |   27 +-
 src/libpentobi_base/BoardUtil.h                    |    3 +
 src/libpentobi_base/Book.cpp                       |   92 +-
 src/libpentobi_base/Book.h                         |    9 +-
 src/libpentobi_base/CMakeLists.txt                 |   13 +-
 src/libpentobi_base/Color.cpp                      |    1 -
 src/libpentobi_base/Color.h                        |  112 +-
 src/libpentobi_base/ColorMap.h                     |    7 +-
 src/libpentobi_base/ColorMove.h                    |   14 -
 src/libpentobi_base/DiagIterator.h                 |   42 -
 src/libpentobi_base/Engine.cpp                     |   52 +-
 src/libpentobi_base/Engine.h                       |    8 +-
 src/libpentobi_base/Game.cpp                       |   12 +-
 src/libpentobi_base/Game.h                         |    4 +-
 src/libpentobi_base/Geometry.h                     |    4 +-
 src/libpentobi_base/Move.h                         |   39 +-
 src/libpentobi_base/MoveInfo.h                     |   11 +-
 src/libpentobi_base/NodeUtil.cpp                   |   18 +-
 src/libpentobi_base/NodeUtil.h                     |    3 +-
 src/libpentobi_base/PentobiSgfUtil.cpp             |    4 +-
 src/libpentobi_base/PentobiTree.cpp                |   32 +-
 src/libpentobi_base/PentobiTree.h                  |    6 +-
 src/libpentobi_base/PieceInfo.cpp                  |    1 -
 src/libpentobi_base/PieceMap.h                     |   15 +-
 src/libpentobi_base/PieceTransforms.cpp            |    5 +-
 src/libpentobi_base/PieceTransforms.h              |    4 +-
 src/libpentobi_base/PieceTransformsClassic.h       |    1 +
 src/libpentobi_base/PieceTransformsTrigon.h        |   14 +-
 src/libpentobi_base/PlayerBase.cpp                 |    2 -
 src/libpentobi_base/Point.h                        |   44 +-
 src/libpentobi_base/PointList.h                    |    4 +-
 src/libpentobi_base/PointState.h                   |    2 +-
 src/libpentobi_base/PrecompMoves.h                 |   53 +-
 src/libpentobi_base/Setup.h                        |   11 +-
 src/libpentobi_base/StartingPoints.cpp             |    6 +-
 src/libpentobi_base/SymmetricPoints.cpp            |    6 +-
 src/libpentobi_base/TreeUtil.cpp                   |    8 +-
 src/libpentobi_base/TreeUtil.h                     |    4 +-
 src/libpentobi_base/TrigonGeometry.cpp             |  150 +++
 src/libpentobi_base/TrigonGeometry.h               |   70 ++
 .../TrigonTransform.cpp}                           |  211 +---
 src/libpentobi_base/TrigonTransform.h              |  153 +++
 src/libpentobi_base/Variant.cpp                    |  112 +-
 src/libpentobi_base/Variant.h                      |   53 +-
 src/libpentobi_gui/BoardPainter.cpp                |  135 +-
 src/libpentobi_gui/BoardPainter.h                  |   21 +-
 src/libpentobi_gui/CMakeLists.txt                  |   51 +-
 src/libpentobi_gui/ComputerColorDialog.cpp         |    9 +-
 src/libpentobi_gui/ComputerColorDialog.h           |    2 +-
 src/libpentobi_gui/GameInfoDialog.cpp              |    2 +-
 src/libpentobi_gui/GameInfoDialog.h                |    2 +-
 src/libpentobi_gui/GuiBoard.cpp                    |   96 +-
 src/libpentobi_gui/GuiBoard.h                      |   32 +-
 src/libpentobi_gui/GuiBoardUtil.cpp                |   59 +-
 src/libpentobi_gui/GuiBoardUtil.h                  |    2 +-
 src/libpentobi_gui/HelpWindow.cpp                  |   19 +-
 src/libpentobi_gui/HelpWindow.h                    |   25 +-
 src/libpentobi_gui/InitialRatingDialog.cpp         |    1 +
 src/libpentobi_gui/LeaveFullscreenButton.h         |    2 +-
 src/libpentobi_gui/LineEdit.h                      |    2 +-
 src/libpentobi_gui/OrientationDisplay.cpp          |    7 +-
 src/libpentobi_gui/OrientationDisplay.h            |    8 +-
 src/libpentobi_gui/PieceSelector.cpp               |   17 +-
 src/libpentobi_gui/PieceSelector.h                 |    2 +-
 src/libpentobi_gui/SameHeightLayout.cpp            |    4 +-
 src/libpentobi_gui/SameHeightLayout.h              |   14 +-
 src/libpentobi_gui/ScoreDisplay.cpp                |   17 +-
 src/libpentobi_gui/ScoreDisplay.h                  |    4 +-
 src/libpentobi_gui/Util.cpp                        |   12 +
 src/libpentobi_gui/Util.h                          |    2 +
 src/libpentobi_gui/icons/go-home.svg               |   31 +-
 src/libpentobi_gui/icons/go-next.svg               |   19 +-
 src/libpentobi_gui/icons/go-previous.svg           |   19 +-
 src/libpentobi_gui/libpentobi_gui_resources_2x.qrc |    8 +
 .../translations/libpentobi_gui_de.ts              |   54 +-
 .../translations/libpentobi_gui_en_CA.ts           |  213 ----
 .../translations/libpentobi_gui_en_GB.ts           |  213 ----
 src/libpentobi_kde_thumbnailer/CMakeLists.txt      |   20 +-
 src/libpentobi_mcts/AnalyzeGame.cpp                |   14 +-
 src/libpentobi_mcts/CMakeLists.txt                 |   13 +-
 .../History.cpp}                                   |   27 +-
 .../History.h}                                     |   44 +-
 src/libpentobi_mcts/LocalValue.h                   |  188 ---
 src/libpentobi_mcts/Player.cpp                     |   35 +-
 src/libpentobi_mcts/Player.h                       |    6 +-
 .../{LocalValue.cpp => PlayoutFeatures.cpp}        |    7 +-
 src/libpentobi_mcts/PlayoutFeatures.h              |  199 +++
 src/libpentobi_mcts/PriorKnowledge.cpp             |  156 ++-
 src/libpentobi_mcts/PriorKnowledge.h               |   34 +-
 src/libpentobi_mcts/Search.cpp                     |  222 +---
 src/libpentobi_mcts/Search.h                       |   44 +-
 src/libpentobi_mcts/SearchParamConst.h             |   71 ++
 src/libpentobi_mcts/SharedConst.cpp                |  217 ++++
 src/libpentobi_mcts/SharedConst.h                  |   78 ++
 src/libpentobi_mcts/State.cpp                      |  360 +++---
 src/libpentobi_mcts/State.h                        |  207 ++--
 src/libpentobi_mcts/StateUtil.cpp                  |   20 +-
 src/libpentobi_mcts/Util.cpp                       |   15 +-
 src/libpentobi_thumbnail/CMakeLists.txt            |    4 +-
 src/libpentobi_thumbnail/CreateThumbnail.cpp       |   43 +-
 src/pentobi/AnalyzeGameWidget.cpp                  |   13 +-
 src/pentobi/AnalyzeGameWidget.h                    |    2 +-
 src/pentobi/AnalyzeGameWindow.h                    |    1 -
 src/pentobi/AnalyzeSpeedDialog.cpp                 |    7 +-
 src/pentobi/AnalyzeSpeedDialog.h                   |    6 +-
 src/pentobi/Application.h                          |    2 +-
 src/pentobi/CMakeLists.txt                         |   79 +-
 src/pentobi/Main.cpp                               |   33 +-
 src/pentobi/MainWindow.cpp                         | 1216 ++++++++----------
 src/pentobi/MainWindow.h                           |  137 +--
 src/pentobi/RatedGamesList.cpp                     |    4 +-
 src/pentobi/RatingDialog.cpp                       |    6 -
 src/pentobi/RatingGraph.h                          |    2 +-
 src/pentobi/RatingHistory.cpp                      |    5 +-
 .../{manual/en => help/C/pentobi}/analysis.jpg     |  Bin
 .../en => help/C/pentobi}/become_stronger.html     |    8 +-
 .../en => help/C/pentobi}/board_classic.png        |  Bin
 .../{manual/en => help/C/pentobi}/board_duo.png    |  Bin
 .../{manual/en => help/C/pentobi}/board_trigon.jpg |  Bin
 .../en => help/C/pentobi}/classic_rules.html       |    9 +-
 .../{manual/en => help/C/pentobi}/duo_rules.html   |    4 +-
 .../{manual/en => help/C/pentobi}/index.html       |    8 +-
 .../en => help/C/pentobi}/junior_rules.html        |    4 +-
 .../{manual/en => help/C/pentobi}/license.html     |    8 +-
 .../{manual/en => help/C/pentobi}/pieces.png       |  Bin
 .../en => help/C/pentobi}/pieces_junior.png        |  Bin
 .../en => help/C/pentobi}/pieces_trigon.jpg        |  Bin
 .../en => help/C/pentobi}/position_classic.png     |  Bin
 .../{manual/en => help/C/pentobi}/position_duo.png |  Bin
 .../en => help/C/pentobi}/position_trigon.jpg      |  Bin
 .../{manual/en => help/C/pentobi}/rating.jpg       |  Bin
 .../{manual/en => help/C/pentobi}/shortcuts.html   |    4 +-
 .../{manual/en => help/C/pentobi}/stylesheet.css   |    5 +-
 .../{manual/en => help/C/pentobi}/system.html      |    4 +-
 .../en => help/C/pentobi}/trigon_rules.html        |    4 +-
 .../en => help/C/pentobi}/user_interface.html      |    4 +-
 .../{manual/en => help/C/pentobi}/window_menu.html |  160 ++-
 .../de => help/de/pentobi}/become_stronger.html    |   14 +-
 .../de => help/de/pentobi}/classic_rules.html      |   19 +-
 .../{manual/de => help/de/pentobi}/duo_rules.html  |   10 +-
 .../{manual/de => help/de/pentobi}/index.html      |   10 +-
 .../de => help/de/pentobi}/junior_rules.html       |    8 +-
 .../{manual/de => help/de/pentobi}/license.html    |   10 +-
 .../{manual/de => help/de/pentobi}/shortcuts.html  |    6 +-
 .../{manual/de => help/de/pentobi}/system.html     |    6 +-
 .../de => help/de/pentobi}/trigon_rules.html       |   16 +-
 .../de => help/de/pentobi}/user_interface.html     |    6 +-
 .../de => help/de/pentobi}/window_menu.html        |  158 +--
 src/pentobi/icons/pentobi-16.svg                   |   72 +-
 src/pentobi/icons/pentobi-32.svg                   |   84 +-
 src/pentobi/icons/pentobi-backward-16.svg          |   21 +-
 src/pentobi/icons/pentobi-backward.svg             |   19 +-
 src/pentobi/icons/pentobi-backward10-16.svg        |   28 -
 src/pentobi/icons/pentobi-backward10.svg           |   28 -
 src/pentobi/icons/pentobi-beginning-16.svg         |   93 +-
 src/pentobi/icons/pentobi-beginning.svg            |   93 +-
 src/pentobi/icons/pentobi-computer-colors-16.svg   |   51 +-
 src/pentobi/icons/pentobi-computer-colors.svg      |   51 +-
 src/pentobi/icons/pentobi-end-16.svg               |   99 +-
 src/pentobi/icons/pentobi-end.svg                  |   99 +-
 src/pentobi/icons/pentobi-flip-horizontal.svg      |   13 +-
 src/pentobi/icons/pentobi-flip-vertical.svg        |   13 +-
 src/pentobi/icons/pentobi-forward-16.svg           |   19 +-
 src/pentobi/icons/pentobi-forward.svg              |   19 +-
 src/pentobi/icons/pentobi-forward10-16.svg         |   28 -
 src/pentobi/icons/pentobi-forward10.svg            |   26 -
 src/pentobi/icons/pentobi-newgame-16.svg           |   73 +-
 src/pentobi/icons/pentobi-newgame.svg              |   65 +-
 src/pentobi/icons/pentobi-next-piece.svg           |   13 +-
 src/pentobi/icons/pentobi-next-variation-16.svg    |   19 +-
 src/pentobi/icons/pentobi-next-variation.svg       |   21 +-
 src/pentobi/icons/pentobi-piece-clear.svg          |   13 +-
 src/pentobi/icons/pentobi-play-16.svg              |   37 +-
 src/pentobi/icons/pentobi-play.svg                 |   37 +-
 src/pentobi/icons/pentobi-previous-piece.svg       |   13 +-
 .../icons/pentobi-previous-variation-16.svg        |   19 +-
 src/pentobi/icons/pentobi-previous-variation.svg   |   19 +-
 src/pentobi/icons/pentobi-rated-game-16.svg        |   31 +-
 src/pentobi/icons/pentobi-rated-game.svg           |   45 +-
 src/pentobi/icons/pentobi-rotate-left.svg          |   13 +-
 src/pentobi/icons/pentobi-rotate-right.svg         |   13 +-
 src/pentobi/icons/pentobi.svg                      |   72 +-
 src/pentobi/manual/en_CA/become_stronger.html      |   69 --
 src/pentobi/manual/en_CA/classic_rules.html        |   67 -
 src/pentobi/manual/en_CA/duo_rules.html            |   29 -
 src/pentobi/manual/en_CA/index.html                |   27 -
 src/pentobi/manual/en_CA/junior_rules.html         |   23 -
 src/pentobi/manual/en_CA/license.html              |   27 -
 src/pentobi/manual/en_CA/shortcuts.html            |   58 -
 src/pentobi/manual/en_CA/system.html               |   22 -
 src/pentobi/manual/en_CA/trigon_rules.html         |   47 -
 src/pentobi/manual/en_CA/user_interface.html       |   79 --
 src/pentobi/manual/en_CA/window_menu.html          |  221 ----
 src/pentobi/manual/en_GB/become_stronger.html      |   69 --
 src/pentobi/manual/en_GB/classic_rules.html        |   67 -
 src/pentobi/manual/en_GB/duo_rules.html            |   29 -
 src/pentobi/manual/en_GB/index.html                |   27 -
 src/pentobi/manual/en_GB/junior_rules.html         |   23 -
 src/pentobi/manual/en_GB/license.html              |   27 -
 src/pentobi/manual/en_GB/shortcuts.html            |   58 -
 src/pentobi/manual/en_GB/system.html               |   22 -
 src/pentobi/manual/en_GB/trigon_rules.html         |   47 -
 src/pentobi/manual/en_GB/user_interface.html       |   79 --
 src/pentobi/manual/en_GB/window_menu.html          |  221 ----
 src/pentobi/pentobi.conf.in                        |    2 +-
 src/pentobi/pentobi.ico                            |  Bin 18146 -> 16883 bytes
 src/pentobi/resources.qrc                          |   68 +-
 src/pentobi/resources_2x.qrc                       |   35 +
 src/pentobi/translations/pentobi.ts                |    5 -
 src/pentobi/translations/pentobi_de.ts             |  428 +------
 src/pentobi/translations/pentobi_en_CA.ts          | 1295 --------------------
 src/pentobi/translations/pentobi_en_GB.ts          | 1295 --------------------
 src/pentobi_gtp/CMakeLists.txt                     |    2 -
 src/pentobi_gtp/Engine.cpp                         |   23 +-
 src/pentobi_gtp/Engine.h                           |    1 -
 src/pentobi_gtp/Main.cpp                           |   27 +-
 src/pentobi_kde_thumbnailer/CMakeLists.txt         |   38 +-
 .../PentobiThumbCreator.cpp                        |   16 +-
 .../pentobi-thumbnail.desktop                      |    2 +-
 src/pentobi_qml/.gitignore                         |    1 +
 src/pentobi_qml/BoardModel.cpp                     |   46 +-
 src/pentobi_qml/CMakeLists.txt                     |    6 -
 src/pentobi_qml/Pentobi.pro                        |  195 ++-
 src/pentobi_qml/PieceModel.cpp                     |   27 +-
 src/pentobi_qml/PlayerModel.cpp                    |    5 -
 src/pentobi_qml/android/AndroidManifest.xml        |    4 +-
 src/pentobi_qml/android_icons_svg/icon36.svg       |   68 +-
 src/pentobi_qml/android_icons_svg/icon48.svg       |   68 +-
 src/pentobi_qml/android_icons_svg/icon72.svg       |   68 +-
 src/pentobi_qml/qml/.gitignore                     |    1 +
 src/pentobi_qml/qml/GameDisplay.js                 |    2 +-
 src/pentobi_qml/qml/GameDisplay.qml                |   13 +-
 src/pentobi_qml/qml/Menu.qml                       |   14 +-
 src/pentobi_qml/qml/PieceListFlickable.qml         |   58 +-
 src/pentobi_qml/qml/PieceSelector.qml              |    5 -
 src/pentobi_qml/qml/ToolBar.qml                    |    7 +-
 src/pentobi_qml/qml/ToolButton.qml                 |    5 +-
 .../qml/icons/pentobi-computer-colors.svg          |   11 +-
 src/pentobi_qml/qml/icons/pentobi-newgame.svg      |   11 +-
 src/pentobi_qml/qml/icons/pentobi-play.svg         |   11 +-
 src/pentobi_qml/qml/icons/pentobi.svg              |   67 +-
 src/pentobi_qml/qml/themes/dark/board-classic.svg  |  825 +++++++------
 src/pentobi_qml/qml/themes/dark/board-duo.svg      |  411 +++----
 src/pentobi_qml/qml/themes/dark/board-trigon-3.svg |  801 ++++++------
 src/pentobi_qml/qml/themes/dark/board-trigon.svg   | 1005 ++++++++-------
 src/pentobi_qml/qml/themes/dark/flick.svg          |   17 +-
 .../qml/themes/dark/piece-manipulator-legal.svg    |   35 +-
 .../qml/themes/dark/piece-manipulator.svg          |   33 +-
 src/pentobi_qml/qml/themes/dark/square-blue.svg    |   15 +-
 src/pentobi_qml/qml/themes/dark/square-green.svg   |   15 +-
 src/pentobi_qml/qml/themes/dark/square-red.svg     |   15 +-
 src/pentobi_qml/qml/themes/dark/square-yellow.svg  |   15 +-
 src/pentobi_qml/qml/themes/dark/triangle-blue.svg  |   19 +-
 .../qml/themes/dark/triangle-down-blue.svg         |   17 +-
 .../qml/themes/dark/triangle-down-green.svg        |   17 +-
 .../qml/themes/dark/triangle-down-red.svg          |   17 +-
 .../qml/themes/dark/triangle-down-yellow.svg       |   17 +-
 src/pentobi_qml/qml/themes/dark/triangle-green.svg |   19 +-
 src/pentobi_qml/qml/themes/dark/triangle-red.svg   |   19 +-
 .../qml/themes/dark/triangle-yellow.svg            |   19 +-
 src/pentobi_qml/qml/themes/light/board-classic.svg |  825 +++++++------
 src/pentobi_qml/qml/themes/light/board-duo.svg     |  411 +++----
 .../qml/themes/light/board-trigon-3.svg            |  801 ++++++------
 src/pentobi_qml/qml/themes/light/board-trigon.svg  | 1005 ++++++++-------
 src/pentobi_qml/qml/themes/light/flick.svg         |   17 +-
 .../qml/themes/light/piece-manipulator-legal.svg   |   35 +-
 .../qml/themes/light/piece-manipulator.svg         |   33 +-
 src/pentobi_qml/qml/themes/light/square-blue.svg   |   15 +-
 src/pentobi_qml/qml/themes/light/square-green.svg  |   15 +-
 src/pentobi_qml/qml/themes/light/square-red.svg    |   15 +-
 src/pentobi_qml/qml/themes/light/square-yellow.svg |   15 +-
 src/pentobi_qml/qml/themes/light/triangle-blue.svg |   19 +-
 .../qml/themes/light/triangle-down-blue.svg        |   17 +-
 .../qml/themes/light/triangle-down-green.svg       |   17 +-
 .../qml/themes/light/triangle-down-red.svg         |   17 +-
 .../qml/themes/light/triangle-down-yellow.svg      |   17 +-
 .../qml/themes/light/triangle-green.svg            |   19 +-
 src/pentobi_qml/qml/themes/light/triangle-red.svg  |   19 +-
 .../qml/themes/light/triangle-yellow.svg           |   19 +-
 src/pentobi_qml/qml/translations/pentobi_qml_de.qm |  Bin 2642 -> 0 bytes
 src/pentobi_qml/qml/translations/pentobi_qml_de.ts |   47 -
 .../qml/translations/replace_qtbase_de.qm          |  Bin 170 -> 0 bytes
 .../qml/translations/replace_qtbase_de.ts          |    4 -
 src/pentobi_thumbnailer/CMakeLists.txt             |    4 +-
 src/pentobi_thumbnailer/Main.cpp                   |   12 +-
 src/twogtp/Analyze.cpp                             |   29 +-
 src/twogtp/CMakeLists.txt                          |    8 +-
 src/twogtp/FdStream.cpp                            |    6 +-
 src/twogtp/GtpConnection.cpp                       |   16 +-
 src/twogtp/GtpConnection.h                         |    8 +-
 src/twogtp/Main.cpp                                |   34 +-
 src/twogtp/{OutputFile.cpp => Output.cpp}          |   64 +-
 src/twogtp/{OutputFile.h => Output.h}              |   32 +-
 src/twogtp/OutputTree.cpp                          |  241 ++++
 src/twogtp/OutputTree.h                            |   82 ++
 src/twogtp/TwoGtp.cpp                              |  107 +-
 src/twogtp/TwoGtp.h                                |   22 +-
 src/unittest/libboardgame_base/CMakeLists.txt      |    3 -
 src/unittest/libboardgame_base/MarkerTest.cpp      |   11 +-
 src/unittest/libboardgame_base/PointTest.cpp       |   86 --
 .../libboardgame_base/PointTransformTest.cpp       |   32 +-
 .../libboardgame_base/RectGeometryTest.cpp         |   99 +-
 src/unittest/libboardgame_gtp/ArgumentsTest.cpp    |    1 -
 src/unittest/libboardgame_gtp/CMakeLists.txt       |    6 -
 src/unittest/libboardgame_gtp/EngineTest.cpp       |   10 +-
 src/unittest/libboardgame_mcts/CMakeLists.txt      |    2 -
 src/unittest/libboardgame_mcts/NodeTest.cpp        |    4 +-
 src/unittest/libboardgame_sgf/CMakeLists.txt       |    3 -
 src/unittest/libboardgame_sgf/SgfNodeTest.cpp      |    4 +-
 src/unittest/libboardgame_sgf/SgfUtilTest.cpp      |    2 +-
 src/unittest/libboardgame_sgf/TreeIteratorTest.cpp |   53 -
 src/unittest/libboardgame_util/ArrayListTest.cpp   |    1 -
 src/unittest/libboardgame_util/CMakeLists.txt      |    4 -
 src/unittest/libboardgame_util/FastLogTest.cpp     |   31 -
 .../libboardgame_util/NullTermListTest.cpp         |   35 -
 src/unittest/libboardgame_util/OptionsTest.cpp     |    4 +-
 src/unittest/libpentobi_base/BoardTest.cpp         |   31 +-
 src/unittest/libpentobi_base/BoardUpdaterTest.cpp  |    2 +-
 src/unittest/libpentobi_base/CMakeLists.txt        |    2 -
 src/unittest/libpentobi_base/GameTest.cpp          |    4 +-
 src/unittest/libpentobi_base/TreeTest.cpp          |   68 +-
 src/unittest/libpentobi_mcts/CMakeLists.txt        |    2 -
 src/unittest/libpentobi_mcts/SearchTest.cpp        |    7 +-
 tools/gtpregress/README.regression                 |   20 -
 tools/gtpregress/run.sh                            |   46 -
 tools/gtpregress/sgf/symmetry/symmetry-v.blksgf    |    4 -
 tools/gtpregress/sgf/symmetry/symmetry-w.blksgf    |    4 -
 tools/gtpregress/sgf/symmetry/symmetry-z.blksgf    |    4 -
 tools/gtpregress/symmetry.tst                      |   14 -
 windows/CMakeLists.txt                             |    6 +
 windows/install.nsis.in                            |   10 +-
 449 files changed, 10317 insertions(+), 18597 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 doc/doxygen/.gitignore
 delete mode 100644 src/libboardgame_base/PointList.h
 create mode 100644 src/libboardgame_base/RectTransform.cpp
 create mode 100644 src/libboardgame_base/RectTransform.h
 delete mode 100644 src/libboardgame_base/TrigonGeometry.h
 delete mode 100644 src/libboardgame_gtp/CmdLineRange.cpp
 delete mode 100644 src/libboardgame_mcts/ChildIterator.h
 delete mode 100644 src/libboardgame_sgf/TreeIterator.cpp
 delete mode 100644 src/libboardgame_sgf/TreeIterator.h
 delete mode 100644 src/libboardgame_util/Exception.cpp
 delete mode 100644 src/libboardgame_util/Exception.h
 delete mode 100644 src/libboardgame_util/FastLog.cpp
 delete mode 100644 src/libboardgame_util/FastLog.h
 delete mode 100644 src/libboardgame_util/NullElement.h
 delete mode 100644 src/libboardgame_util/NullTermList.h
 delete mode 100644 src/libpentobi_base/AdjDiagIterator.h
 delete mode 100644 src/libpentobi_base/AdjIterator.h
 delete mode 100644 src/libpentobi_base/DiagIterator.h
 create mode 100644 src/libpentobi_base/TrigonGeometry.cpp
 create mode 100644 src/libpentobi_base/TrigonGeometry.h
 copy src/{libboardgame_base/Transform.cpp => libpentobi_base/TrigonTransform.cpp} (57%)
 create mode 100644 src/libpentobi_base/TrigonTransform.h
 create mode 100644 src/libpentobi_gui/libpentobi_gui_resources_2x.qrc
 delete mode 100644 src/libpentobi_gui/translations/libpentobi_gui_en_CA.ts
 delete mode 100644 src/libpentobi_gui/translations/libpentobi_gui_en_GB.ts
 rename src/{libpentobi_base/GameStateHistory.cpp => libpentobi_mcts/History.cpp} (73%)
 rename src/{libpentobi_base/GameStateHistory.h => libpentobi_mcts/History.h} (68%)
 delete mode 100644 src/libpentobi_mcts/LocalValue.h
 rename src/libpentobi_mcts/{LocalValue.cpp => PlayoutFeatures.cpp} (81%)
 create mode 100644 src/libpentobi_mcts/PlayoutFeatures.h
 create mode 100644 src/libpentobi_mcts/SearchParamConst.h
 create mode 100644 src/libpentobi_mcts/SharedConst.cpp
 create mode 100644 src/libpentobi_mcts/SharedConst.h
 rename src/pentobi/{manual/en => help/C/pentobi}/analysis.jpg (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/become_stronger.html (94%)
 rename src/pentobi/{manual/en => help/C/pentobi}/board_classic.png (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/board_duo.png (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/board_trigon.jpg (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/classic_rules.html (93%)
 rename src/pentobi/{manual/en => help/C/pentobi}/duo_rules.html (95%)
 rename src/pentobi/{manual/en => help/C/pentobi}/index.html (87%)
 rename src/pentobi/{manual/en => help/C/pentobi}/junior_rules.html (93%)
 rename src/pentobi/{manual/en => help/C/pentobi}/license.html (88%)
 rename src/pentobi/{manual/en => help/C/pentobi}/pieces.png (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/pieces_junior.png (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/pieces_trigon.jpg (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/position_classic.png (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/position_duo.png (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/position_trigon.jpg (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/rating.jpg (100%)
 rename src/pentobi/{manual/en => help/C/pentobi}/shortcuts.html (96%)
 rename src/pentobi/{manual/en => help/C/pentobi}/stylesheet.css (82%)
 rename src/pentobi/{manual/en => help/C/pentobi}/system.html (92%)
 rename src/pentobi/{manual/en => help/C/pentobi}/trigon_rules.html (97%)
 rename src/pentobi/{manual/en => help/C/pentobi}/user_interface.html (98%)
 rename src/pentobi/{manual/en => help/C/pentobi}/window_menu.html (71%)
 rename src/pentobi/{manual/de => help/de/pentobi}/become_stronger.html (90%)
 rename src/pentobi/{manual/de => help/de/pentobi}/classic_rules.html (86%)
 rename src/pentobi/{manual/de => help/de/pentobi}/duo_rules.html (80%)
 rename src/pentobi/{manual/de => help/de/pentobi}/index.html (79%)
 rename src/pentobi/{manual/de => help/de/pentobi}/junior_rules.html (80%)
 rename src/pentobi/{manual/de => help/de/pentobi}/license.html (83%)
 rename src/pentobi/{manual/de => help/de/pentobi}/shortcuts.html (93%)
 rename src/pentobi/{manual/de => help/de/pentobi}/system.html (85%)
 rename src/pentobi/{manual/de => help/de/pentobi}/trigon_rules.html (82%)
 rename src/pentobi/{manual/de => help/de/pentobi}/user_interface.html (97%)
 rename src/pentobi/{manual/de => help/de/pentobi}/window_menu.html (74%)
 delete mode 100644 src/pentobi/icons/pentobi-backward10-16.svg
 delete mode 100644 src/pentobi/icons/pentobi-backward10.svg
 delete mode 100644 src/pentobi/icons/pentobi-forward10-16.svg
 delete mode 100644 src/pentobi/icons/pentobi-forward10.svg
 delete mode 100644 src/pentobi/manual/en_CA/become_stronger.html
 delete mode 100644 src/pentobi/manual/en_CA/classic_rules.html
 delete mode 100644 src/pentobi/manual/en_CA/duo_rules.html
 delete mode 100644 src/pentobi/manual/en_CA/index.html
 delete mode 100644 src/pentobi/manual/en_CA/junior_rules.html
 delete mode 100644 src/pentobi/manual/en_CA/license.html
 delete mode 100644 src/pentobi/manual/en_CA/shortcuts.html
 delete mode 100644 src/pentobi/manual/en_CA/system.html
 delete mode 100644 src/pentobi/manual/en_CA/trigon_rules.html
 delete mode 100644 src/pentobi/manual/en_CA/user_interface.html
 delete mode 100644 src/pentobi/manual/en_CA/window_menu.html
 delete mode 100644 src/pentobi/manual/en_GB/become_stronger.html
 delete mode 100644 src/pentobi/manual/en_GB/classic_rules.html
 delete mode 100644 src/pentobi/manual/en_GB/duo_rules.html
 delete mode 100644 src/pentobi/manual/en_GB/index.html
 delete mode 100644 src/pentobi/manual/en_GB/junior_rules.html
 delete mode 100644 src/pentobi/manual/en_GB/license.html
 delete mode 100644 src/pentobi/manual/en_GB/shortcuts.html
 delete mode 100644 src/pentobi/manual/en_GB/system.html
 delete mode 100644 src/pentobi/manual/en_GB/trigon_rules.html
 delete mode 100644 src/pentobi/manual/en_GB/user_interface.html
 delete mode 100644 src/pentobi/manual/en_GB/window_menu.html
 create mode 100644 src/pentobi/resources_2x.qrc
 delete mode 100644 src/pentobi/translations/pentobi_en_CA.ts
 delete mode 100644 src/pentobi/translations/pentobi_en_GB.ts
 create mode 100644 src/pentobi_qml/.gitignore
 create mode 100644 src/pentobi_qml/qml/.gitignore
 delete mode 100644 src/pentobi_qml/qml/translations/pentobi_qml_de.qm
 delete mode 100644 src/pentobi_qml/qml/translations/replace_qtbase_de.qm
 rename src/twogtp/{OutputFile.cpp => Output.cpp} (54%)
 rename src/twogtp/{OutputFile.h => Output.h} (51%)
 create mode 100644 src/twogtp/OutputTree.cpp
 create mode 100644 src/twogtp/OutputTree.h
 delete mode 100644 src/unittest/libboardgame_base/PointTest.cpp
 delete mode 100644 src/unittest/libboardgame_sgf/TreeIteratorTest.cpp
 delete mode 100644 src/unittest/libboardgame_util/FastLogTest.cpp
 delete mode 100644 src/unittest/libboardgame_util/NullTermListTest.cpp
 delete mode 100644 tools/gtpregress/README.regression
 delete mode 100755 tools/gtpregress/run.sh
 delete mode 100644 tools/gtpregress/sgf/symmetry/symmetry-v.blksgf
 delete mode 100644 tools/gtpregress/sgf/symmetry/symmetry-w.blksgf
 delete mode 100644 tools/gtpregress/sgf/symmetry/symmetry-z.blksgf
 delete mode 100644 tools/gtpregress/symmetry.tst

-- 
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