Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to master at bruno/brchess 2021-11-08 08:40:21 +01:00
d38e2f4543 Occupancy & square control bitboards + continue printf->logX
bruno pushed to master at bruno/brchess 2021-11-04 13:06:43 +01:00
c7faa88bfa structures forward declarations
bruno pushed to master at bruno/brchess 2021-11-04 10:01:34 +01:00
ad155b5a60 piece: printf -> logX
bruno pushed to master at bruno/brchess 2021-11-03 12:40:03 +01:00
0e117bc2f9 move from printf to logX() - unfinished.
bruno pushed to master at bruno/brchess 2021-11-02 23:00:28 +01:00
45c01f59f7 debug.{c,h}: logging functions
bruno pushed to master at bruno/brchess 2021-11-01 09:38:17 +01:00
06548a6464 Add flags for move display. Fix move generator color + pawn capture
bruno pushed to master at bruno/brchess 2021-10-31 20:44:24 +01:00
537c36d14c add castle pseudo-moves
bruno pushed to master at bruno/brchess 2021-10-31 19:57:43 +01:00
3ac41d7f78 Add pawn pseudo-moves
bruno pushed to master at bruno/brchess 2021-10-31 13:56:24 +01:00
cf1e88c926 style
bruno pushed to master at bruno/brchess 2021-10-31 13:46:04 +01:00
16c0c06095 remove piece2char/piece2string (global var instead)
bruno pushed to master at bruno/brchess 2021-10-31 12:16:46 +01:00
2f701c4bd5 pseudo-moves for pieces (not pawns nor special moves)
bruno pushed to master at bruno/brchess 2021-10-31 08:31:33 +01:00
07e7cbc72a fen.c: bug fix wrong empty square loop in fen parsing
bruno pushed to master at bruno/brchess 2021-10-31 08:30:10 +01:00
2ae81fec99 reverse SQUARE nibbles to match SQ88 (now redundant macros)
bruno pushed to master at bruno/brchess 2021-10-30 22:04:36 +02:00
4f582b6633 piece.c
bruno pushed to master at bruno/brchess 2021-10-30 22:04:09 +02:00
4bba067cd6 Add player's pieces list management + change board def.
bruno pushed to master at bruno/brchess 2021-10-30 11:48:04 +02:00
f0d209a292 remove rook.c (will be in a single move.c)
bruno pushed to master at bruno/brchess 2021-10-30 11:44:05 +02:00
f3124e728b pool.c: remove pool (list_head) offset, std: c99 -> gnu99
bruno pushed to master at bruno/brchess 2021-10-29 20:16:29 +02:00
bc24cb550e pool.c, 1st version
bruno pushed to master at bruno/brchess 2021-10-29 09:01:07 +02:00
7bdc428485 add license information & rename typedefs
bruno pushed to master at bruno/brchess 2021-10-27 18:48:31 +02:00
27a7b15038 add binary