(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.

Basically, it is more a gathering of IDs from grf files and ingame data.
This commit is contained in:
belugas
2007-05-15 21:36:58 +00:00
parent 7f88f14f64
commit 641d51a5ad
10 changed files with 261 additions and 106 deletions

View File

@@ -518,6 +518,9 @@
<File
RelativePath=".\..\src\newgrf_cargo.h">
</File>
<File
RelativePath=".\..\src\newgrf_commons.h">
</File>
<File
RelativePath=".\..\src\newgrf_config.h">
</File>
@@ -946,6 +949,9 @@
<File
RelativePath=".\..\src\newgrf_cargo.cpp">
</File>
<File
RelativePath=".\..\src\newgrf_commons.cpp">
</File>
<File
RelativePath=".\..\src\newgrf_config.cpp">
</File>

View File

@@ -919,6 +919,10 @@
RelativePath=".\..\src\newgrf_cargo.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_commons.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_config.h"
>
@@ -1483,6 +1487,10 @@
RelativePath=".\..\src\newgrf_cargo.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_commons.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_config.cpp"
>