Newly created games are not exported on PGN database
Chess Database and PGN viewer
Brought to you by:
hognose
When in Clipboard a game (containing some moves) is saved (with all the mandatory tags filled) and then exported in a PGN database, this is what is obtained:
[Event ""]
[Site ""]
[Date ""]
[Round ""]
[White ""]
[Black ""]
[Result ""]
On the contrary, if a PGN database is opened containing a previous game, and then this game is modified (same moves and tags as before), the game is ok after being exported in a PGN database.
[Event "event"]
[Site "site"]
[Date "2001.01.01"]
[Round "1"]
[White "white"]
[Black "black"]
[Result "1-0"]
1. e4 h6 1-0
Fixed by commit 905.