Allow building multiple docks per station.

(cherry picked from commit 0110c4a35d383e0be2cbb53cbe9cbe6784abb3e9)

# Conflicts:
#	src/station_cmd.cpp
This commit is contained in:
keldorkatarn
2017-09-11 22:48:19 +02:00
committed by Jonathan G Rennison
parent d486d58d86
commit 1d3cf59d8a
26 changed files with 412 additions and 62 deletions

View File

@@ -551,6 +551,10 @@
RelativePath=".\..\src\disaster_vehicle.cpp"
>
</File>
<File
RelativePath=".\..\src\dock.cpp"
>
</File>
<File
RelativePath=".\..\src\driver.cpp"
>
@@ -1099,6 +1103,10 @@
RelativePath=".\..\src\music\dmusic.h"
>
</File>
<File
RelativePath=".\..\src\dock_base.h"
>
</File>
<File
RelativePath=".\..\src\driver.h"
>
@@ -1663,6 +1671,10 @@
RelativePath=".\..\src\video\sdl_v.h"
>
</File>
<File
RelativePath=".\..\src\schdispatch.h"
>
</File>
<File
RelativePath=".\..\src\settings_func.h"
>
@@ -1787,6 +1799,10 @@
RelativePath=".\..\src\string_func.h"
>
</File>
<File
RelativePath=".\..\src\string_func_extra.h"
>
</File>
<File
RelativePath=".\..\src\string_type.h"
>
@@ -2315,6 +2331,10 @@
RelativePath=".\..\src\roadveh_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\schdispatch_gui.cpp"
>
</File>
<File
RelativePath=".\..\src\settings_gui.cpp"
>
@@ -2695,6 +2715,10 @@
RelativePath=".\..\src\roadveh_cmd.cpp"
>
</File>
<File
RelativePath=".\..\src\schdispatch_cmd.cpp"
>
</File>
<File
RelativePath=".\..\src\ship_cmd.cpp"
>