diff options
author | rubidium <rubidium@openttd.org> | 2009-12-01 23:56:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-01 23:56:04 +0000 |
commit | 76fe20cdccd68679f4681e3f378b7695d161e8a8 (patch) | |
tree | 2bc31ade4605acc0304669e3bc3353d7beca0d3f /projects | |
parent | 291f6490c65bd88067db472a915b4ea29cc5741a (diff) | |
download | openttd-76fe20cdccd68679f4681e3f378b7695d161e8a8.tar.xz |
(svn r18367) -Codechange: unify the ship pathfinder 'calls'
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 112 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 112 |
2 files changed, 128 insertions, 96 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 0b2f9f9c6..e47017a0e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -472,10 +472,6 @@ > </File> <File - RelativePath=".\..\src\aystar.cpp" - > - </File> - <File RelativePath=".\..\src\bmp.cpp" > </File> @@ -640,10 +636,6 @@ > </File> <File - RelativePath=".\..\src\npf.cpp" - > - </File> - <File RelativePath=".\..\src\openttd.cpp" > </File> @@ -652,18 +644,10 @@ > </File> <File - RelativePath=".\..\src\pathfind.cpp" - > - </File> - <File RelativePath=".\..\src\pbs.cpp" > </File> <File - RelativePath=".\..\src\queue.cpp" - > - </File> - <File RelativePath=".\..\src\rail.cpp" > </File> @@ -808,10 +792,6 @@ > </File> <File - RelativePath=".\..\src\aystar.h" - > - </File> - <File RelativePath=".\..\src\base_media_base.h" > </File> @@ -1256,10 +1236,6 @@ > </File> <File - RelativePath=".\..\src\npf.h" - > - </File> - <File RelativePath=".\..\src\music\null_m.h" > </File> @@ -1288,10 +1264,6 @@ > </File> <File - RelativePath=".\..\src\pathfind.h" - > - </File> - <File RelativePath=".\..\src\pbs.h" > </File> @@ -1300,10 +1272,6 @@ > </File> <File - RelativePath=".\..\src\queue.h" - > - </File> - <File RelativePath=".\..\src\rail.h" > </File> @@ -3481,70 +3449,118 @@ </File> </Filter> <Filter + Name="Pathfinder" + > + <File + RelativePath=".\..\src\pathfinder\opf\opf_ship.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\opf\opf_ship.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\pathfinder_func.h" + > + </File> + </Filter> + <Filter + Name="NPF" + > + <File + RelativePath=".\..\src\pathfinder\npf\aystar.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\aystar.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\queue.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\queue.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\npf.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\npf.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\npf_func.h" + > + </File> + </Filter> + <Filter Name="YAPF" > <File - RelativePath=".\..\src\yapf\follow_track.hpp" + RelativePath=".\..\src\pathfinder\yapf\follow_track.hpp" > </File> <File - RelativePath=".\..\src\yapf\nodelist.hpp" + RelativePath=".\..\src\pathfinder\yapf\nodelist.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf.h" + RelativePath=".\..\src\pathfinder\yapf\yapf.h" > </File> <File - RelativePath=".\..\src\yapf\yapf.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_base.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_base.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_common.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_costbase.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_costbase.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_costcache.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_costcache.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_costrail.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_costrail.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_destrail.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_destrail.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_node.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_node.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_node_rail.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_node_rail.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_node_road.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_node_road.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_rail.cpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_rail.cpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_road.cpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_road.cpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_ship.cpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_ship.cpp" > </File> </Filter> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 94b35d120..07fa3253e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -469,10 +469,6 @@ > </File> <File - RelativePath=".\..\src\aystar.cpp" - > - </File> - <File RelativePath=".\..\src\bmp.cpp" > </File> @@ -637,10 +633,6 @@ > </File> <File - RelativePath=".\..\src\npf.cpp" - > - </File> - <File RelativePath=".\..\src\openttd.cpp" > </File> @@ -649,18 +641,10 @@ > </File> <File - RelativePath=".\..\src\pathfind.cpp" - > - </File> - <File RelativePath=".\..\src\pbs.cpp" > </File> <File - RelativePath=".\..\src\queue.cpp" - > - </File> - <File RelativePath=".\..\src\rail.cpp" > </File> @@ -805,10 +789,6 @@ > </File> <File - RelativePath=".\..\src\aystar.h" - > - </File> - <File RelativePath=".\..\src\base_media_base.h" > </File> @@ -1253,10 +1233,6 @@ > </File> <File - RelativePath=".\..\src\npf.h" - > - </File> - <File RelativePath=".\..\src\music\null_m.h" > </File> @@ -1285,10 +1261,6 @@ > </File> <File - RelativePath=".\..\src\pathfind.h" - > - </File> - <File RelativePath=".\..\src\pbs.h" > </File> @@ -1297,10 +1269,6 @@ > </File> <File - RelativePath=".\..\src\queue.h" - > - </File> - <File RelativePath=".\..\src\rail.h" > </File> @@ -3478,70 +3446,118 @@ </File> </Filter> <Filter + Name="Pathfinder" + > + <File + RelativePath=".\..\src\pathfinder\opf\opf_ship.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\opf\opf_ship.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\pathfinder_func.h" + > + </File> + </Filter> + <Filter + Name="NPF" + > + <File + RelativePath=".\..\src\pathfinder\npf\aystar.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\aystar.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\queue.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\queue.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\npf.cpp" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\npf.h" + > + </File> + <File + RelativePath=".\..\src\pathfinder\npf\npf_func.h" + > + </File> + </Filter> + <Filter Name="YAPF" > <File - RelativePath=".\..\src\yapf\follow_track.hpp" + RelativePath=".\..\src\pathfinder\yapf\follow_track.hpp" > </File> <File - RelativePath=".\..\src\yapf\nodelist.hpp" + RelativePath=".\..\src\pathfinder\yapf\nodelist.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf.h" + RelativePath=".\..\src\pathfinder\yapf\yapf.h" > </File> <File - RelativePath=".\..\src\yapf\yapf.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_base.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_base.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_common.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_costbase.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_costbase.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_costcache.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_costcache.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_costrail.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_costrail.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_destrail.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_destrail.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_node.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_node.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_node_rail.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_node_rail.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_node_road.hpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_node_road.hpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_rail.cpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_rail.cpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_road.cpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_road.cpp" > </File> <File - RelativePath=".\..\src\yapf\yapf_ship.cpp" + RelativePath=".\..\src\pathfinder\yapf\yapf_ship.cpp" > </File> </Filter> |