aboutsummaryrefslogtreecommitdiffstats
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 changelogMarkus Uhlin-1/+4
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 changelogMarkus Uhlin-0/+3
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-07-16install libbsd-devMarkus Uhlin-0/+2
2025-07-16v2 -> v3Markus Uhlin-2/+2
2025-07-16Changed branch nameMarkus Uhlin-2/+2
2025-07-16CodeQL workflowMarkus Uhlin-0/+43
2025-04-12Added colors.hMarkus Uhlin-0/+81
2025-04-091.4.5 released1.4.5Markus Uhlin-2/+2
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 changelogMarkus Uhlin-1/+1
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 changelogMarkus Uhlin-0/+1
2025-04-06Updated the revision historyMarkus Uhlin-0/+1
2025-04-06Fixed Clang Tidy warningsMarkus Uhlin-5/+28
2025-04-06Updated the readmeMarkus Uhlin-0/+12
2025-04-06Added new var 'FICS_CLANG_TIDYFLAGS'Markus Uhlin-2/+3
2025-04-06.PHONY: added 'tidy'Markus Uhlin-1/+1
2025-04-06Include maketargets/tidy.mkMarkus Uhlin-0/+1