diff options
author | smatz <smatz@openttd.org> | 2008-01-09 23:00:59 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-01-09 23:00:59 +0000 |
commit | f44a9a5d5b468496fe92473e3bbd6a556efabf12 (patch) | |
tree | 3de62d8fa49bd51c2036af4c35d3e035e59db6ea /projects | |
parent | 6c954cad5f73f20fad3804d16f1852c7b52d3ad7 (diff) | |
download | openttd-f44a9a5d5b468496fe92473e3bbd6a556efabf12.tar.xz |
(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index b9c53cb7b..15ac028a0 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -345,6 +345,9 @@ RelativePath=".\..\src\settings.cpp"> </File> <File + RelativePath=".\..\src\signal.cpp"> + </File> + <File RelativePath=".\..\src\signs.cpp"> </File> <File @@ -649,6 +652,9 @@ RelativePath=".\..\src\signs.h"> </File> <File + RelativePath=".\..\src\signal_func.h"> + </File> + <File RelativePath=".\..\src\slope.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a7762d24e..dbeceafe9 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -692,6 +692,10 @@ > </File> <File + RelativePath=".\..\src\signal.cpp" + > + </File> + <File RelativePath=".\..\src\signs.cpp" > </File> @@ -1096,6 +1100,10 @@ > </File> <File + RelativePath=".\..\src\signal_func.h" + > + </File> + <File RelativePath=".\..\src\slope.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 1a074660f..c7a4c4948 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -689,6 +689,10 @@ > </File> <File + RelativePath=".\..\src\signal.cpp" + > + </File> + <File RelativePath=".\..\src\signs.cpp" > </File> @@ -1093,6 +1097,10 @@ > </File> <File + RelativePath=".\..\src\signal_func.h" + > + </File> + <File RelativePath=".\..\src\slope.h" > </File> |