aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/movecheck.c
AgeCommit message (Expand)AuthorLines
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
2024-03-16Reformatted parse_move()Markus Uhlin-56/+60
2024-03-16Updated the revision historyMarkus Uhlin-0/+2
2024-03-16Moved code to clean_up_doit()Markus Uhlin-57/+66
2024-03-16Moved code to update_enpassant_array()Markus Uhlin-25/+34
2024-03-16Refactored and reformatted backup_move()Markus Uhlin-239/+330
2024-03-16Moved includeMarkus Uhlin-1/+1
2023-12-24Updated the revision historyMarkus Uhlin-0/+1
2023-12-24Fixed dead assignmentMarkus Uhlin-1/+1
2023-12-24Reformatted execute_move()Markus Uhlin-146/+183
2023-12-18ParenthesesMarkus Uhlin-6/+6
2023-12-17Updated the revision historyMarkus Uhlin-0/+1
2023-12-17Replaced sprintf() with snprintf()Markus Uhlin-1/+2
2023-12-14move_calculate: fixed compiler warningsMarkus Uhlin-2/+19
2023-12-14Reformatted move_calculate()Markus Uhlin-50/+62
2023-12-14Updated the revision historyMarkus Uhlin-1/+2
2023-12-14Sorted the includesMarkus Uhlin-3/+3
2023-12-14Fixed compiler warningMarkus Uhlin-2/+2
2023-12-14Added checkMarkus Uhlin-9/+15
2023-12-14Reformatted has_legal_move()Markus Uhlin-58/+73
2023-12-13Deleted trailing whitespace charactersMarkus Uhlin-8/+4
2023-12-07FICS 1.6.2Markus Uhlin-0/+1297