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


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-39-g50a2ab7
Date: Thu, 06 Dec 2012 08:15:47 +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  50a2ab79961af31260f9854934a16078fe32637c (commit)
       via  2cc0b2bc398b63ef42ba2c5067352dbbfc24ea19 (commit)
       via  19a93988ad577b7d874d04b5a18f0b31437a0ccf (commit)
       via  4d38c99336cbf71836132553db8dbcc2f14494d1 (commit)
       via  8b3d6b987210eec7f036a8f7efef5676dc4533e3 (commit)
       via  e34cc25fe17e94d18eb2c80e914450dfac970603 (commit)
      from  bea6a41cd477de136f87976b370d3a3091753503 (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 50a2ab79961af31260f9854934a16078fe32637c
Author: Olivier Teulière <address@hidden>
Date:   Thu Dec 6 00:07:16 2012 +0100

    Arbitration: disable solo-related actions when automatic handling is active

commit 2cc0b2bc398b63ef42ba2c5067352dbbfc24ea19
Author: Olivier Teulière <address@hidden>
Date:   Wed Dec 5 23:55:44 2012 +0100

    Preferences: add a checkbox for the new automatic solos handling option

commit 19a93988ad577b7d874d04b5a18f0b31437a0ccf
Author: Olivier Teulière <address@hidden>
Date:   Wed Dec 5 23:02:12 2012 +0100

    Arbitration: new option to handle solos automatically.
    
    The option is not yet accessible from the interface.

commit 4d38c99336cbf71836132553db8dbcc2f14494d1
Author: Olivier Teulière <address@hidden>
Date:   Wed Dec 5 22:05:31 2012 +0100

    Move Arbitration::getPlayerEventCmd() into Duplicate

commit 8b3d6b987210eec7f036a8f7efef5676dc4533e3
Author: Olivier Teulière <address@hidden>
Date:   Wed Dec 5 21:23:25 2012 +0100

    Use BOOST_FOREACH instead of an index-based loop

commit e34cc25fe17e94d18eb2c80e914450dfac970603
Author: Olivier Teulière <address@hidden>
Date:   Wed Dec 5 20:26:47 2012 +0100

    Move commands to the game/cmd/ sub-directory.
    
    The abstract Command class (from which all the others inherit)
    is still game/, to hide the cmd/ subdir from most clients.

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

Summary of changes:
 configure.in                        |    4 +-
 game/Makefile.am                    |   12 ++--
 game/arbitration.cpp                |   42 +++--------
 game/arbitration.h                  |    9 --
 game/{ => cmd}/game_move_cmd.cpp    |    2 +-
 game/{ => cmd}/game_move_cmd.h      |    0
 game/{ => cmd}/game_rack_cmd.cpp    |    2 +-
 game/{ => cmd}/game_rack_cmd.h      |    0
 game/{ => cmd}/master_move_cmd.cpp  |    3 +-
 game/{ => cmd}/master_move_cmd.h    |    0
 game/{ => cmd}/player_event_cmd.cpp |    2 +-
 game/{ => cmd}/player_event_cmd.h   |    0
 game/{ => cmd}/player_move_cmd.cpp  |    2 +-
 game/{ => cmd}/player_move_cmd.h    |    0
 game/{ => cmd}/player_rack_cmd.cpp  |    2 +-
 game/{ => cmd}/player_rack_cmd.h    |    0
 game/duplicate.cpp                  |  141 ++++++++++++++++++++++++++---------
 game/duplicate.h                    |   19 +++++
 game/freegame.cpp                   |   16 ++--
 game/settings.cpp                   |   20 ++++-
 game/training.cpp                   |    8 +-
 game/xml_reader.cpp                 |   12 ++--
 game/xml_writer.cpp                 |   12 ++--
 qt/arbit_assignments.cpp            |   12 +++
 qt/arbit_assignments.h              |    3 +
 qt/prefs_dialog.cpp                 |   23 +++++-
 qt/ui/prefs_dialog.ui               |   85 ++++++++++++++-------
 27 files changed, 285 insertions(+), 146 deletions(-)
 rename game/{ => cmd}/game_move_cmd.cpp (99%)
 rename game/{ => cmd}/game_move_cmd.h (100%)
 rename game/{ => cmd}/game_rack_cmd.cpp (98%)
 rename game/{ => cmd}/game_rack_cmd.h (100%)
 rename game/{ => cmd}/master_move_cmd.cpp (98%)
 rename game/{ => cmd}/master_move_cmd.h (100%)
 rename game/{ => cmd}/player_event_cmd.cpp (98%)
 rename game/{ => cmd}/player_event_cmd.h (100%)
 rename game/{ => cmd}/player_move_cmd.cpp (98%)
 rename game/{ => cmd}/player_move_cmd.h (100%)
 rename game/{ => cmd}/player_rack_cmd.cpp (98%)
 rename game/{ => cmd}/player_rack_cmd.h (100%)


hooks/post-receive
-- 
Eliot



reply via email to

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