aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/board.c
AgeCommit message (Expand)AuthorLines
2024-03-24Fixed format stringMarkus Uhlin-2/+4
2024-03-23Added param 'size' to append_holding_display() and replaced strcat() callsMarkus Uhlin-8/+11
2024-03-23Added param 'size' to append_holding_machine() and replaced strcat() callsMarkus Uhlin-6/+7
2024-03-23Updated the revision historyMarkus Uhlin-0/+2
2024-03-23Replaced strcat() calls with strlcat()Markus Uhlin-66/+76
2024-03-23Replaced sprintf() and added initialization of char buffersMarkus Uhlin-43/+52
2023-12-28Updated the revision historyMarkus Uhlin-0/+1
2023-12-28Switched to usage of arc4randomMarkus Uhlin-8/+7
2023-12-24Added alignmentMarkus Uhlin-2/+2
2023-12-24Moved the style function declarations to the header fileMarkus Uhlin-14/+0
2023-12-24Updated the revision historyMarkus Uhlin-1/+1
2023-12-24Reformatted board_init()Markus Uhlin-15/+21
2023-12-24Reformatted board_calc_strength()Markus Uhlin-18/+21
2023-12-24Reformatted holding_str()Markus Uhlin-14/+14
2023-12-24Reformatted append_holding_machine()Markus Uhlin-13/+16
2023-12-24Reformatted append_holding_display()Markus Uhlin-8/+9
2023-12-24Reformatted update_holding()Markus Uhlin-25/+36
2023-12-23Moved variable definitionMarkus Uhlin-2/+2
2023-12-23Moved varsMarkus Uhlin-9/+9
2023-12-23Added whitespacesMarkus Uhlin-1/+1
2023-12-23Fixed long statementMarkus Uhlin-1/+5
2023-12-23Changed indentationMarkus Uhlin-14/+15
2023-12-23Moved defineMarkus Uhlin-1/+2
2023-12-23Moved definesMarkus Uhlin-5/+6
2023-12-23Reformatted board_to_string()Markus Uhlin-35/+38
2023-12-23move_and_time: return a pointer to the start of 'tmp'Markus Uhlin-1/+1
2023-12-23Reformatted move_and_time()Markus Uhlin-4/+6
2023-12-23Reformatted genstyle()Markus Uhlin-90/+105
2023-12-23Reformatted style13()Markus Uhlin-14/+34
2023-12-23Reformatted style1()Markus Uhlin-13/+33
2023-12-23Reformatted style2()Markus Uhlin-13/+33
2023-12-23Reformatted style3()Markus Uhlin-13/+33
2023-12-23Reformatted style4()Markus Uhlin-13/+33
2023-12-23Reformatted style5()Markus Uhlin-12/+31
2023-12-23Reformatted style6()Markus Uhlin-13/+32
2023-12-23Reformatted style7()Markus Uhlin-14/+18
2023-12-23Reformatted style8()Markus Uhlin-39/+55
2023-12-23Reformatted style9()Markus Uhlin-29/+42
2023-12-23Added blank linesMarkus Uhlin-0/+3
2023-12-23Reformatted style11()Markus Uhlin-37/+53
2023-12-23Added blank linesMarkus Uhlin-0/+3
2023-12-23Reformatted place_piece()Markus Uhlin-21/+24
2023-12-23ParenthesesMarkus Uhlin-1/+1
2023-12-23Reformatted wild_update()Markus Uhlin-127/+160
2023-12-23Reformatted wild_init()Markus Uhlin-5/+6
2023-12-23Updated the revision historyMarkus Uhlin-0/+1
2023-12-23Added parenthesesMarkus Uhlin-3/+3
2023-12-23Added whitespacesMarkus Uhlin-1/+1
2023-12-23Added alignmentMarkus Uhlin-5/+5
2023-12-23Reformatted board_read_file()Markus Uhlin-110/+122