Save clocks with unfinished PGN games
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 26 Nov 2013 12:21:51 +0000 (13:21 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 26 Nov 2013 12:21:51 +0000 (13:21 +0100)
commit0b487f0b8319a23d5334c63b035f692bcbae6221
tree11929a4f30906d44fee8d4590a48817a34b8eb3e
parent5deaf4dafd42e67ed6c9037d40b9c7d777870e33
Save clocks with unfinished PGN games

When saving a game with an unfinished result, the remaining time of both
players is appended to the result comment, as "(Clocks: WHITETIME, BLACKTIME)"
with the times in seconds. When a game with unfinished result is loaded,
and the result message contains such a text, the clock settings are restored
from it accordingly. This makes it easier to resume interrupted games.
backend.c