This repository has been archived on 2021-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
chess/src/dev/kske/chess/ui
Kai S. K. Engelbart 44f91591b4 Implemented saving to PGN file
+ copyVariations parameter in copy constructors of Board and Log

This procedure still required work in the form of efficiently rewinding
the board to the first position for SAN move extraction and shortening
SAN moves to the smallest possible representation.
2019-12-06 23:54:11 +01:00
..
AIConfigDialog.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00
BoardComponent.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00
BoardPane.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00
DialogUtil.java Implemented saving to PGN file 2019-12-06 23:54:11 +01:00
GameDropTarget.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00
GamePane.java Fixed color switching button 2019-11-06 19:52:52 +01:00
MainWindow.java Working on SAN serialization of moves 2019-11-24 21:31:32 +01:00
MenuBar.java Added a PGN file saving routine 2019-11-08 15:22:12 +01:00
MoveNodeRenderer.java Changed class Javadoc to use @author and @since tags 2019-10-26 07:55:21 +02:00
OverlayComponent.java Created getters for all fields in Move 2019-10-31 19:09:43 +01:00