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_1.14-139-gd6a2fc6


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-139-gd6a2fc6
Date: Mon, 26 Mar 2012 05:48:57 +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  d6a2fc6e4e7a40c6cefdf31bf6082bd60897cbbb (commit)
       via  82b5694a59c65e4b0335fc6d0af21d00e92db889 (commit)
       via  d4c7511ae5766a3211433730ff03ac5d80f950b8 (commit)
       via  e017e73cd98f39007a851a9f36bdafdda526711c (commit)
       via  84e46bef8515a30c3d6471b42aac796f194bdac4 (commit)
       via  7de3374fae5feb5308cb40510e445c6bcd5ae1d1 (commit)
       via  3d724166b63c5212d4cd5c03b1ab0d3e782c070d (commit)
       via  7f504671bbbca16a9aea80cc29342f6cd79517d8 (commit)
      from  c37107ed878a550c1d8ffea3c0a945e1fccd4477 (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 d6a2fc6e4e7a40c6cefdf31bf6082bd60897cbbb
Author: Olivier Teulière <address@hidden>
Date:   Mon Mar 26 07:48:33 2012 +0200

    PublicGame: more direct access to the game current rack

commit 82b5694a59c65e4b0335fc6d0af21d00e92db889
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 25 01:21:20 2012 +0100

    Split the ArbitrationWidget class into 2 classes, to keep the code 
manageable

commit d4c7511ae5766a3211433730ff03ac5d80f950b8
Author: Olivier Teulière <address@hidden>
Date:   Sat Mar 24 22:35:13 2012 +0100

    Allow giving warnings and penalties from the interface

commit e017e73cd98f39007a851a9f36bdafdda526711c
Author: Olivier Teulière <address@hidden>
Date:   Fri Mar 23 08:12:03 2012 +0100

    Handle penalties in the core

commit 84e46bef8515a30c3d6471b42aac796f194bdac4
Author: Olivier Teulière <address@hidden>
Date:   Fri Mar 23 07:41:16 2012 +0100

    Handle warnings and solos in the core

commit 7de3374fae5feb5308cb40510e445c6bcd5ae1d1
Author: Olivier Teulière <address@hidden>
Date:   Fri Mar 23 07:34:56 2012 +0100

    Code factorization

commit 3d724166b63c5212d4cd5c03b1ab0d3e782c070d
Author: Olivier Teulière <address@hidden>
Date:   Fri Mar 23 07:08:02 2012 +0100

    Allow inserting and dropping a single command in the history.

commit 7f504671bbbca16a9aea80cc29342f6cd79517d8
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 25 00:51:19 2012 +0100

    Fixed use of uninitialized value

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

Summary of changes:
 game/Makefile.am                                 |    1 +
 game/arbitration.cpp                             |   97 ++++-
 game/arbitration.h                               |   16 +
 game/command.h                                   |    7 +
 game/duplicate.cpp                               |    6 +-
 game/history.cpp                                 |   24 +
 game/history.h                                   |    7 +
 game/navigation.cpp                              |   13 +
 game/navigation.h                                |   12 +
 game/player_event_cmd.cpp                        |   73 +++
 game/{player_points_cmd.h => player_event_cmd.h} |   42 +-
 game/public_game.cpp                             |   43 ++-
 game/public_game.h                               |   11 +-
 game/settings.cpp                                |    6 +
 game/turn.cpp                                    |   23 +-
 game/turn.h                                      |   17 +-
 game/turn_cmd.cpp                                |  178 +++++---
 game/turn_cmd.h                                  |   34 ++
 qt/Makefile.am                                   |    4 +
 qt/arbit_assignments.cpp                         |  598 ++++++++++++++++++++++
 qt/{arbitration_widget.h => arbit_assignments.h} |  103 +---
 qt/arbitration_widget.cpp                        |  517 ++-----------------
 qt/arbitration_widget.h                          |   34 +-
 qt/bag_widget2.cpp                               |    2 +-
 qt/prefs_dialog.cpp                              |    3 +
 qt/rack_widget.cpp                               |    3 +-
 qt/timer_widget.cpp                              |    2 +-
 qt/ui/arbit_assignments.ui                       |  150 ++++++
 qt/ui/arbitration_widget.ui                      |  148 +------
 qt/ui/prefs_dialog.ui                            |   57 ++-
 utils/game_io.cpp                                |    2 +-
 31 files changed, 1391 insertions(+), 842 deletions(-)
 create mode 100644 game/player_event_cmd.cpp
 copy game/{player_points_cmd.h => player_event_cmd.h} (61%)
 create mode 100644 qt/arbit_assignments.cpp
 copy qt/{arbitration_widget.h => arbit_assignments.h} (52%)
 create mode 100644 qt/ui/arbit_assignments.ui


hooks/post-receive
-- 
Eliot



reply via email to

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