aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Collapse)AuthorLines
10 daysFixed use of potentially dangerous functionsMarkus Uhlin-9/+11
2025-07-24Updated the revision historyMarkus Uhlin-0/+2
2025-07-24com_stats: replaced ctime() with ctime_r()Markus Uhlin-2/+7
2025-07-24Included errno.hMarkus Uhlin-0/+1
2025-07-24com_stats_rating: fixed use of potentially dangerous functionMarkus Uhlin-3/+10
2025-07-24com_checkPLAYER: aligned variables and valuesMarkus Uhlin-24/+32
2025-07-21ctime() -> ctime_r()Markus Uhlin-1/+5
2025-07-21Updated the revision historyMarkus Uhlin-0/+3
2025-07-21Replaced non-reentrant functions with their corresponding thread safe versionMarkus Uhlin-6/+18
2025-07-21Updated the revision historyMarkus Uhlin-0/+2
2025-07-21com_who: fixed multiplication result converted to larger typeMarkus Uhlin-2/+2
2025-07-17Updated the copyright yearsMarkus Uhlin-2/+2
2025-04-091.4.5 released1.4.5Markus Uhlin-1/+1
2025-04-08Use of '>=' is betterMarkus Uhlin-6/+6
2025-04-07com_who: merged case 'l' and 'A' because they perform the same action (found ↵Markus Uhlin-4/+1
by PVS-Studio)
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06board_read_file: suppress clang tidy warnings (dead stores -- but they ↵Markus Uhlin-2/+2
does not do any harm)
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06ReadV1GameFmt: suppress clang tidy warningsMarkus Uhlin-3/+5
2025-04-06ReadV1GameFmt: fixed dead storesMarkus Uhlin-2/+1
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warnings in FindHistory() and FindHistory2()Markus Uhlin-8/+18
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warningMarkus Uhlin-1/+3
2025-04-06ReadV1PlayerFmt: suppress clang tidy warningsMarkus Uhlin-4/+4
2025-04-06Fixed dead storesMarkus Uhlin-6/+3
2025-04-06Changed snippetMarkus Uhlin-10/+4
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warningsMarkus Uhlin-3/+12
2025-04-06Suppress Clang Tidy false positivesMarkus Uhlin-8/+8
2025-04-06Fixed Clang Tidy warningsMarkus Uhlin-4/+13
2025-04-06pprintf: init 'tmp'Markus Uhlin-1/+1
2025-04-06Made pprintf() void -- its return value isn't checked anywhere through the ↵Markus Uhlin-3/+3
whole project
2025-04-06file -> fnameMarkus Uhlin-2/+3
2025-04-06Made parameters constMarkus Uhlin-4/+4
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warningsMarkus Uhlin-5/+28
2025-04-05Added new var 'SRCS'Markus Uhlin-0/+34
2025-04-05Changed struct member typesMarkus Uhlin-3/+4
2025-04-05Fixed program logic mistakes, found by PVS-StudioMarkus Uhlin-3/+11
2025-04-05Use begin/end declsMarkus Uhlin-0/+4
2025-04-05DisplayTargetRank: added usage of int_diff()Markus Uhlin-3/+3
2025-04-05Added int_diff() which checks for overflowMarkus Uhlin-0/+13
2025-04-05Include limits.hMarkus Uhlin-0/+1
2025-04-05alg_parse_move: don't check the bounds of 'f'Markus Uhlin-6/+4
2025-04-05alg_parse_move: also check 'tmpr'Markus Uhlin-0/+5
2025-04-05Moved ifMarkus Uhlin-4/+3
2025-04-05Updated the revision historyMarkus Uhlin-0/+3
2025-04-05alg_parse_move: return ambiguous move on out-of-bounds array read/writeMarkus Uhlin-0/+10
2025-04-05t_sft: fixed null pointer pass to strlen()Markus Uhlin-1/+2