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


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-202-ga07d39f
Date: Fri, 11 May 2012 06:57:20 +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  a07d39fc2261bd4f8c09669c4dab609d3ba82ddc (commit)
       via  f7a7eab3a35f4081644e073242bf171eefc7a2cf (commit)
       via  1ad1ef7425a159a1b40fb8effa760312ee2bde15 (commit)
       via  6d4df09b313df5a7debf5267f3aff0f23ae74485 (commit)
       via  0095302b884166eb067151c58cf766b2bd3f193b (commit)
       via  6ba32f4835c1623db668d13093b6ac4ea217ceb8 (commit)
       via  572d172640fc87378d23c42646f74e6b6f1c7c10 (commit)
       via  e6c1a180c86084c77bd18531e31f906e4ca4e452 (commit)
      from  6c16f203a57b32436b0dff6893ad0fb836bf77d3 (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 a07d39fc2261bd4f8c09669c4dab609d3ba82ddc
Author: Olivier Teulière <address@hidden>
Date:   Mon Apr 30 08:32:23 2012 +0200

    New statistics window, still quite unpolished.

commit f7a7eab3a35f4081644e073242bf171eefc7a2cf
Author: Olivier Teulière <address@hidden>
Date:   Sun May 6 23:23:19 2012 +0200

    Arbitration: when a player is selected, automatically switch to the 
corresponding history tab

commit 1ad1ef7425a159a1b40fb8effa760312ee2bde15
Author: Olivier Teulière <address@hidden>
Date:   Sat May 5 19:58:05 2012 +0200

    Arbitration: use the same solo-related settings as in duplicate mode

commit 6d4df09b313df5a7debf5267f3aff0f23ae74485
Author: Olivier Teulière <address@hidden>
Date:   Sat May 5 19:45:04 2012 +0200

    Fixed a bug when saving the position of auxiliary windows

commit 0095302b884166eb067151c58cf766b2bd3f193b
Author: Olivier Teulière <address@hidden>
Date:   Mon Apr 30 21:21:38 2012 +0200

    Use dedicated getters for the Move type: this is simpler to use and more 
readable

commit 6ba32f4835c1623db668d13093b6ac4ea217ceb8
Author: Olivier Teulière <address@hidden>
Date:   Mon Apr 30 08:29:38 2012 +0200

    New utility methods to retrieve the total number of penalty (or solo) 
points for a player

commit 572d172640fc87378d23c42646f74e6b6f1c7c10
Author: Olivier Teulière <address@hidden>
Date:   Mon Apr 30 08:48:32 2012 +0200

    Arbitration: new option to specify the number of "authorized" warnings. Not 
used yet.

commit e6c1a180c86084c77bd18531e31f906e4ca4e452
Author: Olivier Teulière <address@hidden>
Date:   Mon Apr 30 08:31:34 2012 +0200

    Arbitration: by convention, use negative values to indicate a penalty

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

Summary of changes:
 game/arbitration.cpp                  |    4 +
 game/duplicate.cpp                    |   25 ++--
 game/freegame.cpp                     |    6 +-
 game/game_move_cmd.cpp                |    4 +-
 game/history.cpp                      |    2 +-
 game/move.cpp                         |    6 +-
 game/move.h                           |   27 ++--
 game/player.cpp                       |   35 +++++
 game/player.h                         |    9 +
 game/player_event_cmd.cpp             |    4 +-
 game/player_move_cmd.cpp              |    2 +-
 game/settings.cpp                     |   18 ++-
 game/turn.h                           |    8 +-
 game/xml_writer.cpp                   |   10 +-
 qt/Makefile.am                        |    2 +
 qt/arbit_assignments.cpp              |   47 ++++--
 qt/arbit_assignments.h                |    2 +
 qt/arbitration_widget.cpp             |   12 +-
 qt/arbitration_widget.h               |    1 +
 qt/aux_window.cpp                     |    4 +
 qt/history_widget.cpp                 |   14 +-
 qt/main_window.cpp                    |   58 ++++++--
 qt/main_window.h                      |   10 ++
 qt/prefs_dialog.cpp                   |   11 ++
 qt/stats_widget.cpp                   |  273 +++++++++++++++++++++++++++++++++
 qt/{score_widget.h => stats_widget.h} |   32 +++--
 qt/ui/prefs_dialog.ui                 |   82 ++++++++--
 utils/eliottxt.cpp                    |    2 +-
 utils/game_io.cpp                     |    8 +-
 utils/ncurses.cpp                     |   10 +-
 30 files changed, 599 insertions(+), 129 deletions(-)
 create mode 100644 qt/stats_widget.cpp
 copy qt/{score_widget.h => stats_widget.h} (64%)


hooks/post-receive
-- 
Eliot



reply via email to

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