aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
4 dayscom_checkPLAYER: aligned variables and valuesMarkus Uhlin-24/+32
6 daysctime() -> ctime_r()Markus Uhlin-1/+5
6 daysUpdated the changelogMarkus Uhlin-1/+4
6 daysUpdated the revision historyMarkus Uhlin-0/+3
6 daysReplaced non-reentrant functions with their corresponding thread safe versionMarkus Uhlin-6/+18
6 daysUpdated the changelogMarkus Uhlin-0/+3
6 daysUpdated the revision historyMarkus Uhlin-0/+2
6 dayscom_who: fixed multiplication result converted to larger typeMarkus Uhlin-2/+2
10 daysUpdated the copyright yearsMarkus Uhlin-2/+2
11 daysinstall libbsd-devMarkus Uhlin-0/+2
11 daysv2 -> v3Markus Uhlin-2/+2
11 daysChanged branch nameMarkus Uhlin-2/+2
11 daysCodeQL 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
2025-04-06Added target 'tidy'Markus Uhlin-0/+8
2025-04-05Added new var 'SRCS'Markus Uhlin-0/+34
2025-04-05Coverity Scan Build StatusMarkus Uhlin-0/+2
2025-04-05Changed struct member typesMarkus Uhlin-3/+4
2025-04-05Fixed program logic mistakes, found by PVS-StudioMarkus Uhlin-3/+11