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


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-117-g0fa7bc9
Date: Sat, 10 Mar 2012 23:30:15 +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  0fa7bc91c6b90732f90c839bef1147ff4465df18 (commit)
       via  25a36ec9cd5be4f3295922bc4001db1b6d9554dd (commit)
       via  9c82c8f7bc2d4883f092265017215b79cdfcbd34 (commit)
       via  ff21e64a7f4cc3f88d04fe5bd85737d20c0aa83b (commit)
       via  cf6cec052709fec3c6eb2886e4221a0b99a3b9c1 (commit)
       via  9160e6bc9905604307950f414af06deabfaaf144 (commit)
       via  05a51101dbb1a1ea3a8795290855381c3990a670 (commit)
       via  f44048f31abc2b054f21a5eea7304f397447a169 (commit)
      from  51622a00121615040bd8862761dcd4d1581fac48 (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 0fa7bc91c6b90732f90c839bef1147ff4465df18
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 11 00:19:36 2012 +0100

    Arbitration mode: allow editing the rack manually

commit 25a36ec9cd5be4f3295922bc4001db1b6d9554dd
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 11 00:24:21 2012 +0100

    Arbitration mode: allow setting the rack randomly

commit 9c82c8f7bc2d4883f092265017215b79cdfcbd34
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 11 00:23:39 2012 +0100

    Reset the master move before setting the racks, for a better behaviour at 
the end of the game

commit ff21e64a7f4cc3f88d04fe5bd85737d20c0aa83b
Author: Olivier Teulière <address@hidden>
Date:   Mon Mar 5 22:23:10 2012 +0100

    Recreate the preferences dialog every time, to avoid displaying unsaved 
changes

commit cf6cec052709fec3c6eb2886e4221a0b99a3b9c1
Author: Olivier Teulière <address@hidden>
Date:   Wed Mar 7 09:17:56 2012 +0100

    Improved the findMatchingCmd() method

commit 9160e6bc9905604307950f414af06deabfaaf144
Author: Olivier Teulière <address@hidden>
Date:   Mon Mar 5 22:15:42 2012 +0100

    New preference to save the search results limit in arbitration mode

commit 05a51101dbb1a1ea3a8795290855381c3990a670
Author: Olivier Teulière <address@hidden>
Date:   Mon Mar 5 01:27:56 2012 +0100

    New arbitration mode, dedicate to arbitration of duplicate games.
    
    It is mostly working, but many things are still missing.
    In particular:
     - ability to enter (or change) moves for a past turn
     - ability to change the rack (manually, or randomly)
     - ability to add/remove players during the game
     - support for solos, warnings, penalties
     - support for table number
     - more ergonomic interface
     - non regression tests
     - ... and probably bugs to fix

commit f44048f31abc2b054f21a5eea7304f397447a169
Author: Olivier Teulière <address@hidden>
Date:   Tue Mar 6 08:55:12 2012 +0100

    New utility method to find a matching command

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

Summary of changes:
 game/Makefile.am                   |    1 +
 game/arbitration.cpp               |  138 +++++
 game/{training.h => arbitration.h} |   72 +--
 game/duplicate.cpp                 |   90 +++-
 game/duplicate.h                   |   44 +-
 game/game.cpp                      |    4 +-
 game/game_factory.cpp              |    7 +
 game/game_io.cpp                   |    2 +
 game/game_params.h                 |    1 +
 game/navigation.cpp                |    6 +
 game/navigation.h                  |    5 +
 game/player_move_cmd.cpp           |    4 +-
 game/player_move_cmd.h             |    3 +-
 game/public_game.cpp               |   92 +++-
 game/public_game.h                 |   36 ++-
 game/settings.cpp                  |    9 +
 game/turn_cmd.cpp                  |   27 +
 game/turn_cmd.h                    |   41 ++
 game/xml_reader.cpp                |    4 +-
 game/xml_writer.cpp                |    4 +-
 qt/Makefile.am                     |    4 +
 qt/arbitration_widget.cpp          | 1003 ++++++++++++++++++++++++++++++++++++
 qt/arbitration_widget.h            |  162 ++++++
 qt/main_window.cpp                 |   80 +++-
 qt/main_window.h                   |   14 +-
 qt/new_game.cpp                    |    9 +-
 qt/prefs_dialog.cpp                |   29 +
 qt/prefs_dialog.h                  |    3 +
 qt/training_widget.cpp             |    8 +-
 qt/training_widget.h               |    6 +-
 qt/ui/arbitration_widget.ui        |  311 +++++++++++
 qt/ui/new_game.ui                  |    7 +
 qt/ui/prefs_dialog.ui              |   73 +++-
 qt/ui/training_widget.ui           |   14 +-
 qt/validator_factory.cpp           |   48 ++-
 qt/validator_factory.h             |    5 +-
 utils/eliottxt.cpp                 |    4 +
 utils/game_io.cpp                  |    2 +
 38 files changed, 2192 insertions(+), 180 deletions(-)
 create mode 100644 game/arbitration.cpp
 copy game/{training.h => arbitration.h} (50%)
 create mode 100644 qt/arbitration_widget.cpp
 create mode 100644 qt/arbitration_widget.h
 create mode 100644 qt/ui/arbitration_widget.ui


hooks/post-receive
-- 
Eliot



reply via email to

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