-
2fb917c1c6
Fully implemented castling conditions
CyB3RC0nN0R
2019-10-29 06:24:44 +0100
-
27f37a8cf0
Implemented 'go' command in UCI protocol
CyB3RC0nN0R
2019-10-28 18:54:00 +0100
-
d3d721a41b
Implemented 'go' command in UCI protocol
CyB3RC0nN0R
2019-10-28 18:54:00 +0100
-
4d943c1a19
Implemented 'position moves' command in UCI protocol
CyB3RC0nN0R
2019-10-28 18:31:18 +0100
-
4e64e16fa7
Implemented 'position moves' command in UCI protocol
CyB3RC0nN0R
2019-10-28 18:31:18 +0100
-
1d78b8f071
Implemented 'currline' command in UCI protocol
CyB3RC0nN0R
2019-10-28 18:24:26 +0100
-
43d9fec0f2
Implemented 'currline' command in UCI protocol
CyB3RC0nN0R
2019-10-28 18:24:26 +0100
-
a41a2819da
Changed class Javadoc to use @author and @since tags
CyB3RC0nN0R
2019-10-26 07:55:21 +0200
-
caff59741c
Changed class Javadoc to use @author and @since tags
CyB3RC0nN0R
2019-10-26 07:55:21 +0200
-
40d80fdc12
Merge pull request #7 from CyB3RC0nN0R/feature/io
CyB3RC0nN0R
2019-10-25 17:01:55 +0200
-
-
85a8bf817f
Merge pull request #7 from CyB3RC0nN0R/feature/io
CyB3RC0nN0R
2019-10-25 17:01:55 +0200
-
-
cbf6aa2013
Moved loadFile method to MainWindow, removed redundancies
CyB3RC0nN0R
2019-10-25 16:58:18 +0200
-
ada382aee6
Moved loadFile method to MainWindow, removed redundancies
CyB3RC0nN0R
2019-10-25 16:58:18 +0200
-
5dbd38d1c0
Removed old FEN string methods, fixed FEN regex
CyB3RC0nN0R
2019-10-25 11:52:48 +0200
-
5f6e2e514f
Removed old FEN string methods, fixed FEN regex
CyB3RC0nN0R
2019-10-25 11:52:48 +0200
-
4857b48e4e
Moved castling right logging to Log
CyB3RC0nN0R
2019-10-25 11:34:07 +0200
-
208f585c11
Moved castling right logging to Log
CyB3RC0nN0R
2019-10-25 11:34:07 +0200
-
c438dd00cb
Enhanced FENString class, added unit test and Board#equals()
CyB3RC0nN0R
2019-10-24 19:54:59 +0200
-
de18ec5759
Enhanced FENString class, added unit test and Board#equals()
CyB3RC0nN0R
2019-10-24 19:54:59 +0200
-
7e8f75a008
Added FENString class
CyB3RC0nN0R
2019-10-24 06:09:16 +0200
-
47db284b9b
Added FENString class
CyB3RC0nN0R
2019-10-24 06:09:16 +0200
-
db8fe1c4c0
Renamed FEN string fullmove counter to fullmove number
CyB3RC0nN0R
2019-10-22 21:25:06 +0200
-
73f5e17405
Renamed FEN string fullmove counter to fullmove number
CyB3RC0nN0R
2019-10-22 21:25:06 +0200
-
acb0e63c82
Added PGNDatabaseTest and test file
CyB3RC0nN0R
2019-10-21 21:45:38 +0200
-
40a3a92686
Added PGNDatabaseTest and test file
CyB3RC0nN0R
2019-10-21 21:45:38 +0200
-
2f1ae6e9c8
Created io package, moved IO-related classes
CyB3RC0nN0R
2019-10-20 17:27:52 +0200
-
-
1ed43dd180
Created io package, moved IO-related classes
CyB3RC0nN0R
2019-10-20 17:27:52 +0200
-
-
1f2cedd455
Replaced game configuration dialog by a JOptionPane
CyB3RC0nN0R
2019-10-20 11:51:56 +0200
-
0148fbe570
Replaced game configuration dialog by a JOptionPane
CyB3RC0nN0R
2019-10-20 11:51:56 +0200
-
1d19f17c56
Improved PGN parsing, added PGN file loading
CyB3RC0nN0R
2019-10-20 08:52:51 +0200
-
84158c2dac
Improved PGN parsing, added PGN file loading
CyB3RC0nN0R
2019-10-20 08:52:51 +0200
-
86cf2afc8f
Implemented game loading from FEN file
CyB3RC0nN0R
2019-10-18 17:45:13 +0200
-
02a4b3ee32
Implemented game loading from FEN file
CyB3RC0nN0R
2019-10-18 17:45:13 +0200
-
8b9793611a
Added file chooser dialog, renamed GameConfigurationDialog to DialogUtil
CyB3RC0nN0R
2019-10-14 06:31:03 +0200
-
c31bfca497
Added file chooser dialog, renamed GameConfigurationDialog to DialogUtil
CyB3RC0nN0R
2019-10-14 06:31:03 +0200
-
446f895ae1
Replaced LogPanel by a JList inside GamePane with a custom cell renderer
CyB3RC0nN0R
2019-10-13 21:34:22 +0200
-
90437e822b
Replaced LogPanel by a JList inside GamePane with a custom cell renderer
CyB3RC0nN0R
2019-10-13 21:34:22 +0200
-
9839d5a23e
Fixed texture scaling method in TextureUtil
CyB3RC0nN0R
2019-10-13 14:37:35 +0200
-
0d654571a1
Fixed texture scaling method in TextureUtil
CyB3RC0nN0R
2019-10-13 14:37:35 +0200
-
713c95338e
Added PGNDatabase and PGNGame classes with support for PGN parsing
CyB3RC0nN0R
2019-10-09 21:03:39 +0200
-
f949a0132b
Added PGNDatabase and PGNGame classes with support for PGN parsing
CyB3RC0nN0R
2019-10-09 21:03:39 +0200
-
84b3e1503f
Renamed SAN-like coordinate notation to LAN, added SAN support to Board
CyB3RC0nN0R
2019-10-09 21:02:22 +0200
-
63317eaa0b
Renamed SAN-like coordinate notation to LAN, added SAN support to Board
CyB3RC0nN0R
2019-10-09 21:02:22 +0200
-
cc0440233b
Added ChessException class
CyB3RC0nN0R
2019-10-04 18:18:00 +0200
-
037888e79f
Added ChessException class
CyB3RC0nN0R
2019-10-04 18:18:00 +0200
-
286ea93ee3
Moved MoveNode into a separate file
CyB3RC0nN0R
2019-10-04 10:25:03 +0200
-
4bcb0a032d
Moved MoveNode into a separate file
CyB3RC0nN0R
2019-10-04 10:25:03 +0200
-
994cb84729
Fixed LogPanel to support new log data model
CyB3RC0nN0R
2019-09-23 17:37:42 +0200
-
b969ff9e2b
Fixed LogPanel to support new log data model
CyB3RC0nN0R
2019-09-23 17:37:42 +0200
-
54e4a0e2e4
Fixed memory leak, improved copy constructors
v0.4-alpha
CyB3RC0nN0R
2019-09-19 21:31:24 +0200
-
2c3ac42516
Fixed memory leak, improved copy constructors
CyB3RC0nN0R
2019-09-19 21:31:24 +0200
-
1ecafa5485
Fixed Log with respect to variations
CyB3RC0nN0R
2019-09-18 15:00:31 +0200
-
47a120e651
Fixed Log with respect to variations
CyB3RC0nN0R
2019-09-18 15:00:31 +0200
-
c987bfcebb
Added variations in Log, added LogTest
CyB3RC0nN0R
2019-09-13 18:13:34 +0200
-
ea8d754a72
Added variations in Log, added LogTest
CyB3RC0nN0R
2019-09-13 18:13:34 +0200
-
3941a75c91
Changed unit test package structure
CyB3RC0nN0R
2019-09-10 21:15:31 +0200
-
1d2cf364bd
Changed unit test package structure
CyB3RC0nN0R
2019-09-10 21:15:31 +0200
-
249480724a
Refactoring
CyB3RC0nN0R
2019-09-09 19:05:57 +0200
-
249c9f74a0
Refactoring
CyB3RC0nN0R
2019-09-09 19:05:57 +0200
-
216877b76b
Added LogPanel to GamePane
CyB3RC0nN0R
2019-09-09 06:14:37 +0200
-
8d23315481
Added LogPanel to GamePane
CyB3RC0nN0R
2019-09-09 06:14:37 +0200
-
19712a2bb7
Refactoring and documentation, improved FEN integration
CyB3RC0nN0R
2019-09-08 20:18:45 +0200
-
37cf7dcab2
Refactoring and documentation, improved FEN integration
CyB3RC0nN0R
2019-09-08 20:18:45 +0200
-
08ac0ac114
Fixed frozen game after adding a new one
CyB3RC0nN0R
2019-09-06 13:24:58 +0200
-
897353efeb
Fixed frozen game after adding a new one
CyB3RC0nN0R
2019-09-06 13:24:58 +0200
-
de9cd05602
Opening the new tab after starting a game
CyB3RC0nN0R
2019-09-01 18:57:31 +0200
-
875cd22521
Opening the new tab after starting a game
CyB3RC0nN0R
2019-09-01 18:57:31 +0200
-
3b73cd1efb
Added creation of new game tabs
CyB3RC0nN0R
2019-09-01 12:45:06 +0200
-
c712e066fe
Added creation of new game tabs
CyB3RC0nN0R
2019-09-01 12:45:06 +0200
-
964de02e24
Associated DropTarget with MainWindow
CyB3RC0nN0R
2019-08-24 16:04:09 +0200
-
513c0077e0
Associated DropTarget with MainWindow
CyB3RC0nN0R
2019-08-24 16:04:09 +0200
-
76fa3859ef
Added game tab support
CyB3RC0nN0R
2019-08-23 22:00:30 +0200
-
961100f74c
Added game tab support
CyB3RC0nN0R
2019-08-23 22:00:30 +0200
-
c1a8589a04
Fixed documentation
CyB3RC0nN0R
2019-08-23 21:10:19 +0200
-
7271f7b3a3
Fixed documentation
CyB3RC0nN0R
2019-08-23 21:10:19 +0200
-
358654b1ed
Added drag and drop support for FEN files
CyB3RC0nN0R
2019-08-14 20:17:28 +0200
-
37c12f5fdb
Added drag and drop support for FEN files
CyB3RC0nN0R
2019-08-14 20:17:28 +0200
-
8e2af63c35
Improved documentation in Board
CyB3RC0nN0R
2019-08-13 06:16:10 +0200
-
b682485e40
Improved documentation in Board
CyB3RC0nN0R
2019-08-13 06:16:10 +0200
-
642a0bf4d1
Fixed Game and Log synchronization on FEN loading
CyB3RC0nN0R
2019-08-13 05:59:47 +0200
-
dcef49c4eb
Fixed Game and Log synchronization on FEN loading
CyB3RC0nN0R
2019-08-13 05:59:47 +0200
-
3ea48ef21b
Implemented loadFromFen method in Board
CyB3RC0nN0R
2019-08-13 05:43:26 +0200
-
17f110e7f7
Implemented loadFromFen method in Board
CyB3RC0nN0R
2019-08-13 05:43:26 +0200
-
d121e85897
Cleaned up and improved Log
CyB3RC0nN0R
2019-08-12 06:44:55 +0200
-
3fe6ea5540
Cleaned up and improved Log
CyB3RC0nN0R
2019-08-12 06:44:55 +0200
-
14c7167ce4
Changed event model
CyB3RC0nN0R
2019-08-07 18:54:00 +0200
-
0062e18ab9
Changed event model
CyB3RC0nN0R
2019-08-07 18:54:00 +0200
-
90c100e0e1
Working on board loading from FEN-encoded string
CyB3RC0nN0R
2019-08-05 21:02:54 +0200
-
f266eaa4cd
Working on board loading from FEN-encoded string
CyB3RC0nN0R
2019-08-05 21:02:54 +0200
-
e7af9f40c2
Implemented LogFrame updating
CyB3RC0nN0R
2019-08-04 14:40:25 +0200
-
1923dbf27a
Implemented LogFrame updating
CyB3RC0nN0R
2019-08-04 14:40:25 +0200
-
3d8877ddbd
Implemented LogFrame, added menu item for opening it
CyB3RC0nN0R
2019-08-03 21:48:10 +0200
-
65e75053d7
Implemented LogFrame, added menu item for opening it
CyB3RC0nN0R
2019-08-03 21:48:10 +0200
-
83c6e48f03
Added event package with EventBus class
CyB3RC0nN0R
2019-08-02 18:46:00 +0200
-
cd44db37ae
Added event package with EventBus class
CyB3RC0nN0R
2019-08-02 18:46:00 +0200
-
1ce8b8355a
Fixed and fully implemented UCI 'info' command parsing
v0.3-alpha
CyB3RC0nN0R
2019-08-01 21:34:01 +0200
-
5bfc57a5af
Fixed and fully implemented UCI 'info' command parsing
CyB3RC0nN0R
2019-08-01 21:34:01 +0200
-
36597ac6f1
Fixed parsing score and after score
CyB3RC0nN0R
2019-08-01 19:01:17 +0200
-
c940663fbf
Fixed parsing score and after score
CyB3RC0nN0R
2019-08-01 19:01:17 +0200
-
e72297bebf
UCI refactoring
CyB3RC0nN0R
2019-07-31 17:47:49 +0200