Commit Graph

24 Commits

Author SHA1 Message Date
754b011d05 fix _moves_gen_eval_sort() 2023-07-12 21:34:04 +02:00
88d2d4061f add moves sort 2023-07-11 22:21:42 +02:00
48319cf21a add M_PR_NL option in move_print() 2023-07-09 15:53:57 +02:00
7952a34c88 Add pos negamax function 2023-07-07 15:53:26 +02:00
12f972e152 move.c: Code cleanup, add promotion in move_do 2023-07-07 12:11:17 +02:00
183e9ef2be Improve move gen, delete ling pos, 3 steps moves generation 2023-07-07 02:21:14 +02:00
6f7a04cc89 Add move_do (dup position), remove &board in move struct 2023-07-06 12:22:26 +02:00
8857dec6cd cleanup 2023-07-02 12:15:22 +02:00
1e4af66379 moge gen: all moves count as mobility 2023-06-25 16:01:13 +02:00
1154f141c9 start bitboard integration 2023-06-22 16:08:57 +02:00
a28cd5c492 pod_dup(): duplicate also pieces list 2021-11-15 11:23:37 +01:00
f0e1836f2f add memstats / clear lists when new fen position 2021-11-14 16:03:36 +01:00
451afea6b5 refactor position: now contains board (not board *) 2021-11-12 20:22:20 +01:00
bd7d9f8551 add memory pool for positions 2021-11-12 18:33:39 +01:00
bd88da013c pos: added mobility. move_gen: hangle castling 2021-11-12 11:00:59 +01:00
e55c2e9cbe bug fix for moves count + move_add, clean debug 2021-11-08 10:05:43 +01:00
d38e2f4543 Occupancy & square control bitboards + continue printf->logX 2021-11-08 08:38:38 +01:00
0e117bc2f9 move from printf to logX() - unfinished. 2021-11-03 12:39:23 +01:00
06548a6464 Add flags for move display. Fix move generator color + pawn capture 2021-11-01 09:37:40 +01:00
537c36d14c add castle pseudo-moves 2021-10-31 20:43:43 +01:00
3ac41d7f78 Add pawn pseudo-moves 2021-10-31 19:57:14 +01:00
2f701c4bd5 pseudo-moves for pieces (not pawns nor special moves) 2021-10-31 12:16:11 +01:00
7bdc428485 add license information & rename typedefs 2021-10-29 09:00:10 +02:00
264459dc0f initial files 2021-10-27 16:09:56 +02:00