Commits


1.4.5 released


Use of '>=' is better


com_who: merged case 'l' and 'A' because they perform the same action (found by PVS-Studio)


Updated the changelog


Updated the revision history


board_read_file: suppress clang tidy warnings (dead stores -- but they does not do any harm)


Updated the revision history


ReadV1GameFmt: suppress clang tidy warnings


ReadV1GameFmt: fixed dead stores


Updated the revision history


Fixed Clang Tidy warnings in FindHistory() and FindHistory2()


Updated the revision history


Fixed Clang Tidy warning


ReadV1PlayerFmt: suppress clang tidy warnings


Fixed dead stores


Changed snippet


Updated the revision history


Fixed Clang Tidy warnings


Suppress Clang Tidy false positives


Fixed Clang Tidy warnings


pprintf: init 'tmp'


Made pprintf() void -- its return value isn't checked anywhere through the whole project


file -> fname


Made parameters const


Updated the changelog