1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r23634) -Add: support language files for GameScript (Rubidium)

This commit is contained in:
truebrain
2011-12-19 21:05:46 +00:00
parent 9b6b2cabc1
commit 2ae87e7213
13 changed files with 593 additions and 0 deletions

View File

@@ -358,6 +358,7 @@
<ClCompile Include="..\src\sprite.cpp" />
<ClCompile Include="..\src\spritecache.cpp" />
<ClCompile Include="..\src\station.cpp" />
<ClCompile Include="..\src\strgen\strgen_base.cpp" />
<ClCompile Include="..\src\string.cpp" />
<ClCompile Include="..\src\strings.cpp" />
<ClCompile Include="..\src\subsidy.cpp" />
@@ -560,6 +561,7 @@
<ClInclude Include="..\src\station_type.h" />
<ClInclude Include="..\src\statusbar_gui.h" />
<ClInclude Include="..\src\stdafx.h" />
<ClInclude Include="..\src\strgen\strgen.h" />
<ClInclude Include="..\src\string_func.h" />
<ClInclude Include="..\src\string_type.h" />
<ClInclude Include="..\src\strings_func.h" />
@@ -931,6 +933,8 @@
<ClInclude Include="..\src\game\game_instance.hpp" />
<ClCompile Include="..\src\game\game_scanner.cpp" />
<ClInclude Include="..\src\game\game_scanner.hpp" />
<ClCompile Include="..\src\game\game_text.cpp" />
<ClInclude Include="..\src\game\game_text.hpp" />
<ClInclude Include="..\src\script\api\script_accounting.hpp" />
<ClInclude Include="..\src\script\api\script_admin.hpp" />
<ClInclude Include="..\src\script\api\script_airport.hpp" />

View File

@@ -303,6 +303,9 @@
<ClCompile Include="..\src\station.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\strgen\strgen_base.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\string.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -909,6 +912,9 @@
<ClInclude Include="..\src\stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\strgen\strgen.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\string_func.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -2022,6 +2028,12 @@
<ClInclude Include="..\src\game\game_scanner.hpp">
<Filter>Game Core</Filter>
</ClInclude>
<ClCompile Include="..\src\game\game_text.cpp">
<Filter>Game Core</Filter>
</ClCompile>
<ClInclude Include="..\src\game\game_text.hpp">
<Filter>Game Core</Filter>
</ClInclude>
<ClInclude Include="..\src\script\api\script_accounting.hpp">
<Filter>Script API</Filter>
</ClInclude>

View File

@@ -702,6 +702,10 @@
RelativePath=".\..\src\station.cpp"
>
</File>
<File
RelativePath=".\..\src\strgen\strgen_base.cpp"
>
</File>
<File
RelativePath=".\..\src\string.cpp"
>
@@ -1514,6 +1518,10 @@
RelativePath=".\..\src\stdafx.h"
>
</File>
<File
RelativePath=".\..\src\strgen\strgen.h"
>
</File>
<File
RelativePath=".\..\src\string_func.h"
>
@@ -3054,6 +3062,14 @@
RelativePath=".\..\src\game\game_scanner.hpp"
>
</File>
<File
RelativePath=".\..\src\game\game_text.cpp"
>
</File>
<File
RelativePath=".\..\src\game\game_text.hpp"
>
</File>
</Filter>
<Filter
Name="Script API"

View File

@@ -699,6 +699,10 @@
RelativePath=".\..\src\station.cpp"
>
</File>
<File
RelativePath=".\..\src\strgen\strgen_base.cpp"
>
</File>
<File
RelativePath=".\..\src\string.cpp"
>
@@ -1511,6 +1515,10 @@
RelativePath=".\..\src\stdafx.h"
>
</File>
<File
RelativePath=".\..\src\strgen\strgen.h"
>
</File>
<File
RelativePath=".\..\src\string_func.h"
>
@@ -3051,6 +3059,14 @@
RelativePath=".\..\src\game\game_scanner.hpp"
>
</File>
<File
RelativePath=".\..\src\game\game_text.cpp"
>
</File>
<File
RelativePath=".\..\src\game\game_text.hpp"
>
</File>
</Filter>
<Filter
Name="Script API"