(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.

This commit is contained in:
celestar
2006-03-29 16:30:26 +00:00
parent f6662e056d
commit 6c44bf5012
42 changed files with 2258 additions and 122 deletions

View File

@@ -42,13 +42,6 @@ static const LandscapePredefVar _landscape_predef_var[4] = {
24, 255, 90, 255, 18, 28, 40, 255, 255, 255, 32, 30,
},
/* normal railveh by cargo */
{
{27, 29, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38},
{57, 59, 58, 60, 61, 62, 63, 64, 65, 66, 67, 68},
{89, 91, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100}
},
/* normal road veh by cargo start & count */
{116, 123, 126, 132, 135, 138, 141, 144, 147, 150, 153, 156},
{7, 3, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3}
@@ -95,14 +88,6 @@ static const LandscapePredefVar _landscape_predef_var[4] = {
24, 255, 90, 255, 18, 28, 40, 255, 255, 60, 40, 30
},
/* hilly railveh by cargo */
{
{27, 29, 28, 30, 31, 32, 33, 34, 35, 39, 37, 38},
{57, 59, 58, 60, 61, 62, 63, 64, 65, 69, 67, 68},
{89, 91, 90, 92, 93, 94, 95, 96, 97, 101, 99, 100}
},
/* hilly road veh by cargo start & count */
{116, 123, 126, 132, 135, 138, 141, 144, 147, 159, 153, 156},
{7, 3, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3},
@@ -150,13 +135,6 @@ static const LandscapePredefVar _landscape_predef_var[4] = {
24, 20, 90, 255, 15, 28, 40, 255, 255, 80, 255, 30
},
/* desert railveh by cargo */
{
{27, 43, 28, 30, 42, 32, 33, 34, 40, 41, 37, 38},
{57, 73, 58, 60, 72, 62, 63, 64, 70, 71, 67, 68},
{89, 105, 90, 92, 104, 94, 95, 96, 102, 103, 99, 100}
},
/* desert road veh by cargo start & count */
{116, 171, 126, 132, 168, 138, 141, 144, 162, 165, 153, 156},
{7, 3, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3}
@@ -203,13 +181,6 @@ static const LandscapePredefVar _landscape_predef_var[4] = {
24, 255, 90, 255, 30, 40, 60, 75, 25, 80, 255, 50
},
/* candy railveh by cargo */
{
{27, 44, 28, 50, 51, 49, 46, 48, 45, 47, 53, 52},
{57, 74, 58, 80, 81, 79, 76, 78, 75, 77, 83, 82},
{89, 106, 90, 112, 113, 111, 108, 110, 107, 109, 115, 114}
},
/* candy road veh by cargo start & count */
{116, 174, 126, 186, 192, 189, 183, 177, 180, 201, 198, 195},
{7, 3, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3}