Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to master at bruno/brchess 2023-07-01 20:59:59 +02:00
b39348e828 add FILE* output
bruno pushed to master at bruno/brchess 2023-07-01 20:57:22 +02:00
2ff78f2f23 add FILE* output
fe5b21aad9 add CPPFLAGS in bin compile
Compare 2 commits »
bruno pushed to master at bruno/brchess 2023-06-29 09:50:58 +02:00
bab3ea95b9 Makefile: cleanup, separate sections, better bin gen, add ccls/valgrind
bruno pushed to master at bruno/brchess 2023-06-25 16:03:04 +02:00
09ceca44e5 pos: keep possibility to have opponent moves (NULL move)
1e4af66379 moge gen: all moves count as mobility
5bd8f9042a eval: add functions to get eval details
373a73cb52 eval_t is now s32
9c6830bc56 add inittial pos init function
Compare 5 commits »
bruno pushed to master at bruno/brchess 2023-06-24 12:14:57 +02:00
9b25a6ba8c Makefile deps improved, improve Emacs dir locals.
bruno pushed to master at bruno/brchess 2023-06-22 16:09:19 +02:00
1154f141c9 start bitboard integration
cb94ca52b9 rename to brchess
Compare 2 commits »
bruno pushed to master at bruno/brchess 2023-06-22 16:05:21 +02:00
6f3570ef40 save changes made sparsely the last 2 years (segfault everywhere)
bruno pushed to master at bruno/Tools 2023-06-22 15:19:53 +02:00
e65ef9889e Fix invalid fonction definition with unnamed param
1084c9eb06 move typedefs alltogether
Compare 2 commits »
bruno pushed to master at bruno/brchess 2023-06-22 15:15:36 +02:00
d9b42e2b43 Fix invalid fonction definition with unnamed param
8036b289a6 move typedefs alltogether
Compare 2 commits »
bruno pushed to master at bruno/brchess 2023-06-21 14:37:04 +02:00
e1570fa34a latest brlib version
bruno pushed to master at bruno/brchess 2023-06-21 10:59:57 +02:00
69e47faec8 latest brlib version
bruno renamed repository from bodichess to bruno/brchess 2023-06-21 10:59:29 +02:00
bruno pushed to master at bruno/Tools 2023-06-20 21:34:03 +02:00
485e04c6fd add struct-group.h
5294dbe371 updates from changes in AoC 2022
15cc0e54e9 add pjwhash
3fe7315f7c more fixes for 32 bits architecture
Compare 4 commits »
bruno pushed to master at chess-web/chessParser 2023-06-19 10:51:51 +02:00
ca283b0726 allow castle with move suffix and/or NAG
bruno pushed to master at chess-web/chessParser 2023-06-18 21:57:41 +02:00
8187168ca2 more cleanPgn() cleanup: trim lines, del initial blanks, one space only...
bruno pushed to master at chess-web/chessParser 2023-06-18 21:03:14 +02:00
c1b1beab72 more cleanPgn() cleanup: trim lines, del initial blanks, one space only...
bruno pushed to master at chess-web/chessParser 2023-06-18 18:00:41 +02:00
ce0923d0e9 Much faster regex to catch brackets inside braces
bruno pushed to master at chess-web/chessParser 2023-06-14 15:50:27 +02:00
e939a58b38 fix #2: Add common PGN tags in "specialMetadata" array.
bruno pushed to master at chess-web/chessParser 2023-06-14 15:23:03 +02:00
5ca6c49f62 fix for #1 (1, 2, 9, 13), by hiding brackets in movetext comments
bruno pushed to master at chess-web/chessParser 2023-06-13 22:25:17 +02:00
29f778308b Fix issue #1. But not the dangerous problems with (9) and (13).