Bruno Raoult
638ad1fd2d
keep a string of moves/comments when parsing PGN.
12 months ago
Bruno Raoult
6c8c93f451
Cancel "$1" style removal in cleanPgn
12 months ago
Bruno Raoult
0752f04ce4
Fix bug #11 (lost double quotes in "] pattern
12 months ago
Bruno Raoult
2bb109b77c
remove wrong file_put_contents
12 months ago
Alf Magne Kalleland
e6031ebf6f
Merge pull request #10 from Wugapodes/license
...
license: Add license documents and specify version
2 years ago
wugapodes
375f40e374
license: Add license documents and specify version
...
The readme says this project is licensed under the LGPL, but does
not specify a version or include the license text. This commit adds
the LGPL license as COPYING.LESSER and the GPL which it requires
as COPYING. These are the v3+ versions of the license.
This commit also applies formatting fixes to README.md
2 years ago
Alf Magne Kalleland
d3773ab4fb
Fix bug in parser when there are hidden chars at beginning of pgn
3 years ago
Alf Magne Kalleland
1586531863
Bugfix
3 years ago
Alf Magne Kalleland
30e27ab65d
Merge pull request #8 from juanjdeleon/better-composer
...
Better composer
4 years ago
Alf Magne Kalleland
8761d777fe
Fix problem with en passant moves in combination with king in chess
...
The parser did not handle fen's like
8/8/7p/5P1k/5pPp/P6K/4r2R/8 b - g3
properly. It reported pawn h4 to g3 as an invalid move. This has now been fixed
4 years ago
Juan De Leon
e28a62b4a0
Add required properties to install library through VCS repository
4 years ago
Juan De Leon
6f96f37ed2
Merge branch 'issue/5-autoload' of https://github.com/christeredvartsen/chessParser into better-composer
4 years ago
DHTMLGoodies
0e28c13fef
Handle %csl and %cal (arrows and highlights)
4 years ago
DHTMLGoodies
6db8d3806d
Fixed bug parsing comments
5 years ago
DHTMLGoodies
88b0b3fbf0
Fixed bug parsing comments
5 years ago
DHTMLGoodies
ddeb4e8510
bugfix - to short version - skipping comment moves
5 years ago
DHTMLGoodies
69466a1b45
updates
5 years ago
DHTMLGoodies
bdaa2b31cd
updates
5 years ago
DHTMLGoodies
68d6e084c9
Bugfixes + support for getting shorter parsing format
5 years ago
Christer Edvartsen
31c4ff57af
Add autoload information to composer.json
...
The commit adds the base directory of the project to the classmap way of
autoloading classes through Composer.
Resolves #5
5 years ago
DHTMLGoodies
9490f2cd09
throwing exception if not valid move in move method
5 years ago
DHTMLGoodies
0e2544f133
Merge branch 'master' of github.com:DHTMLGoodies/chessParser
5 years ago
DHTMLGoodies
bd8ff3e485
updates
5 years ago
DHTMLGoodies
18768ccb5d
SUpport for arrows in pgn
5 years ago
DHTMLGoodies
40a19a7551
Support for arrow and highlight actions in pgn
5 years ago
DHTMLGoodies
126dc9b599
JSON to PGN parser
5 years ago
DHTMLGoodies
29dc9b5f8a
updates null moves
5 years ago
DHTMLGoodies
2b1e3e0f04
Added support for one line pgn
5 years ago
DHTMLGoodies
a834acb72e
Added support for one line pgn
5 years ago
DHTMLGoodies
83efc94107
Gracefully skiping games the parser don't understand
5 years ago
DHTMLGoodies
1fcf22de2c
before find words routine
5 years ago
DHTMLGoodies
155af550c1
Fixed problem with some pawn moves
5 years ago
DHTMLGoodies
5fe2491d1f
short promoteTo, i.e. q instead of queen
5 years ago
DHTMLGoodies
8e35529117
Updates
5 years ago
DHTMLGoodies
d8a7869b33
Implemented Stockfish JS engine
5 years ago
DHTMLGoodies
5505a28b1d
Parsing out clock %clk comments
5 years ago
DHTMLGoodies
d17e42e7da
updates
5 years ago
DHTMLGoodies
a7a0f37ae0
Always set En passant square when pawn moves to squares
6 years ago
DHTMLGoodies
fd4147d036
Always set En passant square when pawn moves to squares
6 years ago
DHTMLGoodies
3ec671f536
Code comments and minor refactoring
6 years ago
DHTMLGoodies
2b0d0c9536
Readme doc updates
7 years ago
DHTMLGoodies
81523dc93f
Readme doc updates
7 years ago
DHTMLGoodies
d3015694d6
Readme doc updates
7 years ago
DHTMLGoodies
b827b36457
New methods + documentation
7 years ago
DHTMLGoodies
2cfe4818b4
Readme updates
7 years ago
DHTMLGoodies
d3861e8df0
Readme updates
7 years ago
DHTMLGoodies
2f34af2475
Bugfix - check for cache existence to avoid notice in log
7 years ago
DHTMLGoodies
a815129188
Fixed problem with fens like 8/7P/8/8/1k15/8/P7/K7 w - - 0 1, i.e. 1k15(and not 1k6)
7 years ago
DHTMLGoodies
586d996e02
Fixed problem with fens like 8/7P/8/8/1k15/8/P7/K7 w - - 0 1, i.e. 1k15(and not 1k6)
7 years ago
DHTMLGoodies
7865a60934
Fixed notation problem in parser
7 years ago