Commit graph

44 commits

Author SHA1 Message Date
Sebastian Lague
2d0c07c13c
Add V1.13 patch notes 2023-07-23 23:11:57 +02:00
Sebastian Lague
82dcb5f524 Bump version to 1.13 2023-07-23 23:09:19 +02:00
Sebastian Lague
4cdfc57f04 Fix fen/zobrist en-passant inconsistency 2023-07-23 22:34:40 +02:00
Sebastian Lague
085baea286 Add alternate way to get legal moves
board.GetLegalMovesNonAlloc()
2023-07-23 21:47:32 +02:00
Sebastian Lague
a56dca0165 Fix warning in board class 2023-07-23 19:42:40 +02:00
Sebastian Lague
1d2368295c Fix occasional crash on bot timeout during match 2023-07-23 19:40:34 +02:00
Sebastian Lague
cc3f49319b
Add more info about running the project 2023-07-23 19:27:47 +02:00
Sebastian Lague
9700276b51
Allow for newline at end of Fens.txt file
Merge pull request #195 from joshuajeschek/fens-newline
2023-07-23 16:47:08 +02:00
Sebastian Lague
0f021277c4
Some tweaks to README for clarity 2023-07-23 16:43:34 +02:00
Sebastian Lague
ee8db0ef9f
Update memory limit description 2023-07-23 10:22:13 +02:00
Sebastian Lague
436926fa71
Update rules with initialization time limit 2023-07-23 10:04:58 +02:00
Joshua Jeschek
3863675e6a
fix: allow for empty lines in Fens.txt file 2023-07-22 22:41:25 +02:00
Sebastian Lague
d4dd023852 Bump version to 1.12 2023-07-22 22:05:52 +02:00
Sebastian Lague
5dc587694c
Fix window resize glitch on some platforms
Merge pull request #177 from gamma-delta/prs/fix-resizing
2023-07-22 21:54:36 +02:00
Sebastian Lague
96cdff5d24 Merge branch 'Dev' 2023-07-22 21:45:13 +02:00
Sebastian Lague
c3c8abed91 Detect same colour bishops draw (insufficient material) 2023-07-22 21:19:45 +02:00
Sebastian Lague
8281130c9a Fix fifty move counter not updating correctly during search 2023-07-22 20:33:46 +02:00
petrak@
dea95e0468 Fix resizing the window breaking things: see #131
This PR fixes #130. It has exactly the same fix as PR #131, but doesn't
include other changes to the json files and such.

@dudecon: pro tip! Learn how to `git rebase`. It lets you re-write
history, only allow certain parts of commits, etc... Also thanks for the
code for the fix -- I would have no idea how to do that. You're the
MVP here.
2023-07-22 12:10:03 -05:00
Sebastian Lague
385851a329
Update rules to allow for 2 submissions 2023-07-22 15:08:10 +02:00
Sebastian Lague
e83a0d5686
Update README.md 2023-07-22 14:52:26 +02:00
Sebastian Lague
918a6942fd
Updated Change Log 2023-07-22 13:47:48 +02:00
Sebastian Lague
8ed36b9205 Bump minor version (1.11) 2023-07-22 13:42:16 +02:00
Sebastian Lague
39e6a868be Fix board UI coordinates when playing black 2023-07-22 13:40:05 +02:00
Sebastian Lague
1e33246f21 Merge branch 'pr/133' into Dev 2023-07-22 13:24:19 +02:00
Sebastian Lague
79ab3f2919 fix typo in board class 2023-07-22 13:19:06 +02:00
Sebastian Lague
85219733d3 Fix human player able to make illegal move during bot's turn 2023-07-22 13:18:30 +02:00
Sebastian Lague
3711d23f1e
Added some common issues to FAQ 2023-07-22 11:35:59 +02:00
petrak@
02352af3d9 Render the ranks and files on the edge cells, like Lichess does 2023-07-22 00:03:03 -05:00
Sebastian Lague
d009f8c70a
Updated README with more build instructions 2023-07-22 06:11:40 +02:00
Sebastian Lague
7e7b9d0988
Don't count readonly keyword as a token
Merge pull request #67 from Kadowns/feature/readonly-token-ignore
2023-07-22 05:55:53 +02:00
Sebastian Lague
bf1d0a1412
Added linux build info to FAQ 2023-07-22 05:14:34 +02:00
Sebastian Lague
20b3556031
Change log for v1.1 2023-07-21 21:18:36 +02:00
Sebastian Lague
24fa340cc9 V1.1 fix GetPiece function and add CreateBoardFromFen 2023-07-21 21:08:41 +02:00
Ricardo Novak
b46fd065d3 chg: add SyntaxKind.ReadOnlyKeyword to ignored tokens set
pls
2023-07-21 18:32:30 +01:00
Sebastian Lague
951ac24ae9
Update rules to disallow LINQ AsParallel() 2023-07-21 19:07:12 +02:00
Sebastian Lague
d6677078af
Add memory limit to rules 2023-07-21 18:49:01 +02:00
Sebastian Lague
46ee1d6caf
Update rules with yet another exploit! 2023-07-21 17:36:23 +02:00
Sebastian Lague
d347969234
Update README with time control info 2023-07-21 17:26:53 +02:00
Sebastian Lague
13a7c18e9a
Update rules to address nameof() exploit 2023-07-21 16:27:41 +02:00
Sebastian Lague
1eaa5e96f2
Update README.md 2023-07-21 14:19:05 +02:00
Sebastian Lague
4996c4b582
Update README.md 2023-07-21 14:18:18 +02:00
Sebastian Lague
a268bc3cad Chess Challenge Project 2023-07-21 14:16:37 +02:00
Sebastian Lague
29e522df30 Create .gitignore 2023-07-17 15:28:52 +02:00
Sebastian Lague
20fdcde325 Initial commit 2023-07-17 15:28:39 +02:00