aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/movecheck.c
AgeCommit message (Expand)AuthorLines
2024-05-20Replaced evil sprintf() callsMarkus Uhlin-2/+6
2024-05-05Updated the revision historyMarkus Uhlin-0/+2
2024-05-05Reformatted is_move()Markus Uhlin-72/+74
2024-05-05Reformatted functionsMarkus Uhlin-17/+23
2024-05-05Reformatted legal_pawn_move()Markus Uhlin-38/+63
2024-05-05Reformatted legal_knight_move()Markus Uhlin-13/+15
2024-05-05Reformatted legal_bishop_move()Markus Uhlin-32/+35
2024-05-05Reformatted legal_rook_move()Markus Uhlin-36/+37
2024-05-05Reformatted legal_queen_move()Markus Uhlin-6/+4
2024-05-05Reformatted is_square_attacked()Markus Uhlin-10/+16
2024-05-05Keep the old oneMarkus Uhlin-14/+17
2024-05-05Reformatted legal_king_move()Markus Uhlin-39/+59
2024-05-05Reformatted add_pos()Markus Uhlin-4/+5
2024-05-05Reformatted possible_pawn_moves()Markus Uhlin-39/+42
2024-05-05Reformatted possible_knight_moves()Markus Uhlin-19/+30
2024-05-05Reformatted possible_bishop_moves()Markus Uhlin-68/+77
2024-05-05Reformatted possible_rook_moves()Markus Uhlin-64/+73
2024-05-05Reformatted possible_queen_moves()Markus Uhlin-5/+7
2024-05-05Reformatted possible_king_moves()Markus Uhlin-19/+30
2024-05-05Reformatted legal_move()Markus Uhlin-53/+58
2024-05-05Reformatted legal_andcheck_move()Markus Uhlin-16/+23
2024-05-05Fixed typing errorMarkus Uhlin-1/+1
2024-05-05Reformatted in_check()Markus Uhlin-28/+35
2024-05-05Reformatted parse_move()Markus Uhlin-55/+57
2024-05-05Refactored and reformatted backup_move()Markus Uhlin-239/+320
2024-04-13Checked out files by tag 1.0Markus Uhlin-1150/+900
2024-04-02'take back' -> 'takeback'Markus Uhlin-5/+5
2024-03-17Unused paramsMarkus Uhlin-0/+4
2024-03-17Updated the revision historyMarkus Uhlin-0/+1
2024-03-17Replaced sprintf() callsMarkus Uhlin-2/+6
2024-03-17Reformatted is_move()Markus Uhlin-71/+73
2024-03-17Reformatted NextPieceLoop()Markus Uhlin-14/+18
2024-03-17Reformatted functionsMarkus Uhlin-42/+76
2024-03-17Reformatted legal_knight_move()Markus Uhlin-13/+16
2024-03-17Reformatted legal_bishop_move() and replaced the for-loop with a while-loopMarkus Uhlin-32/+45
2024-03-17Reformatted legal_rook_move()Markus Uhlin-35/+40
2024-03-17Reformatted functionsMarkus Uhlin-16/+16
2024-03-17Reformatted legal_king_move()Markus Uhlin-39/+58
2024-03-17Reformatted add_pos()Markus Uhlin-4/+5
2024-03-17Reformatted possible_pawn_moves()Markus Uhlin-39/+46
2024-03-17Reformatted possible_knight_moves()Markus Uhlin-19/+23
2024-03-17Reformatted possible_bishop_moves()Markus Uhlin-68/+87
2024-03-17Reformatted possible_rook_moves()Markus Uhlin-64/+83
2024-03-16Reformatted possible_queen_moves()Markus Uhlin-5/+5
2024-03-16Reformatted possible_king_moves()Markus Uhlin-19/+23
2024-03-16Deleted disabled codeMarkus Uhlin-18/+0
2024-03-16Reformatted legal_move()Markus Uhlin-53/+55
2024-03-16Reformatted legal_andcheck_move()Markus Uhlin-16/+17
2024-03-16Deleted gapMarkus Uhlin-1/+1
2024-03-16Reformatted in_check()Markus Uhlin-28/+35