eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-88-gf1c2d39


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-88-gf1c2d39
Date: Sun, 30 Dec 2012 15:38:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Eliot".

The branch, master has been updated
       via  f1c2d3951dc5acd5496dcc273de00185ae726c7f (commit)
       via  76fefdf71d4913dd4df61ddc93a46493a13e6025 (commit)
       via  86ed14f75e23b600e3771f5aee7aaec12997315e (commit)
       via  62d46c875fe41a2006ee1ac9fdefc571581df0d9 (commit)
      from  6e3c04b9546675aee8acf6ce11ed43784233f14c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f1c2d3951dc5acd5496dcc273de00185ae726c7f
Author: Olivier Teulière <address@hidden>
Date:   Sun Dec 30 16:29:54 2012 +0100

    GameFactory: remove the useless releaseGame() method

commit 76fefdf71d4913dd4df61ddc93a46493a13e6025
Author: Olivier Teulière <address@hidden>
Date:   Sun Dec 30 16:14:13 2012 +0100

    New "master game" feature.
    
    When a master game is defined, the racks and moves played from the
    current game will be the same as in the master game. This can be
    practical to replay a game in a different mode, or to replay at home a
    duplicate game played in a club, for example.

commit 86ed14f75e23b600e3771f5aee7aaec12997315e
Author: Olivier Teulière <address@hidden>
Date:   Sun Dec 30 16:13:45 2012 +0100

    Move: add operator==()

commit 62d46c875fe41a2006ee1ac9fdefc571581df0d9
Author: Olivier Teulière <address@hidden>
Date:   Sun Dec 30 16:13:31 2012 +0100

    Round: add operator==()

-----------------------------------------------------------------------

Summary of changes:
 game/arbitration.cpp      |   10 +++-
 game/arbitration.h        |    2 +-
 game/duplicate.cpp        |   23 +++++++--
 game/duplicate.h          |    2 +-
 game/freegame.cpp         |    4 +-
 game/freegame.h           |    2 +-
 game/game.cpp             |   54 +++++++++++++++++++++-
 game/game.h               |   26 ++++++++++-
 game/game_factory.cpp     |   18 +++-----
 game/game_factory.h       |    5 +--
 game/move.cpp             |   12 +++++
 game/move.h               |    3 +
 game/public_game.cpp      |    6 +++
 game/public_game.h        |    2 +
 game/round.cpp            |   11 +++++
 game/round.h              |    3 +
 game/topping.cpp          |    4 +-
 game/topping.h            |    2 +-
 game/training.cpp         |   13 ++++-
 game/training.h           |    2 +-
 qt/arbit_assignments.cpp  |    3 +-
 qt/arbitration_widget.cpp |    7 ++-
 qt/main_window.cpp        |    6 ++-
 qt/new_game.cpp           |  110 ++++++++++++++++++++++++++++++++++++++++++--
 qt/new_game.h             |   19 +++++++-
 qt/training_widget.cpp    |    1 +
 qt/ui/new_game.ui         |   62 +++++++++++++++++++++++--
 utils/eliottxt.cpp        |    6 ---
 utils/ncurses.cpp         |    2 -
 29 files changed, 354 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
Eliot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]