[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-251-gdb14ee0
From: |
Olivier Teulière |
Subject: |
[Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-251-gdb14ee0 |
Date: |
Fri, 05 Oct 2012 14:13:14 +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 db14ee06229dae2c145a0121515f77b944b5896f (commit)
via 75025c33dfc7b2bb94b09089496600fb71b615eb (commit)
via e4f9c03ca7f812ddf2beb7f38c084d5cfb8a516a (commit)
via 1232eda206b05dfac2bce1bd84639d22a6a09655 (commit)
via f4b78e09b1480d31e1c6f316049e2d6bbf11f8fa (commit)
via 56028c86516a7ceb36a164bd4083763761190a74 (commit)
via a800863c1f2d2aed20b13434697576e9320d3d90 (commit)
via 66cfd666816980a616d7701dc00d5a55d8d5cee4 (commit)
via 38d7093341a5365e9684274e70ce94c750716a98 (commit)
via bcc2aedbff759a6222c5e17d855dfbec541f4028 (commit)
via f1123e1229936ea22f089d789c4a670ae29421c0 (commit)
via 937138c21df39f9272efb3bedb5edb2c3ec63ff1 (commit)
via 58c88a30786cdddef2406bee76d85b3812e0293d (commit)
via 74d4572a0aa682a9930c308f04615d8a88f95e59 (commit)
via ed152a380dd09f3162c21f009272e7f0e58b7679 (commit)
via 6ec9568020d10e388221d677fee8509e3a8de575 (commit)
from 43477b77b5ec756e6da6bc7c82d6417ccd42bf3e (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 db14ee06229dae2c145a0121515f77b944b5896f
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 15:55:49 2012 +0200
Training: do not use the auto-connect feature.
The code is now slightly more verbose, but easier to follow and
less sensitive to typos.
commit 75025c33dfc7b2bb94b09089496600fb71b615eb
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 15:05:42 2012 +0200
Training: improve usability
commit e4f9c03ca7f812ddf2beb7f38c084d5cfb8a516a
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 14:54:29 2012 +0200
Training: define key accelerators for the main buttons
commit 1232eda206b05dfac2bce1bd84639d22a6a09655
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 14:37:15 2012 +0200
Set the allColumnsShowFocus property to true on some views
commit f4b78e09b1480d31e1c6f316049e2d6bbf11f8fa
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 14:28:30 2012 +0200
Arbitration: restore properly the focused player
commit 56028c86516a7ceb36a164bd4083763761190a74
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 13:05:33 2012 +0200
Arbitration: new popup menu entry to suppress an assigned move
commit a800863c1f2d2aed20b13434697576e9320d3d90
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 12:52:42 2012 +0200
Arbitration: do not handle solos automatically.
The arbitrator has to specify them manually. Otherwise, we cannot know
when a turn is complete and thus we cannot determine if solos can/should
be applied.
commit 66cfd666816980a616d7701dc00d5a55d8d5cee4
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 12:38:55 2012 +0200
Improve logging of the turns history
commit 38d7093341a5365e9684274e70ce94c750716a98
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 10:28:54 2012 +0200
Add an assertion
commit bcc2aedbff759a6222c5e17d855dfbec541f4028
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 01:42:46 2012 +0200
Improve the detection of finished games for duplicate and arbitration modes
commit f1123e1229936ea22f089d789c4a670ae29421c0
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 01:22:42 2012 +0200
Fix a very rare bug in rack generation
commit 937138c21df39f9272efb3bedb5edb2c3ec63ff1
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 01:19:32 2012 +0200
Split the helperSetRackRandom() method.
There is now one method to check whether the rack can be drawn, and
another one (still called helperSetRackRandom()) to do all the work.
commit 58c88a30786cdddef2406bee76d85b3812e0293d
Author: Olivier Teulière <address@hidden>
Date: Fri Oct 5 00:01:18 2012 +0200
Let the PlayerMoveCmd decide whether it is human independent.
It fixes problems when trying to replay turns on a loaded game.
commit 74d4572a0aa682a9930c308f04615d8a88f95e59
Author: Olivier Teulière <address@hidden>
Date: Thu Oct 4 23:15:35 2012 +0200
Arbitration: fix the "Replay turn" feature for games with only AI players
commit ed152a380dd09f3162c21f009272e7f0e58b7679
Author: Olivier Teulière <address@hidden>
Date: Thu Oct 4 22:18:18 2012 +0200
Arbitration: correctly set the state of buttons for past turns
commit 6ec9568020d10e388221d677fee8509e3a8de575
Author: Olivier Teulière <address@hidden>
Date: Thu Oct 4 19:14:58 2012 +0200
Arbitration: better label for a popup menu entry
-----------------------------------------------------------------------
Summary of changes:
game/arbitration.cpp | 47 +++++++++++-
game/arbitration.h | 4 +
game/duplicate.cpp | 82 ++++++++++----------
game/duplicate.h | 1 +
game/freegame.cpp | 17 ++--
game/freegame.h | 7 +-
game/game.cpp | 122 +++++++++++++++++++----------
game/game.h | 15 +++-
game/master_move_cmd.cpp | 9 ++
game/navigation.cpp | 5 +-
game/player.cpp | 2 +-
game/player_move_cmd.cpp | 1 +
game/public_game.cpp | 16 ++++
game/public_game.h | 3 +
game/settings.cpp | 20 ++---
game/training.cpp | 1 -
game/turn_cmd.cpp | 8 +-
qt/arbit_assignments.cpp | 180 +++++++++++++++++++++++++++++++------------
qt/arbit_assignments.h | 6 +-
qt/arbitration_widget.cpp | 4 +-
qt/history_widget.cpp | 1 +
qt/main_window.cpp | 2 +-
qt/prefs_dialog.cpp | 9 +--
qt/stats_widget.cpp | 30 ++++----
qt/training_widget.cpp | 68 ++++++++++------
qt/training_widget.h | 15 ++--
qt/ui/arbit_assignments.ui | 5 +-
qt/ui/arbitration_widget.ui | 3 +
qt/ui/dic_tools_widget.ui | 11 +++-
qt/ui/prefs_dialog.ui | 51 ++++--------
qt/ui/training_widget.ui | 30 ++-----
31 files changed, 498 insertions(+), 277 deletions(-)
hooks/post-receive
--
Eliot
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-251-gdb14ee0,
Olivier Teulière <=