summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-03-19 11:27:30 +0000
committermaedhros <maedhros@openttd.org>2007-03-19 11:27:30 +0000
commit209101391abfaf901bfc68c83c79bf8c9865b0bb (patch)
tree8ccaccab74c6399452d6ff3f09d5c94335516a62 /projects
parent3d3d8d7c47f3fb98abeefe943f7c94f4485f3dec (diff)
downloadopenttd-209101391abfaf901bfc68c83c79bf8c9865b0bb.tar.xz
(svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
the newhouses grf specs, so all newhouses grfs will be playable in the game. Many thanks to everyone who contributed code and ideas, and all the testers who found things we missed.
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd.vcproj12
-rw-r--r--projects/openttd_vs80.vcproj20
2 files changed, 30 insertions, 2 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index db9fa427c..2e01dfaca 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -519,6 +519,9 @@
RelativePath=".\..\src\newgrf_engine.h">
</File>
<File
+ RelativePath=".\..\src\newgrf_house.h">
+ </File>
+ <File
RelativePath=".\..\src\newgrf_sound.h">
</File>
<File
@@ -531,6 +534,9 @@
RelativePath=".\..\src\newgrf_text.h">
</File>
<File
+ RelativePath=".\..\src\newgrf_town.h">
+ </File>
+ <File
RelativePath=".\..\src\news.h">
</File>
<File
@@ -926,6 +932,9 @@
RelativePath=".\..\src\newgrf_engine.cpp">
</File>
<File
+ RelativePath=".\..\src\newgrf_house.cpp">
+ </File>
+ <File
RelativePath=".\..\src\newgrf_sound.cpp">
</File>
<File
@@ -937,6 +946,9 @@
<File
RelativePath=".\..\src\newgrf_text.cpp">
</File>
+ <File
+ RelativePath=".\..\src\newgrf_town.cpp">
+ </File>
</Filter>
<Filter
Name="Map Accessors"
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 86c6b1f35..668094f1a 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -448,11 +448,11 @@
>
</File>
<File
- RelativePath=".\..\src\aystar.cpp"
+ RelativePath=".\..\src\autoreplace_cmd.cpp"
>
</File>
<File
- RelativePath=".\..\src\autoreplace_cmd.cpp"
+ RelativePath=".\..\src\aystar.cpp"
>
</File>
<File
@@ -920,6 +920,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_house.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\newgrf_sound.h"
>
</File>
@@ -936,6 +940,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_town.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\news.h"
>
</File>
@@ -1456,6 +1464,10 @@
>
</File>
<File
+ RelativePath=".\..\src\newgrf_house.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\newgrf_sound.cpp"
>
</File>
@@ -1471,6 +1483,10 @@
RelativePath=".\..\src\newgrf_text.cpp"
>
</File>
+ <File
+ RelativePath=".\..\src\newgrf_town.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Map Accessors"