maemo.org Bugzilla – Bug 12427
Miniature doesn't handle adjourn requests
Last modified: 2014-03-08 10:28:57 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: 0.4 Miniature should handle adjourn requests from the local and remote sides.
Progress in the local side: "Adjourn" entry added to the Back menu connected to a confirmation dialog. Points to a miniature.adjourn() function that needs to be implemented. Pending: a dialog to be shown if the opponent refuses to adjourn. Progress in the remote side: The frontend shows a gameoverDialog connected to Miniature.ResultAdjourned but the backend part needs to be implemented. Pending: a dialog to be shown when the opponent requests a draw.
(In reply to comment #1) > Pending: a dialog to be shown when the opponent requests a draw. I mean requests to adjourn a game.
(In reply to comment #1) > Pending: a dialog to be shown when the opponent requests a draw. UI implemented although I can't test this until the backend pieces are in place as well. See http://gitorious.org/miniature/miniature/commit/f908b9fb55edffc8c0834a824447a5d0ca6d8ef3 for more details.