index
:
maxxe/fics
main
Free Internet Chess Server (FICS)
maxxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
FICS
/
board.c
Age
Commit message (
Expand
)
Author
Lines
2024-06-01
Updated the revision history
Markus Uhlin
-0
/
+1
2024-06-01
Added and made use of brand()
Markus Uhlin
-6
/
+16
2024-04-13
Fixed format string
Markus Uhlin
-2
/
+3
2024-04-13
Made 'styleFuncs' private
Markus Uhlin
-1
/
+1
2024-04-13
Deleted gap
Markus Uhlin
-1
/
+1
2024-04-13
Added a parameter list
Markus Uhlin
-1
/
+1
2024-04-13
Updated the revision history
Markus Uhlin
-0
/
+2
2024-04-13
Added parameter 'bufsize' to append_holding_machine() and append_holding_disp...
Markus Uhlin
-16
/
+20
2024-04-13
Replaced strcat() calls with mstrlcat()
Markus Uhlin
-68
/
+81
2024-04-13
Replaced sprintf() calls with msnprintf()
Markus Uhlin
-32
/
+38
2024-04-13
Switched to usage of warn()
Markus Uhlin
-2
/
+3
2024-04-13
Checked out file by tag 1.0
Markus Uhlin
-161
/
+134
2024-03-31
Made 'styleFuncs' private and added a parameter list
Markus Uhlin
-1
/
+1
2024-03-24
Fixed format string
Markus Uhlin
-2
/
+4
2024-03-23
Added param 'size' to append_holding_display() and replaced strcat() calls
Markus Uhlin
-8
/
+11
2024-03-23
Added param 'size' to append_holding_machine() and replaced strcat() calls
Markus Uhlin
-6
/
+7
2024-03-23
Updated the revision history
Markus Uhlin
-0
/
+2
2024-03-23
Replaced strcat() calls with strlcat()
Markus Uhlin
-66
/
+76
2024-03-23
Replaced sprintf() and added initialization of char buffers
Markus Uhlin
-43
/
+52
2023-12-28
Updated the revision history
Markus Uhlin
-0
/
+1
2023-12-28
Switched to usage of arc4random
Markus Uhlin
-8
/
+7
2023-12-24
Added alignment
Markus Uhlin
-2
/
+2
2023-12-24
Moved the style function declarations to the header file
Markus Uhlin
-14
/
+0
2023-12-24
Updated the revision history
Markus Uhlin
-1
/
+1
2023-12-24
Reformatted board_init()
Markus Uhlin
-15
/
+21
2023-12-24
Reformatted board_calc_strength()
Markus Uhlin
-18
/
+21
2023-12-24
Reformatted holding_str()
Markus Uhlin
-14
/
+14
2023-12-24
Reformatted append_holding_machine()
Markus Uhlin
-13
/
+16
2023-12-24
Reformatted append_holding_display()
Markus Uhlin
-8
/
+9
2023-12-24
Reformatted update_holding()
Markus Uhlin
-25
/
+36
2023-12-23
Moved variable definition
Markus Uhlin
-2
/
+2
2023-12-23
Moved vars
Markus Uhlin
-9
/
+9
2023-12-23
Added whitespaces
Markus Uhlin
-1
/
+1
2023-12-23
Fixed long statement
Markus Uhlin
-1
/
+5
2023-12-23
Changed indentation
Markus Uhlin
-14
/
+15
2023-12-23
Moved define
Markus Uhlin
-1
/
+2
2023-12-23
Moved defines
Markus Uhlin
-5
/
+6
2023-12-23
Reformatted board_to_string()
Markus Uhlin
-35
/
+38
2023-12-23
move_and_time: return a pointer to the start of 'tmp'
Markus Uhlin
-1
/
+1
2023-12-23
Reformatted move_and_time()
Markus Uhlin
-4
/
+6
2023-12-23
Reformatted genstyle()
Markus Uhlin
-90
/
+105
2023-12-23
Reformatted style13()
Markus Uhlin
-14
/
+34
2023-12-23
Reformatted style1()
Markus Uhlin
-13
/
+33
2023-12-23
Reformatted style2()
Markus Uhlin
-13
/
+33
2023-12-23
Reformatted style3()
Markus Uhlin
-13
/
+33
2023-12-23
Reformatted style4()
Markus Uhlin
-13
/
+33
2023-12-23
Reformatted style5()
Markus Uhlin
-12
/
+31
2023-12-23
Reformatted style6()
Markus Uhlin
-13
/
+32
2023-12-23
Reformatted style7()
Markus Uhlin
-14
/
+18
2023-12-23
Reformatted style8()
Markus Uhlin
-39
/
+55
[next]