From 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Thu, 19 Jul 2018 21:17:07 +0200 Subject: Feature: Framerate display window (#6822) Frame rate and various game loop/graphics timing measurements and graphs. Accessible via the Help menu, and can print some stats in the console via the fps command. --- projects/openttd_vs100.vcxproj | 2 ++ projects/openttd_vs100.vcxproj.filters | 6 ++++++ projects/openttd_vs140.vcxproj | 2 ++ projects/openttd_vs140.vcxproj.filters | 6 ++++++ projects/openttd_vs141.vcxproj | 2 ++ projects/openttd_vs141.vcxproj.filters | 6 ++++++ projects/openttd_vs80.vcproj | 8 ++++++++ projects/openttd_vs90.vcproj | 8 ++++++++ 8 files changed, 40 insertions(+) (limited to 'projects') diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 2297c9be2..6fbd5e3f0 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -481,6 +481,7 @@ + @@ -731,6 +732,7 @@ + diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 7f529a397..7eee89731 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -600,6 +600,9 @@ Header Files + + Header Files + Header Files @@ -1350,6 +1353,9 @@ GUI Source Code + + GUI Source Code + GUI Source Code diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index 61f9ccc77..fdc1fd411 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -502,6 +502,7 @@ + @@ -752,6 +753,7 @@ + diff --git a/projects/openttd_vs140.vcxproj.filters b/projects/openttd_vs140.vcxproj.filters index 7f529a397..7eee89731 100644 --- a/projects/openttd_vs140.vcxproj.filters +++ b/projects/openttd_vs140.vcxproj.filters @@ -600,6 +600,9 @@ Header Files + + Header Files + Header Files @@ -1350,6 +1353,9 @@ GUI Source Code + + GUI Source Code + GUI Source Code diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index 0cfa9af69..0b450cbfd 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.vcxproj @@ -502,6 +502,7 @@ + @@ -752,6 +753,7 @@ + diff --git a/projects/openttd_vs141.vcxproj.filters b/projects/openttd_vs141.vcxproj.filters index 7f529a397..7eee89731 100644 --- a/projects/openttd_vs141.vcxproj.filters +++ b/projects/openttd_vs141.vcxproj.filters @@ -600,6 +600,9 @@ Header Files + + Header Files + Header Files @@ -1350,6 +1353,9 @@ GUI Source Code + + GUI Source Code + GUI Source Code diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 8ae32e70a..2ea6fdcd6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1110,6 +1110,10 @@ RelativePath=".\..\src\fontdetection.h" > + + @@ -2118,6 +2122,10 @@ RelativePath=".\..\src\fios_gui.cpp" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index b488daadb..174677586 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1107,6 +1107,10 @@ RelativePath=".\..\src\fontdetection.h" > + + @@ -2115,6 +2119,10 @@ RelativePath=".\..\src\fios_gui.cpp" > + + -- cgit v1.2.3-54-g00ecf