summaryrefslogtreecommitdiff
path: root/src/newgrf_profiling.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: replace IConsolePrintF with IConsolePrint and fmt formattingrubidium42
2021-05-14Codechange: use thread safe time functionsrubidium42
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Even more std::string usage in file IO.Michael Lutz
2020-02-13Codechange: Format unsigned integers with %u instead of %i or %d.Quipyowert2
2020-01-26Feature: NewGRF callback profiling (#7868)Niels Martin Hansen