ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
48 stars 21 forks source link

Cleanup more sprintf usages with C++20 std::format and std::to_string. #186

Closed stevewgr closed 1 year ago

stevewgr commented 1 year ago

Description

This PR partially addressing this ticket: https://github.com/ko4life-net/ko/issues/81

I also updated the linting job to only run if pushed to master, PR created or changes were pushed there. Also gave the option to manually run it using workflow dispatch.