Closed GoogleCodeExporter closed 9 years ago
Strange, build just fine for me when I check out svn from the command line.
As for variants, I make a check for variants in pgn and if it contains variants
then the old parser is used. Classical games in ficgames.com format in my tests
seem to be supported quite well.
Original comment by bvk...@gmail.com
on 10 Sep 2011 at 7:08
Hmm, maybe subclipse is messed it up has happened before. I will retry it.
Thanks for taking the ficsgames.com format into consideration. I really like
having the times included the way ficsgames.com does as well as the headers.
They aid when viewing the PGN in chess base.
Original comment by carsonday
on 11 Sep 2011 at 2:56
Are you sure raptor.chess.game is checked in? Ot os bombing out on getECO()
getDate() getBlackELOStr() etc. Did you add these? I cant seem to get them. Or
maybe they are in a new branch??
Original comment by carsonday
on 11 Sep 2011 at 3:07
There is some mess with types, Chesspresso/Raptor game objects are both called
Game, so I have to address one of then by full package path. Maybe this is a
source of the problem, because getECO() getDate() getBlackELOStr() are all
chesspresso Game object methods.
Original comment by bvk...@gmail.com
on 11 Sep 2011 at 6:40
aha I see what happened. I think I did a import optimization and messed it up
after the update. I reverted to old changes and everything works now. Thanks
for the comment and the addition. Looking forward to trying it out.
Original comment by carsonday
on 11 Sep 2011 at 9:54
Original issue reported on code.google.com by
carsonday
on 10 Sep 2011 at 2:43