Improved support for fen notation: move count, half move, en passant.
Improved support for fen string and Position (castle rights)
Fixed two nasty bugs in Ply and Square classes.
Improved 'stl-compliance' for container classes (GameCollection,
MoveList,...). Iterators should now work a little better with stl algorithms.
Just a couple of bug-fix found in Position class and three new code
samples.
Several improvements: new class Position with FEN support.
Now possibile to get the full starting square in a Ply object.
New Color type for pieces and Square objects are now aware of the Pieces
standing on them. More minor changes and bug-fixes.
Bug fixes and Makefile improvement by JMM (thanks!). Pgn parsing
improved in supporting variations and glyphs (still no access methods for such objects are provided)
Compilation problems fixed (mainly by Arnaud Quirin, thank you!)
Back on developing. Heavy software refactoring
(no new features) with parsing code completely rewritten.
PGN parsing improved in many respects:
correctness, error-handling, performance, but still working on it.
Still not really usable for practical purposes.
pgnlib-0.0.1 released, very alpha version incomplete
and poorly implemented.
Look at the project web site http://pgnlib.sourceforge.net/
for details.