Commit graph

15 commits

Author SHA1 Message Date
Nils Lück
f8aa4eab3d Modernized preferences 2022-08-19 21:18:48 +00:00
Michael Catanzaro
05d7bb3a11 Prefix all custom PGN tags with X-GNOME
We will still honor the original tag name when importing, so users who
saved games with older versions of GNOME Chess won't be affected.
2020-12-04 18:14:20 -06:00
Michael Catanzaro
d8d14506ae Add warning comment about the Seven Tag Roster 2020-12-04 18:04:23 -06:00
Amandeep Singh
de1b15d674 chess-pgn: Remove the extra check while setting TimeControl tag
TimeControl tag should be set irrespective of whether WhiteTimeLeft
or BlackTimeLeft tag has been set

Closes #45
2020-06-30 11:55:11 +05:30
Sahil Sareen
c81114efae Update copyrights 2016-03-18 22:45:08 +05:30
Sahil Sareen
d78fa64289 Bump up the license version on source files 2016-02-16 02:27:59 +05:30
Sahil Sareen
ba7a105a76 Marking new strings for translation
* Marked new strings that print warnings on loading a bad pgn
 * Added config.vapi to lib/ and updated Makefile.am
 * Updated po/POTFILES

https://bugzilla.gnome.org/show_bug.cgi?id=746218
2015-04-04 18:51:28 +05:30
Sahil Sareen
0e9eaa8547 Fix bad pgn load behaviour
Handle invalid fields in PGN properly.
2015-03-29 20:52:21 +05:30
Sahil Sareen
e9d862cda3 Fix crash on invalid clock type in pgn
Use a simple clock for invalid clock types in pgn.
2015-03-24 20:40:56 +05:30
Sahil Sareen
fe69cc5a02 Code Cleanup 2015-02-19 20:49:36 +05:30
Sahil Sareen
d00db10c10 Add support for Fischer and Bronstein clocks
* Preferences dialog: Added option for clock type
* Clock Library: Support for these clocks
* Gnome-Chess: Handle fischer/bronstein clocks

https://bugzilla.gnome.org/show_bug.cgi?id=473395
2015-02-16 09:45:50 +05:30
Michael Catanzaro
ed104403a0 Fix whitespace error in previous commit
This is a whitespace error on more than one level.

Really think that space before parens in OO code may have been a
mistake... too late now.
2015-02-14 23:14:49 -06:00
Michael Catanzaro
0b8f5b81d8 Silence new empty if statement warning 2015-02-14 23:12:54 -06:00
Michael Catanzaro
c948843e68 Don't create new fundamental types 2014-06-24 08:14:59 -05:00
Michael Catanzaro
17f0005f34 Split several files off into an internal library
This will be a static convenience library, so we don't have to recompile
all of these files for each test binary.
2014-04-08 21:50:59 -05:00
Renamed from src/chess-pgn.vala (Browse further)