RSS feed
c6cc5df1
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/16 08:25
remove unecessary dependency from makefile
42d9d57f
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/16 08:24
small changes
017078aa
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/13 14:03
add more rating badges to readme
eb679565
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/13 14:01
also accept bullet and blitz challenges on Lichess
e020be11
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/13 14:00
consider the time remaining when making moves
3e86752a
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/13 12:58
add simple threading support
27d3f1c0
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/13 12:56
apply small fixes
c7420355
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/12 23:35
fix castling (again!)
4fec6d8c
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/12 16:36
make variable names consistent
7dfd3ade
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/12 16:11
apply style changes
3d405b7e
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/12 13:58
fix checkmate detection
6da435a4
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/12 12:47
fix NNUE evaluation
29717245
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/11 20:43
separate ‘struct moonfish_chess’ from ‘struct moonfish’
dbd7bdf8
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/11 13:06
remove debugging information (oops)
f28af568
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/11 08:25
simplify makefile slightly
09d28099
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/11 08:25
list lack of threading support in search as a limitation
3533e010
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/11 08:24
add missing line break in log string
ed289f77
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/11 08:23
style changes, remove nonstandard commands, decrease search depth
9977a83d
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 18:31
add badges to readme
bc6f8f2d
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 18:25
refuse blitz challenges too (for now)
85063283
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 18:24
add ‘rm lichess’ to ‘clean’ target
dbfde4e4
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 14:39
handle improper HTTP/1.1 response to HTTP/1.0 request
cc974819
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 14:28
fix typo
304a7d8d
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 14:22
fix castling (again)
6a3f3ec6
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 14:20
small fixed
4c599a9a
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 13:03
also build the Lichess integration
d14238ea
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 13:02
fix for when Lichess challenger is unregistered
73501fdb
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 12:16
add ‘tools.h’
c5dca581
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 12:13
add Lichess integration
f76d4007
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/09 12:11
fix castling
2c66ae6b
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 11:15
add ‘.build.yml’
e59885c3
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 11:14
add ‘.gitignore’
ba40d957
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 11:04
add option to inbuild network into the executable
7006b40c
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 07:24
oops (fix typo)
0f58da9b
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 07:18
castling and quiescence search
37c75f1e
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 04:23
cosmetic change
5d9d88fa
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 03:04
prevent leaving the king in check, fix time control handling
d049afd8
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 02:40
list more limitations
a1d26945
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 02:40
small cosmetic changes
984f8b25
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/07 02:39
small fix: don’t print an extra line on exit
0c791a60
– zamfofex <zamfofex@twdb.moe>
authored
on 2023/10/06 12:30
first commit!