After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726949 - Game becomes unpaused after computer player moves
Game becomes unpaused after computer player moves
Status: RESOLVED FIXED
Product: gnome-chess
Classification: Applications
Component: General
3.11.x
Other Linux
: High normal
: ---
Assigned To: Michael Catanzaro
gnome-chess-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-24 01:24 UTC by Michael Catanzaro
Modified: 2014-04-14 18:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not unpause the game when the engine moves (1.62 KB, patch)
2014-04-14 18:08 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2014-03-24 01:24:46 UTC
Playing against the computer, make a move and then immediately pause the game.  The clock will start again (without removing the pause overlay!) after a few seconds, after the engine reports its move.
Comment 1 Michael Catanzaro 2014-04-14 18:08:18 UTC
The following fix has been pushed:
a5dc9be Do not unpause the game when the engine moves
Comment 2 Michael Catanzaro 2014-04-14 18:08:21 UTC
Created attachment 274297 [details] [review]
Do not unpause the game when the engine moves

Instead, wait until the player unpauses the game, and only then report
the move.