bin/ai/regression/regression.txt
author glx
Sun, 20 Apr 2008 23:25:58 +0000
branchnoai
changeset 10279 e5856e86c692
parent 10194 c9fdeb7450da
child 10291 11cb78922367
permissions -rw-r--r--
(svn r12811) [NoAI] -Fix (r12431): passengers subsidies are from towns to towns, not to industries
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
     1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
     2
--TestInit--
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
     3
 TickTest: 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
     4
 TickTest: 1
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
     5
 SetCommandDelay: (null : 0x00000000)
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
     6
9487
0575126e0267 (svn r9356) [NoAI] -Add: add abs() function to global scope in SQ. This means we now have an own squirrel_std class which registers such functions. (on request by Zuu)
truelight
parents: 9485
diff changeset
     7
--Std--
0575126e0267 (svn r9356) [NoAI] -Add: add abs() function to global scope in SQ. This means we now have an own squirrel_std class which registers such functions. (on request by Zuu)
truelight
parents: 9485
diff changeset
     8
 abs(-21): 21
0575126e0267 (svn r9356) [NoAI] -Add: add abs() function to global scope in SQ. This means we now have an own squirrel_std class which registers such functions. (on request by Zuu)
truelight
parents: 9485
diff changeset
     9
 abs( 21): 21
0575126e0267 (svn r9356) [NoAI] -Add: add abs() function to global scope in SQ. This means we now have an own squirrel_std class which registers such functions. (on request by Zuu)
truelight
parents: 9485
diff changeset
    10
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    11
--AIBase--
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    12
  Rand():       -561136928
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    13
  Rand():       1884901916
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    14
  Rand():       -1202945897
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    15
  RandRange(0): 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    16
  RandRange(0): 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    17
  RandRange(0): 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    18
  RandRange(1): 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    19
  RandRange(1): 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    20
  RandRange(1): 0
9477
88702aca1bb5 (svn r9325) [NoAI] -Update r9323: because of trunk changes, regression-test output changed
truelight
parents: 9472
diff changeset
    21
  RandRange(2): 0
9495
29284ad4ae39 (svn r9365) [NoAI] -Fix: fixed the regression.sav to load correct and adjust regression result according (with a big tnx to glx!)
truelight
parents: 9492
diff changeset
    22
  RandRange(2): 0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    23
  RandRange(2): 1
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    24
  RandRange(9): 2
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    25
  RandRange(9): 5
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    26
  RandRange(9): 4
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    27
  Chance(1, 2): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    28
  Chance(1, 2): true
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
    29
  Chance(1, 2): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
    30
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    31
--List--
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    32
  IsEmpty():     true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    33
  Count():       101
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    34
  HasItem(1050): false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    35
  HasItem(1051): true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    36
  IsEmpty():     false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    37
  List Dump:
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    38
    1 => 1
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    39
    2 => 2
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    40
    1000 => 1000
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    41
    1001 => 1001
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    42
    1002 => 1002
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    43
    1003 => 1003
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    44
    1004 => 1004
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    45
    1005 => 1005
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    46
    1006 => 1006
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    47
    1007 => 1007
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    48
    1008 => 1008
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    49
    1009 => 1009
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    50
    1010 => 1010
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    51
    1011 => 1011
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    52
    1012 => 1012
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    53
    1013 => 1013
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    54
    1014 => 1014
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    55
    1015 => 1015
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    56
    1016 => 1016
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    57
    1017 => 1017
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    58
    1018 => 1018
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    59
    1019 => 1019
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    60
    1020 => 1020
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    61
    1021 => 1021
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    62
    1022 => 1022
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    63
    1023 => 1023
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    64
    1024 => 1024
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    65
    1025 => 1025
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    66
    1026 => 1026
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    67
    1027 => 1027
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    68
    1028 => 1028
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    69
    1029 => 1029
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    70
    1030 => 1030
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    71
    1031 => 1031
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    72
    1032 => 1032
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    73
    1033 => 1033
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    74
    1034 => 1034
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    75
    1035 => 1035
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    76
    1036 => 1036
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    77
    1037 => 1037
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    78
    1038 => 1038
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    79
    1039 => 1039
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    80
    1040 => 1040
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    81
    1041 => 1041
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    82
    1042 => 1042
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    83
    1043 => 1043
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    84
    1044 => 1044
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    85
    1045 => 1045
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    86
    1046 => 1046
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    87
    1047 => 1047
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    88
    1048 => 1048
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    89
    1049 => 1049
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    90
    1051 => 12
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    91
    1052 => 1052
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    92
    1053 => 1053
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    93
    1054 => 1054
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    94
    1055 => 1055
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    95
    1056 => 1056
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    96
    1057 => 1057
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    97
    1058 => 1058
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    98
    1059 => 1059
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
    99
    1060 => 1060
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   100
    1061 => 1061
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   101
    1062 => 1062
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   102
    1063 => 1063
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   103
    1064 => 1064
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   104
    1065 => 1065
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   105
    1066 => 1066
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   106
    1067 => 1067
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   107
    1068 => 1068
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   108
    1069 => 1069
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   109
    1070 => 1070
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   110
    1071 => 1071
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   111
    1072 => 1072
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   112
    1073 => 1073
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   113
    1074 => 1074
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   114
    1075 => 1075
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   115
    1076 => 1076
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   116
    1077 => 1077
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   117
    1078 => 1078
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   118
    1079 => 1079
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   119
    1080 => 1080
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   120
    1081 => 1081
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   121
    1082 => 1082
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   122
    1083 => 1083
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   123
    1084 => 1084
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   124
    1085 => 1085
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   125
    1086 => 1086
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   126
    1087 => 1087
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   127
    1088 => 1088
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   128
    1089 => 1089
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   129
    1090 => 1090
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   130
    1091 => 1091
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   131
    1092 => 1092
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   132
    1093 => 1093
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   133
    1094 => 1094
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   134
    1095 => 1095
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   135
    1096 => 1096
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   136
    1097 => 1097
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   137
    1098 => 1098
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   138
    1099 => 1099
9814
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   139
  Custom ListDump:
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   140
    1 => 4343
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   141
    2 => 8686
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   142
    1000 => 4343000
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   143
    1001 => 4347343
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   144
    1002 => 4351686
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   145
    1003 => 4356029
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   146
    1004 => 4360372
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   147
    1005 => 4364715
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   148
    1006 => 4369058
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   149
    1007 => 4373401
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   150
    1008 => 4377744
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   151
    1009 => 4382087
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   152
    1010 => 4386430
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   153
    1011 => 4390773
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   154
    1012 => 4395116
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   155
    1013 => 4399459
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   156
    1014 => 4403802
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   157
    1015 => 4408145
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   158
    1016 => 4412488
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   159
    1017 => 4416831
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   160
    1018 => 4421174
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   161
    1019 => 4425517
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   162
    1020 => 4429860
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   163
    1021 => 4434203
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   164
    1022 => 4438546
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   165
    1023 => 4442889
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   166
    1024 => 4447232
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   167
    1025 => 4451575
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   168
    1026 => 4455918
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   169
    1027 => 4460261
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   170
    1028 => 4464604
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   171
    1029 => 4468947
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   172
    1030 => 4473290
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   173
    1031 => 4477633
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   174
    1032 => 4481976
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   175
    1033 => 4486319
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   176
    1034 => 4490662
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   177
    1035 => 4495005
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   178
    1036 => 4499348
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   179
    1037 => 4503691
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   180
    1038 => 4508034
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   181
    1039 => 4512377
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   182
    1040 => 4516720
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   183
    1041 => 4521063
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   184
    1042 => 4525406
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   185
    1043 => 4529749
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   186
    1044 => 4534092
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   187
    1045 => 4538435
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   188
    1046 => 4542778
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   189
    1047 => 4547121
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   190
    1048 => 4551464
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   191
    1049 => 4555807
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   192
    1051 => 4564493
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   193
    1052 => 4568836
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   194
    1053 => 4573179
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   195
    1054 => 4577522
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   196
    1055 => 4581865
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   197
    1056 => 4586208
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   198
    1057 => 4590551
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   199
    1058 => 4594894
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   200
    1059 => 4599237
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   201
    1060 => 4603580
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   202
    1061 => 4607923
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   203
    1062 => 4612266
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   204
    1063 => 4616609
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   205
    1064 => 4620952
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   206
    1065 => 4625295
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   207
    1066 => 4629638
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   208
    1067 => 4633981
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   209
    1068 => 4638324
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   210
    1069 => 4642667
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   211
    1070 => 4647010
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   212
    1071 => 4651353
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   213
    1072 => 4655696
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   214
    1073 => 4660039
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   215
    1074 => 4664382
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   216
    1075 => 4668725
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   217
    1076 => 4673068
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   218
    1077 => 4677411
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   219
    1078 => 4681754
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   220
    1079 => 4686097
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   221
    1080 => 4690440
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   222
    1081 => 4694783
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   223
    1082 => 4699126
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   224
    1083 => 4703469
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   225
    1084 => 4707812
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   226
    1085 => 4712155
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   227
    1086 => 4716498
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   228
    1087 => 4720841
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   229
    1088 => 4725184
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   230
    1089 => 4729527
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   231
    1090 => 4733870
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   232
    1091 => 4738213
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   233
    1092 => 4742556
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   234
    1093 => 4746899
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   235
    1094 => 4751242
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   236
    1095 => 4755585
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   237
    1096 => 4759928
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   238
    1097 => 4764271
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   239
    1098 => 4768614
be51ea0adc29 (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed
truebrain
parents: 9810
diff changeset
   240
    1099 => 4772957
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   241
  Randomize ListDump:
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   242
    1 => -619704336
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   243
    2 => 1166439751
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   244
    1000 => -914833827
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   245
    1001 => -1215386906
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   246
    1002 => -1069187552
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   247
    1003 => 112127200
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   248
    1004 => 1050904874
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   249
    1005 => -429346856
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   250
    1006 => -608971312
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   251
    1007 => 1169222927
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   252
    1008 => 1369657072
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   253
    1009 => 767111199
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   254
    1010 => 1904874981
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   255
    1011 => 161085759
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   256
    1012 => 271771856
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   257
    1013 => -533081029
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   258
    1014 => -1409657365
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   259
    1015 => 1563875660
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   260
    1016 => 1113935053
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   261
    1017 => 792268145
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   262
    1018 => -70442569
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   263
    1019 => -547592946
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   264
    1020 => -778640532
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   265
    1021 => -1375060615
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   266
    1022 => 318449191
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   267
    1023 => -190171711
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   268
    1024 => 178940318
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   269
    1025 => 442765623
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   270
    1026 => 313145543
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   271
    1027 => -458470184
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   272
    1028 => -1297320844
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   273
    1029 => 2091522683
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   274
    1030 => 529678468
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   275
    1031 => 548268055
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   276
    1032 => -9350756
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   277
    1033 => -1719797748
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   278
    1034 => -1837545138
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   279
    1035 => 794565562
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   280
    1036 => 465317634
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   281
    1037 => -1928623851
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   282
    1038 => -330437837
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   283
    1039 => -956974293
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   284
    1040 => 976574875
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   285
    1041 => -1888843242
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   286
    1042 => -2005628326
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   287
    1043 => -1562648047
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   288
    1044 => -868060600
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   289
    1045 => -403788235
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   290
    1046 => 367414207
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   291
    1047 => 681820797
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   292
    1048 => -1197099260
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   293
    1049 => -650879767
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   294
    1051 => 941556066
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   295
    1052 => -36585116
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   296
    1053 => -988001222
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   297
    1054 => -1407695456
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   298
    1055 => 1569591207
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   299
    1056 => 1434294956
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   300
    1057 => -879654590
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   301
    1058 => 6511542
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   302
    1059 => -270940883
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   303
    1060 => 1646156529
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   304
    1061 => 1457378902
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   305
    1062 => -1703288615
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   306
    1063 => -1530193095
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   307
    1064 => 1852649127
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   308
    1065 => -1071976838
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   309
    1066 => 372901081
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   310
    1067 => 934187143
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   311
    1068 => -516975589
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   312
    1069 => -1086784819
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   313
    1070 => 1484112318
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   314
    1071 => -2061433623
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   315
    1072 => -1787587249
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   316
    1073 => 1528388260
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   317
    1074 => 658189461
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   318
    1075 => 2114811864
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   319
    1076 => 949664695
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   320
    1077 => -1569338881
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   321
    1078 => 880833979
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   322
    1079 => 883721763
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   323
    1080 => 632697644
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   324
    1081 => 1556076896
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   325
    1082 => -1316111879
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   326
    1083 => -1721672483
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   327
    1084 => -1693824167
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   328
    1085 => 1135419548
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   329
    1086 => -1387302877
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   330
    1087 => 1713624705
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   331
    1088 => 492025163
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   332
    1089 => 1559280427
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   333
    1090 => 703894820
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   334
    1091 => -1626847649
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   335
    1092 => 1977038480
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   336
    1093 => -1644526188
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   337
    1094 => -640385428
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   338
    1095 => -726109663
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   339
    1096 => -106206677
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   340
    1097 => 291310901
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   341
    1098 => 647492868
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   342
    1099 => 421056347
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   343
  KeepTop(10):
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   344
    1 => -619704336
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   345
    2 => 1166439751
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   346
    1000 => -914833827
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   347
    1001 => -1215386906
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   348
    1002 => -1069187552
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   349
    1003 => 112127200
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   350
    1004 => 1050904874
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   351
    1005 => -429346856
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   352
    1006 => -608971312
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   353
    1007 => 1169222927
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   354
  KeepBottom(8):
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   355
    1000 => -914833827
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   356
    1001 => -1215386906
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   357
    1002 => -1069187552
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   358
    1003 => 112127200
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   359
    1004 => 1050904874
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   360
    1005 => -429346856
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   361
    1006 => -608971312
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   362
    1007 => 1169222927
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   363
  RemoveBottom(2):
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   364
    1000 => -914833827
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   365
    1001 => -1215386906
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   366
    1002 => -1069187552
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   367
    1003 => 112127200
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   368
    1004 => 1050904874
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   369
    1005 => -429346856
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   370
  RemoveTop(2):
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   371
    1002 => -1069187552
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   372
    1003 => 112127200
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   373
    1004 => 1050904874
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   374
    1005 => -429346856
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   375
  RemoveList({1003, 1004}):
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   376
    1002 => -1069187552
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   377
    1005 => -429346856
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   378
  KeepList({1003, 1004, 1005}):
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   379
    1005 => -429346856
9796
83d54622190c (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman)
truebrain
parents: 9794
diff changeset
   380
  AddList({1005, 4000, 4001, 4002}):
83d54622190c (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman)
truebrain
parents: 9794
diff changeset
   381
    1005 => 1005
83d54622190c (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman)
truebrain
parents: 9794
diff changeset
   382
    4000 => 4000
83d54622190c (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman)
truebrain
parents: 9794
diff changeset
   383
    4001 => 4001
83d54622190c (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman)
truebrain
parents: 9794
diff changeset
   384
    4002 => 4002
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   385
  IsEmpty():     true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   386
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   387
--AIAirport--
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   388
  IsHangarTile():       false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   389
  IsAirportTile():      false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   390
  GetHangarOfAirport(): -1
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   391
  AirportAvailable(-1):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   392
  GetAirportWidth(-1):          0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   393
  GetAirportHeight(-1):         0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   394
  GetAirportCoverageRadius(-1): 0
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   395
  AirportAvailable(0):         true
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   396
  GetAirportWidth(0):          4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   397
  GetAirportHeight(0):         3
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   398
  GetAirportCoverageRadius(0): 4
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   399
  AirportAvailable(1):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   400
  GetAirportWidth(1):          6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   401
  GetAirportHeight(1):         6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   402
  GetAirportCoverageRadius(1): 5
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   403
  AirportAvailable(2):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   404
  GetAirportWidth(2):          1
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   405
  GetAirportHeight(2):         1
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   406
  GetAirportCoverageRadius(2): 4
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   407
  AirportAvailable(3):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   408
  GetAirportWidth(3):          6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   409
  GetAirportHeight(3):         6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   410
  GetAirportCoverageRadius(3): 6
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   411
  AirportAvailable(4):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   412
  GetAirportWidth(4):          7
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   413
  GetAirportHeight(4):         7
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   414
  GetAirportCoverageRadius(4): 8
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   415
  AirportAvailable(5):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   416
  GetAirportWidth(5):          5
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   417
  GetAirportHeight(5):         4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   418
  GetAirportCoverageRadius(5): 4
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   419
  AirportAvailable(6):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   420
  GetAirportWidth(6):          2
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   421
  GetAirportHeight(6):         2
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   422
  GetAirportCoverageRadius(6): 4
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   423
  AirportAvailable(7):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   424
  GetAirportWidth(7):          9
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   425
  GetAirportHeight(7):         11
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   426
  GetAirportCoverageRadius(7): 10
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   427
  AirportAvailable(8):         false
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   428
  GetAirportWidth(8):          4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   429
  GetAirportHeight(8):         2
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   430
  GetAirportCoverageRadius(8): 4
9774
74115e38e688 (svn r12267) [NoAI] -Fix r12266: forgot to update the regression output (again and again...)
truebrain
parents: 9771
diff changeset
   431
  AirportAvailable(9):         false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   432
  GetAirportWidth(9):          -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   433
  GetAirportHeight(9):         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   434
  GetAirportCoverageRadius(9): -1
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   435
  GetBankBalance():     100000
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   436
  BuildAirport():       true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   437
  IsHangarTile():       false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   438
  IsAirportTile():      true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   439
  GetHangarOfAirport(): 32119
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   440
  IsHangarTile():       true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   441
  IsAirportTile():      true
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   442
  GetBankBalance():     90100
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   443
  RemoveAirport():      true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   444
  IsHangarTile():       false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   445
  IsAirportTile():      false
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   446
  GetBankBalance():     89836
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   447
  BuildAirport():       true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   448
9792
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   449
--Bridge--
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   450
  Bridge -1
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   451
    IsValidBridge():    false
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   452
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   453
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   454
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   455
    GetMaxLength():     -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   456
    GetMinLength():     -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   457
    GetYearAvailable(): -1
9792
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   458
  Bridge 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   459
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   460
    GetName():          Wooden rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   461
    GetMaxSpeed():      32
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   462
    GetPrice():         321
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   463
    GetMaxLength():     102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   464
    GetMinLength():     2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   465
    GetYearAvailable(): 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   466
  Bridge 1
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   467
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   468
    GetName():          Concrete rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   469
    GetMaxSpeed():      48
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   470
    GetPrice():         450
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   471
    GetMaxLength():     4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   472
    GetMinLength():     2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   473
    GetYearAvailable(): 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   474
  Bridge 2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   475
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   476
    GetName():          Steel girder rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   477
    GetMaxSpeed():      64
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   478
    GetPrice():         579
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   479
    GetMaxLength():     7
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   480
    GetMinLength():     2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   481
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   482
  Bridge 3
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   483
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   484
    GetName():          Reinforced concrete suspension rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   485
    GetMaxSpeed():      80
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   486
    GetPrice():         675
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   487
    GetMaxLength():     12
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   488
    GetMinLength():     4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   489
    GetYearAvailable(): 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   490
  Bridge 4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   491
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   492
    GetName():          Steel suspension rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   493
    GetMaxSpeed():      96
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   494
    GetPrice():         744
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   495
    GetMaxLength():     102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   496
    GetMinLength():     5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   497
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   498
  Bridge 5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   499
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   500
    GetName():          Steel suspension rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   501
    GetMaxSpeed():      112
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   502
    GetPrice():         772
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   503
    GetMaxLength():     102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   504
    GetMinLength():     5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   505
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   506
  Bridge 6
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   507
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   508
    GetName():          Steel cantilever rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   509
    GetMaxSpeed():      160
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   510
    GetPrice():         901
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   511
    GetMaxLength():     9
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   512
    GetMinLength():     5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   513
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   514
  Bridge 7
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   515
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   516
    GetName():          Steel cantilever rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   517
    GetMaxSpeed():      208
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   518
    GetPrice():         933
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   519
    GetMaxLength():     10
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   520
    GetMinLength():     5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   521
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   522
  Bridge 8
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   523
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   524
    GetName():          Steel cantilever rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   525
    GetMaxSpeed():      240
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   526
    GetPrice():         997
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   527
    GetMaxLength():     11
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   528
    GetMinLength():     5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   529
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   530
  Bridge 9
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   531
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   532
    GetName():          Steel girder rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   533
    GetMaxSpeed():      256
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   534
    GetPrice():         965
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   535
    GetMaxLength():     4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   536
    GetMinLength():     2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   537
    GetYearAvailable(): 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   538
  Bridge 10
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   539
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   540
    GetName():          Tubular rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   541
    GetMaxSpeed():      320
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   542
    GetPrice():         1025
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   543
    GetMaxLength():     102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   544
    GetMinLength():     4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   545
    GetYearAvailable(): 1995
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   546
  Bridge 11
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   547
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   548
    GetName():          Tubular rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   549
    GetMaxSpeed():      512
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   550
    GetPrice():         1528
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   551
    GetMaxLength():     102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   552
    GetMinLength():     4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   553
    GetYearAvailable(): 2005
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   554
  Bridge 12
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   555
    IsValidBridge():    true
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   556
    GetName():          Tubular rail bridge
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   557
    GetMaxSpeed():      608
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   558
    GetPrice():         2051
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   559
    GetMaxLength():     102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   560
    GetMinLength():     4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   561
    GetYearAvailable(): 2010
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   562
  Bridge 13
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   563
    IsValidBridge():    false
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   564
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   565
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   566
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   567
    GetMaxLength():     -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   568
    GetMinLength():     -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   569
    GetYearAvailable(): -1
9792
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   570
  Valid Bridges:        13
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   571
  IsBridgeTile():       false
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   572
  RemoveBridge():       false
9867
b7d9ffe24f81 (svn r12589) [NoAI] -Add: GetLastError support for AIBridge.
rubidium
parents: 9865
diff changeset
   573
  GetLastErrorString(): ERR_PRECONDITION_FAILED
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   574
  BuildBridge():        true
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   575
  IsBridgeTile():       true
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   576
  IsBridgeTile():       true
9867
b7d9ffe24f81 (svn r12589) [NoAI] -Add: GetLastError support for AIBridge.
rubidium
parents: 9865
diff changeset
   577
  BuildBridge():        false
b7d9ffe24f81 (svn r12589) [NoAI] -Add: GetLastError support for AIBridge.
rubidium
parents: 9865
diff changeset
   578
  GetLastErrorString(): ERR_ALREADY_BUILT
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   579
  RemoveBridge():       true
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   580
  IsBridgeTile():       false
9792
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   581
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   582
--BridgeList--
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   583
  Count():             10
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   584
  MaxSpeed ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   585
    9 => 256
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   586
    8 => 240
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   587
    7 => 208
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   588
    6 => 160
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   589
    5 => 112
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   590
    4 => 96
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   591
    3 => 80
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   592
    2 => 64
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   593
    1 => 48
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   594
    0 => 32
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   595
  Price ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   596
    8 => 997
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   597
    9 => 965
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   598
    7 => 933
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   599
    6 => 901
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   600
    5 => 772
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   601
    4 => 744
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   602
    3 => 675
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   603
    2 => 579
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   604
    1 => 450
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   605
    0 => 321
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   606
  MaxLength ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   607
    5 => 102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   608
    4 => 102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   609
    0 => 102
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   610
    3 => 12
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   611
    8 => 11
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   612
    7 => 10
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   613
    6 => 9
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   614
    2 => 7
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   615
    9 => 4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   616
    1 => 4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   617
  MinLength ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   618
    8 => 5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   619
    7 => 5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   620
    6 => 5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   621
    5 => 5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   622
    4 => 5
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   623
    3 => 4
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   624
    9 => 2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   625
    2 => 2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   626
    1 => 2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   627
    0 => 2
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   628
  YearAvailable ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   629
    9 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   630
    8 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   631
    7 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   632
    6 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   633
    5 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   634
    4 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   635
    2 => 1930
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   636
    3 => 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   637
    1 => 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   638
    0 => 0
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   639
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   640
--BridgeList_Length--
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   641
  Count():             3
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   642
  MaxSpeed ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   643
    5 => 112
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   644
    4 => 96
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   645
    0 => 32
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   646
  Price ListDump:
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   647
    5 => 2163
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   648
    4 => 2084
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   649
    0 => 901
e1222f4674c2 (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
truebrain
parents: 9791
diff changeset
   650
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   651
--AICargo--
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   652
  Cargo -1
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   653
    IsValidCargo():          false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
   654
    GetCargoLabel():         '(null : 0x00000000)'
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   655
    IsFreight():             false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   656
    GetCargoIncome(0, 0):    -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   657
    GetCargoIncome(10, 10):  -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   658
    GetCargoIncome(100, 10): -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   659
    GetCargoIncome(10, 100): -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   660
  Cargo 0
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   661
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   662
    GetCargoLabel():         'PASS'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   663
    IsFreight():             false
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   664
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   665
    GetCargoIncome(10, 10):  3
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   666
    GetCargoIncome(100, 10): 37
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   667
    GetCargoIncome(10, 100): 1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   668
  Cargo 1
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   669
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   670
    GetCargoLabel():         'COAL'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   671
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   672
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   673
    GetCargoIncome(10, 10):  7
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   674
    GetCargoIncome(100, 10): 71
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   675
    GetCargoIncome(10, 100): 4
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   676
  Cargo 2
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   677
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   678
    GetCargoLabel():         'MAIL'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   679
    IsFreight():             false
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   680
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   681
    GetCargoIncome(10, 10):  5
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   682
    GetCargoIncome(100, 10): 55
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   683
    GetCargoIncome(10, 100): 3
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   684
  Cargo 3
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   685
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   686
    GetCargoLabel():         'OIL_'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   687
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   688
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   689
    GetCargoIncome(10, 10):  5
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   690
    GetCargoIncome(100, 10): 53
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   691
    GetCargoIncome(10, 100): 3
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   692
  Cargo 4
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   693
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   694
    GetCargoLabel():         'LVST'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   695
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   696
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   697
    GetCargoIncome(10, 10):  5
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   698
    GetCargoIncome(100, 10): 51
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   699
    GetCargoIncome(10, 100): 1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   700
  Cargo 5
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   701
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   702
    GetCargoLabel():         'GOOD'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   703
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   704
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   705
    GetCargoIncome(10, 10):  7
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   706
    GetCargoIncome(100, 10): 73
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   707
    GetCargoIncome(10, 100): 2
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   708
  Cargo 6
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   709
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   710
    GetCargoLabel():         'GRAI'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   711
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   712
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   713
    GetCargoIncome(10, 10):  5
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   714
    GetCargoIncome(100, 10): 56
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   715
    GetCargoIncome(10, 100): 2
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   716
  Cargo 7
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   717
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   718
    GetCargoLabel():         'WOOD'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   719
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   720
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   721
    GetCargoIncome(10, 10):  6
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   722
    GetCargoIncome(100, 10): 60
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   723
    GetCargoIncome(10, 100): 4
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   724
  Cargo 8
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   725
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   726
    GetCargoLabel():         'IORE'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   727
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   728
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   729
    GetCargoIncome(10, 10):  6
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   730
    GetCargoIncome(100, 10): 62
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   731
    GetCargoIncome(10, 100): 4
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   732
  Cargo 9
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   733
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   734
    GetCargoLabel():         'STEL'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   735
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   736
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   737
    GetCargoIncome(10, 10):  6
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   738
    GetCargoIncome(100, 10): 68
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   739
    GetCargoIncome(10, 100): 4
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   740
  Cargo 10
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   741
    IsValidCargo():          true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   742
    GetCargoLabel():         'VALU'
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   743
    IsFreight():             true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   744
    GetCargoIncome(0, 0):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   745
    GetCargoIncome(10, 10):  8
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   746
    GetCargoIncome(100, 10): 88
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   747
    GetCargoIncome(10, 100): 3
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   748
  Cargo 11
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   749
    IsValidCargo():          false
9478
2d1459762868 (svn r9326) [NoAI] -Fix r9325: somehow I fucked up the regression.txt update
truelight
parents: 9477
diff changeset
   750
    GetCargoLabel():         '(null : 0x00000000)'
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   751
    IsFreight():             false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   752
    GetCargoIncome(0, 0):    -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   753
    GetCargoIncome(10, 10):  -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   754
    GetCargoIncome(100, 10): -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   755
    GetCargoIncome(10, 100): -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   756
  Cargo 12
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   757
    IsValidCargo():          false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
   758
    GetCargoLabel():         '(null : 0x00000000)'
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   759
    IsFreight():             false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   760
    GetCargoIncome(0, 0):    -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   761
    GetCargoIncome(10, 10):  -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   762
    GetCargoIncome(100, 10): -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   763
    GetCargoIncome(10, 100): -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   764
  Cargo 13
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   765
    IsValidCargo():          false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
   766
    GetCargoLabel():         '(null : 0x00000000)'
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   767
    IsFreight():             false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   768
    GetCargoIncome(0, 0):    -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   769
    GetCargoIncome(10, 10):  -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   770
    GetCargoIncome(100, 10): -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   771
    GetCargoIncome(10, 100): -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   772
  Cargo 14
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   773
    IsValidCargo():          false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
   774
    GetCargoLabel():         '(null : 0x00000000)'
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   775
    IsFreight():             false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   776
    GetCargoIncome(0, 0):    -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   777
    GetCargoIncome(10, 10):  -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   778
    GetCargoIncome(100, 10): -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   779
    GetCargoIncome(10, 100): -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   780
9785
edbd185e05ed (svn r12280) [NoAI] -Add: added AICargoList (Morloth)
truebrain
parents: 9776
diff changeset
   781
--CargoList--
edbd185e05ed (svn r12280) [NoAI] -Add: added AICargoList (Morloth)
truebrain
parents: 9776
diff changeset
   782
  Count():            11
9788
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   783
  IsFreight ListDump:
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   784
    10 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   785
    9 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   786
    8 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   787
    7 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   788
    6 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   789
    5 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   790
    4 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   791
    3 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   792
    1 => 1
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   793
    2 => 0
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   794
    0 => 0
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   795
  CargoIncomes(100, 100) ListDump:
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   796
    1 => 45
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   797
    9 => 43
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   798
    8 => 40
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   799
    7 => 40
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   800
    3 => 38
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   801
    2 => 37
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   802
    10 => 31
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   803
    5 => 27
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   804
    6 => 23
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   805
    4 => 16
e9dbd4ec1784 (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth)
truebrain
parents: 9785
diff changeset
   806
    0 => 11
9785
edbd185e05ed (svn r12280) [NoAI] -Add: added AICargoList (Morloth)
truebrain
parents: 9776
diff changeset
   807
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   808
--Company--
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   809
  SetCompanyName():     true
9558
4fc9b464a932 (svn r9496) [NoAI] -Add: added regression for AITestMode() and AIExecMode()
truelight
parents: 9557
diff changeset
   810
  SetCompanyName():     true
4fc9b464a932 (svn r9496) [NoAI] -Add: added regression for AITestMode() and AIExecMode()
truelight
parents: 9557
diff changeset
   811
  SetCompanyName():     true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   812
  SetCompanyName():     false
9865
f241472f09dc (svn r12555) [NoAI] -Add: support for GetLastError for AICompany.
rubidium
parents: 9851
diff changeset
   813
  GetLastErrorString(): ERR_NAME_IS_NOT_UNIQUE
9668
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   814
  GetCompanyName():            Regression
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   815
  GetPresidentName():          I. Campbell
9668
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   816
  SetPresidentName():          true
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   817
  GetPresidentName():          Regression AI
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   818
  GetCompanyValue():           0
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   819
  GetBankBalance():            82534
9697
a6a9379988f6 (svn r10938) [NoAI] -Fix r10937: regression update
truelight
parents: 9694
diff changeset
   820
  GetCompanyName():            (null : 0x00000000)
9668
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   821
  GetLoanAmount():             100000
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   822
  GetMaxLoanAmount():          300000
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   823
  GetLoanInterval():           10000
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   824
  SetLoanAmount(1):            false
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   825
  SetLoanAmount(100):          false
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   826
  SetLoanAmount(10000):        false
9865
f241472f09dc (svn r12555) [NoAI] -Add: support for GetLastError for AICompany.
rubidium
parents: 9851
diff changeset
   827
  GetLastErrorString():        ERR_PRECONDITION_FAILED
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   828
  GetBankBalance():            82534
9668
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   829
  GetLoanAmount():             100000
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   830
  SetMinimumLoanAmount(31337): true
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   831
  GetBankBalance():            22534
9668
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   832
  GetLoanAmount():             40000
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   833
  SetLoanAmount(10000):        true
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
   834
  GetBankBalance():            282534
9668
6fe3d2cb9655 (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance.
rubidium
parents: 9666
diff changeset
   835
  GetLoanAmount():             300000
9808
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
   836
  GetCompanyHQ():              -1
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
   837
  BuildCompanyHQ():            true
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
   838
  GetCompanyHQ():              33151
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
   839
  BuildCompanyHQ():            true
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
   840
  GetCompanyHQ():              33153
9865
f241472f09dc (svn r12555) [NoAI] -Add: support for GetLastError for AICompany.
rubidium
parents: 9851
diff changeset
   841
  BuildCompanyHQ():            false
f241472f09dc (svn r12555) [NoAI] -Add: support for GetLastError for AICompany.
rubidium
parents: 9851
diff changeset
   842
  GetLastErrorString():        ERR_AREA_NOT_CLEAR
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   843
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   844
--Engine--
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   845
  Engine -1
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   846
    IsValidEngine():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   847
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   848
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   849
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   850
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   851
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   852
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   853
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   854
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   855
    GetRunningCost():   -1
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   856
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   857
  Engine 0
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   858
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   859
    GetName():          Kirby Paul Tank (Steam)
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   860
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
   861
    CanRefitCargo():    false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   862
    GetCapacity():      -1
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   863
    GetReliability():   82
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   864
    GetMaxSpeed():      64
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   865
    GetPrice():         8203
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
   866
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
   867
    GetRunningCost():   820
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   868
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   869
  Engine 1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   870
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   871
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   872
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   873
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   874
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   875
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   876
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   877
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   878
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   879
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   880
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   881
  Engine 2
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   882
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   883
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   884
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   885
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   886
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   887
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   888
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   889
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   890
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   891
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   892
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   893
  Engine 3
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   894
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   895
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   896
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   897
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   898
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   899
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   900
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   901
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   902
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   903
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   904
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   905
  Engine 4
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   906
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   907
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   908
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   909
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   910
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   911
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   912
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   913
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   914
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   915
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   916
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   917
  Engine 5
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   918
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   919
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   920
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   921
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   922
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   923
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   924
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   925
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   926
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   927
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   928
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   929
  Engine 6
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   930
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   931
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   932
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   933
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   934
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   935
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   936
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   937
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   938
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   939
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   940
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   941
  Engine 7
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   942
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   943
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   944
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   945
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   946
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   947
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   948
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   949
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   950
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   951
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   952
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   953
  Engine 8
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   954
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   955
    GetName():          Chaney 'Jubilee' (Steam)
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   956
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
   957
    CanRefitCargo():    false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   958
    GetCapacity():      -1
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   959
    GetReliability():   79
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   960
    GetMaxSpeed():      112
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   961
    GetPrice():         15234
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
   962
    GetMaxAge():        7686
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
   963
    GetRunningCost():   1968
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   964
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   965
  Engine 9
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   966
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   967
    GetName():          Ginzu 'A4' (Steam)
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   968
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
   969
    CanRefitCargo():    false
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   970
    GetCapacity():      -1
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   971
    GetReliability():   83
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   972
    GetMaxSpeed():      128
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
   973
    GetPrice():         22265
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
   974
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
   975
    GetRunningCost():   2296
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
   976
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
   977
  Engine 10
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   978
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   979
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   980
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   981
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   982
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   983
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   984
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   985
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   986
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   987
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   988
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   989
  Engine 11
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   990
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
   991
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   992
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   993
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   994
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   995
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   996
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   997
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   998
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
   999
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1000
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1001
  Engine 12
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1002
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1003
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1004
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1005
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1006
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1007
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1008
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1009
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1010
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1011
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1012
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1013
  Engine 13
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1014
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1015
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1016
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1017
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1018
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1019
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1020
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1021
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1022
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1023
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1024
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1025
  Engine 14
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1026
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1027
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1028
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1029
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1030
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1031
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1032
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1033
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1034
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1035
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1036
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1037
  Engine 15
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1038
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1039
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1040
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1041
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1042
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1043
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1044
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1045
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1046
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1047
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1048
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1049
  Engine 16
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1050
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1051
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1052
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1053
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1054
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1055
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1056
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1057
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1058
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1059
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1060
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1061
  Engine 17
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1062
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1063
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1064
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1065
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1066
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1067
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1068
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1069
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1070
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1071
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1072
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1073
  Engine 18
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1074
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1075
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1076
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1077
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1078
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1079
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1080
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1081
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1082
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1083
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1084
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1085
  Engine 19
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1086
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1087
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1088
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1089
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1090
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1091
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1092
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1093
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1094
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1095
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1096
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1097
  Engine 20
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1098
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1099
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1100
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1101
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1102
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1103
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1104
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1105
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1106
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1107
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1108
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1109
  Engine 21
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1110
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1111
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1112
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1113
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1114
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1115
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1116
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1117
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1118
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1119
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1120
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1121
  Engine 22
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1122
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1123
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1124
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1125
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1126
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1127
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1128
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1129
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1130
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1131
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1132
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1133
  Engine 23
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1134
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1135
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1136
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1137
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1138
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1139
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1140
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1141
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1142
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1143
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1144
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1145
  Engine 24
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1146
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1147
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1148
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1149
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1150
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1151
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1152
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1153
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1154
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1155
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1156
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1157
  Engine 25
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1158
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1159
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1160
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1161
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1162
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1163
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1164
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1165
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1166
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1167
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1168
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1169
  Engine 26
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1170
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1171
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1172
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1173
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1174
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1175
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1176
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1177
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1178
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1179
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1180
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1181
  Engine 27
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1182
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1183
    GetName():          Passenger Carriage
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1184
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1185
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1186
    GetCapacity():      40
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1187
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1188
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1189
    GetPrice():         289453
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1190
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1191
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1192
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1193
  Engine 28
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1194
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1195
    GetName():          Mail Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1196
    GetCargoType():     2
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1197
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1198
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1199
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1200
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1201
    GetPrice():         267187
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1202
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1203
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1204
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1205
  Engine 29
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1206
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1207
    GetName():          Coal Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1208
    GetCargoType():     1
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1209
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1210
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1211
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1212
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1213
    GetPrice():         206250
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1214
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1215
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1216
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1217
  Engine 30
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1218
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1219
    GetName():          Oil Tanker
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1220
    GetCargoType():     3
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1221
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1222
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1223
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1224
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1225
    GetPrice():         234375
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1226
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1227
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1228
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1229
  Engine 31
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1230
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1231
    GetName():          Livestock Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1232
    GetCargoType():     4
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1233
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1234
    GetCapacity():      25
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1235
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1236
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1237
    GetPrice():         225000
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1238
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1239
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1240
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1241
  Engine 32
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1242
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1243
    GetName():          Goods Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1244
    GetCargoType():     5
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1245
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1246
    GetCapacity():      25
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1247
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1248
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1249
    GetPrice():         222656
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1250
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1251
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1252
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1253
  Engine 33
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1254
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1255
    GetName():          Grain Hopper
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1256
    GetCargoType():     6
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1257
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1258
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1259
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1260
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1261
    GetPrice():         213281
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1262
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1263
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1264
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1265
  Engine 34
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1266
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1267
    GetName():          Wood Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1268
    GetCargoType():     7
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1269
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1270
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1271
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1272
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1273
    GetPrice():         212109
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1274
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1275
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1276
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1277
  Engine 35
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1278
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1279
    GetName():          Iron Ore Hopper
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1280
    GetCargoType():     8
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1281
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1282
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1283
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1284
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1285
    GetPrice():         209765
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1286
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1287
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1288
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1289
  Engine 36
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1290
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1291
    GetName():          Steel Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1292
    GetCargoType():     9
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1293
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1294
    GetCapacity():      20
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1295
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1296
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1297
    GetPrice():         229687
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1298
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1299
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1300
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1301
  Engine 37
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1302
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1303
    GetName():          Armoured Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1304
    GetCargoType():     10
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1305
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1306
    GetCapacity():      20
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1307
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1308
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1309
    GetPrice():         298828
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1310
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1311
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1312
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1313
  Engine 38
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1314
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1315
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1316
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1317
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1318
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1319
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1320
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1321
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1322
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1323
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1324
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1325
  Engine 39
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1326
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1327
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1328
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1329
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1330
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1331
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1332
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1333
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1334
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1335
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1336
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1337
  Engine 40
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1338
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1339
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1340
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1341
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1342
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1343
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1344
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1345
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1346
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1347
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1348
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1349
  Engine 41
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1350
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1351
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1352
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1353
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1354
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1355
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1356
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1357
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1358
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1359
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1360
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1361
  Engine 42
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1362
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1363
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1364
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1365
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1366
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1367
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1368
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1369
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1370
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1371
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1372
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1373
  Engine 43
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1374
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1375
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1376
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1377
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1378
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1379
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1380
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1381
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1382
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1383
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1384
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1385
  Engine 44
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1386
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1387
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1388
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1389
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1390
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1391
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1392
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1393
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1394
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1395
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1396
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1397
  Engine 45
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1398
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1399
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1400
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1401
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1402
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1403
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1404
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1405
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1406
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1407
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1408
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1409
  Engine 46
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1410
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1411
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1412
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1413
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1414
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1415
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1416
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1417
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1418
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1419
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1420
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1421
  Engine 47
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1422
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1423
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1424
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1425
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1426
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1427
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1428
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1429
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1430
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1431
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1432
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1433
  Engine 48
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1434
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1435
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1436
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1437
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1438
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1439
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1440
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1441
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1442
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1443
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1444
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1445
  Engine 49
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1446
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1447
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1448
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1449
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1450
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1451
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1452
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1453
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1454
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1455
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1456
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1457
  Engine 50
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1458
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1459
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1460
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1461
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1462
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1463
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1464
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1465
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1466
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1467
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1468
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1469
  Engine 51
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1470
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1471
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1472
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1473
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1474
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1475
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1476
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1477
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1478
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1479
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1480
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1481
  Engine 52
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1482
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1483
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1484
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1485
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1486
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1487
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1488
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1489
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1490
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1491
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1492
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1493
  Engine 53
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1494
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1495
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1496
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1497
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1498
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1499
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1500
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1501
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1502
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1503
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1504
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1505
  Engine 54
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1506
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1507
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1508
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1509
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1510
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1511
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1512
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1513
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1514
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1515
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1516
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1517
  Engine 55
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1518
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1519
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1520
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1521
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1522
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1523
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1524
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1525
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1526
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1527
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1528
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1529
  Engine 56
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1530
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1531
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1532
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1533
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1534
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1535
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1536
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1537
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1538
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1539
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1540
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1541
  Engine 57
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1542
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1543
    GetName():          Passenger Carriage
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1544
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1545
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1546
    GetCapacity():      45
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1547
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1548
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1549
    GetPrice():         289453
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1550
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1551
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1552
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1553
  Engine 58
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1554
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1555
    GetName():          Mail Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1556
    GetCargoType():     2
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1557
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1558
    GetCapacity():      35
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1559
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1560
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1561
    GetPrice():         267187
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1562
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1563
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1564
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1565
  Engine 59
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1566
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1567
    GetName():          Coal Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1568
    GetCargoType():     1
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1569
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1570
    GetCapacity():      35
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1571
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1572
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1573
    GetPrice():         206250
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1574
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1575
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1576
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1577
  Engine 60
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1578
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1579
    GetName():          Oil Tanker
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1580
    GetCargoType():     3
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1581
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1582
    GetCapacity():      35
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1583
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1584
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1585
    GetPrice():         234375
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1586
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1587
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1588
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1589
  Engine 61
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1590
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1591
    GetName():          Livestock Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1592
    GetCargoType():     4
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1593
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1594
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1595
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1596
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1597
    GetPrice():         225000
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1598
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1599
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1600
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1601
  Engine 62
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1602
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1603
    GetName():          Goods Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1604
    GetCargoType():     5
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1605
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1606
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1607
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1608
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1609
    GetPrice():         222656
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1610
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1611
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1612
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1613
  Engine 63
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1614
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1615
    GetName():          Grain Hopper
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1616
    GetCargoType():     6
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1617
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1618
    GetCapacity():      35
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1619
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1620
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1621
    GetPrice():         213281
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1622
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1623
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1624
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1625
  Engine 64
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1626
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1627
    GetName():          Wood Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1628
    GetCargoType():     7
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1629
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1630
    GetCapacity():      35
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1631
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1632
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1633
    GetPrice():         212109
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1634
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1635
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1636
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1637
  Engine 65
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1638
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1639
    GetName():          Iron Ore Hopper
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1640
    GetCargoType():     8
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1641
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1642
    GetCapacity():      35
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1643
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1644
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1645
    GetPrice():         209765
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1646
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1647
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1648
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1649
  Engine 66
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1650
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1651
    GetName():          Steel Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1652
    GetCargoType():     9
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1653
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1654
    GetCapacity():      25
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1655
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1656
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1657
    GetPrice():         229687
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1658
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1659
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1660
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1661
  Engine 67
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1662
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1663
    GetName():          Armoured Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1664
    GetCargoType():     10
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1665
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1666
    GetCapacity():      25
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1667
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1668
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1669
    GetPrice():         298828
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1670
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1671
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1672
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1673
  Engine 68
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1674
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1675
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1676
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1677
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1678
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1679
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1680
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1681
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1682
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1683
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1684
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1685
  Engine 69
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1686
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1687
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1688
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1689
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1690
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1691
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1692
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1693
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1694
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1695
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1696
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1697
  Engine 70
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1698
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1699
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1700
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1701
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1702
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1703
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1704
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1705
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1706
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1707
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1708
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1709
  Engine 71
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1710
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1711
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1712
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1713
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1714
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1715
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1716
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1717
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1718
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1719
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1720
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1721
  Engine 72
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1722
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1723
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1724
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1725
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1726
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1727
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1728
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1729
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1730
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1731
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1732
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1733
  Engine 73
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1734
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1735
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1736
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1737
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1738
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1739
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1740
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1741
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1742
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1743
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1744
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1745
  Engine 74
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1746
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1747
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1748
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1749
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1750
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1751
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1752
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1753
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1754
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1755
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1756
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1757
  Engine 75
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1758
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1759
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1760
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1761
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1762
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1763
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1764
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1765
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1766
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1767
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1768
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1769
  Engine 76
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1770
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1771
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1772
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1773
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1774
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1775
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1776
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1777
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1778
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1779
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1780
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1781
  Engine 77
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1782
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1783
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1784
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1785
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1786
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1787
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1788
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1789
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1790
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1791
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1792
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1793
  Engine 78
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1794
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1795
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1796
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1797
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1798
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1799
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1800
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1801
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1802
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1803
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1804
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1805
  Engine 79
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1806
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1807
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1808
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1809
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1810
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1811
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1812
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1813
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1814
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1815
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1816
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1817
  Engine 80
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1818
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1819
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1820
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1821
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1822
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1823
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1824
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1825
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1826
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1827
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1828
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1829
  Engine 81
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1830
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1831
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1832
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1833
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1834
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1835
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1836
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1837
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1838
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1839
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1840
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1841
  Engine 82
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1842
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1843
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1844
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1845
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1846
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1847
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1848
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1849
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1850
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1851
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1852
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1853
  Engine 83
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1854
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1855
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1856
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1857
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1858
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1859
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1860
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1861
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1862
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1863
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1864
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1865
  Engine 84
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1866
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1867
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1868
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1869
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1870
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1871
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1872
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1873
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1874
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1875
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1876
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1877
  Engine 85
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1878
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1879
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1880
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1881
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1882
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1883
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1884
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1885
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1886
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1887
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1888
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1889
  Engine 86
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1890
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1891
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1892
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1893
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1894
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1895
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1896
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1897
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1898
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1899
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1900
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1901
  Engine 87
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1902
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1903
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1904
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1905
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1906
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1907
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1908
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1909
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1910
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1911
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1912
    GetVehicleType():   255
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1913
  Engine 88
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1914
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1915
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1916
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1917
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1918
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1919
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1920
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1921
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1922
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  1923
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  1924
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1925
  Engine 89
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1926
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1927
    GetName():          Passenger Carriage
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1928
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1929
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1930
    GetCapacity():      47
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1931
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1932
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1933
    GetPrice():         289453
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1934
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1935
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1936
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1937
  Engine 90
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1938
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1939
    GetName():          Mail Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1940
    GetCargoType():     2
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1941
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1942
    GetCapacity():      37
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1943
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1944
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1945
    GetPrice():         267187
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1946
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1947
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1948
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1949
  Engine 91
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1950
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1951
    GetName():          Coal Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1952
    GetCargoType():     1
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1953
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1954
    GetCapacity():      37
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1955
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1956
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1957
    GetPrice():         206250
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1958
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1959
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1960
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1961
  Engine 92
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1962
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1963
    GetName():          Oil Tanker
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1964
    GetCargoType():     3
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1965
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1966
    GetCapacity():      37
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1967
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1968
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1969
    GetPrice():         234375
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1970
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1971
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1972
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1973
  Engine 93
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1974
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1975
    GetName():          Livestock Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1976
    GetCargoType():     4
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1977
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1978
    GetCapacity():      32
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1979
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1980
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1981
    GetPrice():         225000
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1982
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1983
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1984
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1985
  Engine 94
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1986
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1987
    GetName():          Goods Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1988
    GetCargoType():     5
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  1989
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1990
    GetCapacity():      32
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1991
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1992
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  1993
    GetPrice():         222656
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1994
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  1995
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1996
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1997
  Engine 95
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  1998
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  1999
    GetName():          Grain Hopper
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2000
    GetCargoType():     6
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2001
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2002
    GetCapacity():      37
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2003
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2004
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2005
    GetPrice():         213281
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2006
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2007
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2008
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2009
  Engine 96
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2010
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2011
    GetName():          Wood Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2012
    GetCargoType():     7
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2013
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2014
    GetCapacity():      37
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2015
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2016
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2017
    GetPrice():         212109
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2018
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2019
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2020
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2021
  Engine 97
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2022
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2023
    GetName():          Iron Ore Hopper
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2024
    GetCargoType():     8
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2025
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2026
    GetCapacity():      37
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2027
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2028
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2029
    GetPrice():         209765
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2030
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2031
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2032
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2033
  Engine 98
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2034
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2035
    GetName():          Steel Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2036
    GetCargoType():     9
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2037
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2038
    GetCapacity():      27
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2039
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2040
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2041
    GetPrice():         229687
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2042
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2043
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2044
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2045
  Engine 99
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2046
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2047
    GetName():          Armoured Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2048
    GetCargoType():     10
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2049
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2050
    GetCapacity():      27
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2051
    GetReliability():   0
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2052
    GetMaxSpeed():      0
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2053
    GetPrice():         298828
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2054
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2055
    GetRunningCost():   0
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2056
    GetVehicleType():   0
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2057
  Engine 100
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2058
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2059
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2060
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2061
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2062
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2063
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2064
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2065
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2066
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2067
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2068
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2069
  Engine 101
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2070
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2071
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2072
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2073
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2074
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2075
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2076
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2077
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2078
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2079
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2080
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2081
  Engine 102
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2082
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2083
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2084
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2085
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2086
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2087
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2088
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2089
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2090
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2091
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2092
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2093
  Engine 103
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2094
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2095
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2096
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2097
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2098
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2099
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2100
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2101
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2102
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2103
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2104
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2105
  Engine 104
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2106
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2107
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2108
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2109
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2110
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2111
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2112
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2113
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2114
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2115
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2116
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2117
  Engine 105
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2118
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2119
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2120
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2121
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2122
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2123
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2124
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2125
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2126
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2127
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2128
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2129
  Engine 106
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2130
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2131
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2132
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2133
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2134
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2135
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2136
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2137
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2138
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2139
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2140
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2141
  Engine 107
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2142
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2143
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2144
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2145
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2146
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2147
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2148
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2149
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2150
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2151
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2152
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2153
  Engine 108
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2154
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2155
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2156
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2157
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2158
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2159
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2160
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2161
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2162
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2163
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2164
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2165
  Engine 109
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2166
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2167
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2168
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2169
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2170
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2171
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2172
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2173
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2174
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2175
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2176
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2177
  Engine 110
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2178
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2179
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2180
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2181
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2182
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2183
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2184
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2185
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2186
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2187
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2188
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2189
  Engine 111
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2190
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2191
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2192
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2193
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2194
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2195
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2196
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2197
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2198
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2199
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2200
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2201
  Engine 112
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2202
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2203
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2204
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2205
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2206
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2207
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2208
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2209
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2210
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2211
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2212
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2213
  Engine 113
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2214
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2215
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2216
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2217
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2218
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2219
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2220
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2221
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2222
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2223
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2224
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2225
  Engine 114
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2226
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2227
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2228
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2229
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2230
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2231
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2232
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2233
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2234
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2235
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2236
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2237
  Engine 115
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2238
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2239
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2240
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2241
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2242
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2243
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2244
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2245
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2246
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2247
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2248
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2249
  Engine 116
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2250
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2251
    GetName():          MPS Regal Bus
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2252
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2253
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2254
    GetCapacity():      31
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2255
    GetReliability():   78
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2256
    GetMaxSpeed():      56
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2257
    GetPrice():         4920
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2258
    GetMaxAge():        4392
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2259
    GetRunningCost():   426
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2260
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2261
  Engine 117
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2262
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2263
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2264
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2265
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2266
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2267
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2268
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2269
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2270
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2271
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2272
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2273
  Engine 118
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2274
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2275
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2276
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2277
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2278
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2279
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2280
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2281
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2282
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2283
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2284
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2285
  Engine 119
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2286
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2287
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2288
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2289
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2290
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2291
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2292
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2293
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2294
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2295
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2296
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2297
  Engine 120
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2298
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2299
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2300
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2301
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2302
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2303
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2304
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2305
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2306
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2307
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2308
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2309
  Engine 121
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2310
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2311
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2312
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2313
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2314
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2315
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2316
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2317
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2318
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2319
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2320
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2321
  Engine 122
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2322
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2323
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2324
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2325
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2326
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2327
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2328
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2329
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2330
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2331
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2332
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2333
  Engine 123
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2334
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2335
    GetName():          Balogh Coal Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2336
    GetCargoType():     1
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2337
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2338
    GetCapacity():      20
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2339
    GetReliability():   76
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2340
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2341
    GetPrice():         4428
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2342
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2343
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2344
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2345
  Engine 124
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2346
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2347
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2348
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2349
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2350
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2351
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2352
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2353
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2354
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2355
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2356
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2357
  Engine 125
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2358
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2359
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2360
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2361
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2362
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2363
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2364
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2365
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2366
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2367
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2368
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2369
  Engine 126
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2370
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2371
    GetName():          MPS Mail Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2372
    GetCargoType():     2
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2373
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2374
    GetCapacity():      22
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2375
    GetReliability():   91
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2376
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2377
    GetPrice():         4715
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2378
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2379
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2380
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2381
  Engine 127
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2382
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2383
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2384
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2385
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2386
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2387
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2388
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2389
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2390
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2391
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2392
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2393
  Engine 128
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2394
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2395
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2396
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2397
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2398
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2399
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2400
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2401
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2402
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2403
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2404
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2405
  Engine 129
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2406
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2407
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2408
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2409
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2410
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2411
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2412
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2413
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2414
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2415
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2416
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2417
  Engine 130
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2418
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2419
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2420
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2421
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2422
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2423
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2424
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2425
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2426
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2427
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2428
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2429
  Engine 131
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2430
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2431
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2432
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2433
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2434
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2435
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2436
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2437
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2438
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2439
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2440
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2441
  Engine 132
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2442
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2443
    GetName():          Witcombe Oil Tanker
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2444
    GetCargoType():     3
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2445
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2446
    GetCapacity():      21
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2447
    GetReliability():   97
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2448
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2449
    GetPrice():         4510
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2450
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2451
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2452
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2453
  Engine 133
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2454
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2455
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2456
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2457
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2458
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2459
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2460
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2461
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2462
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2463
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2464
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2465
  Engine 134
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2466
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2467
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2468
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2469
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2470
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2471
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2472
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2473
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2474
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2475
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2476
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2477
  Engine 135
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2478
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2479
    GetName():          Talbott Livestock Van
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2480
    GetCargoType():     4
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2481
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2482
    GetCapacity():      14
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2483
    GetReliability():   96
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2484
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2485
    GetPrice():         4305
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2486
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2487
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2488
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2489
  Engine 136
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2490
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2491
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2492
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2493
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2494
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2495
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2496
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2497
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2498
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2499
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2500
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2501
  Engine 137
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2502
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2503
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2504
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2505
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2506
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2507
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2508
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2509
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2510
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2511
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2512
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2513
  Engine 138
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2514
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2515
    GetName():          Balogh Goods Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2516
    GetCargoType():     5
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2517
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2518
    GetCapacity():      14
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2519
    GetReliability():   86
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2520
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2521
    GetPrice():         4387
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2522
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2523
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2524
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2525
  Engine 139
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2526
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2527
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2528
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2529
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2530
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2531
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2532
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2533
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2534
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2535
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2536
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2537
  Engine 140
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2538
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2539
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2540
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2541
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2542
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2543
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2544
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2545
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2546
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2547
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2548
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2549
  Engine 141
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2550
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2551
    GetName():          Hereford Grain Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2552
    GetCargoType():     6
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2553
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2554
    GetCapacity():      20
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2555
    GetReliability():   96
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2556
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2557
    GetPrice():         4674
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2558
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2559
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2560
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2561
  Engine 142
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2562
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2563
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2564
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2565
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2566
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2567
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2568
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2569
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2570
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2571
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2572
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2573
  Engine 143
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2574
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2575
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2576
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2577
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2578
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2579
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2580
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2581
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2582
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2583
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2584
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2585
  Engine 144
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2586
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2587
    GetName():          Witcombe Wood Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2588
    GetCargoType():     7
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2589
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2590
    GetCapacity():      20
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2591
    GetReliability():   97
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2592
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2593
    GetPrice():         4838
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2594
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2595
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2596
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2597
  Engine 145
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2598
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2599
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2600
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2601
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2602
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2603
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2604
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2605
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2606
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2607
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2608
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2609
  Engine 146
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2610
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2611
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2612
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2613
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2614
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2615
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2616
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2617
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2618
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2619
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2620
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2621
  Engine 147
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2622
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2623
    GetName():          MPS Iron Ore Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2624
    GetCargoType():     8
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2625
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2626
    GetCapacity():      22
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2627
    GetReliability():   96
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2628
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2629
    GetPrice():         4961
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2630
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2631
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2632
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2633
  Engine 148
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2634
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2635
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2636
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2637
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2638
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2639
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2640
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2641
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2642
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2643
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2644
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2645
  Engine 149
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2646
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2647
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2648
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2649
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2650
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2651
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2652
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2653
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2654
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2655
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2656
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2657
  Engine 150
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2658
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2659
    GetName():          Balogh Steel Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2660
    GetCargoType():     9
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2661
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2662
    GetCapacity():      15
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2663
    GetReliability():   81
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2664
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2665
    GetPrice():         4592
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2666
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2667
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2668
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2669
  Engine 151
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2670
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2671
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2672
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2673
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2674
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2675
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2676
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2677
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2678
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2679
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2680
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2681
  Engine 152
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2682
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2683
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2684
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2685
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2686
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2687
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2688
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2689
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2690
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2691
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2692
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2693
  Engine 153
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2694
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2695
    GetName():          Balogh Armoured Truck
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2696
    GetCargoType():     10
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  2697
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2698
    GetCapacity():      12
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2699
    GetReliability():   75
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  2700
    GetMaxSpeed():      48
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  2701
    GetPrice():         5945
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2702
    GetMaxAge():        5490
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  2703
    GetRunningCost():   421
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  2704
    GetVehicleType():   1
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2705
  Engine 154
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2706
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2707
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2708
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2709
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2710
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2711
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2712
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2713
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2714
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2715
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2716
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2717
  Engine 155
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2718
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2719
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2720
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2721
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2722
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2723
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2724
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2725
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2726
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2727
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2728
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2729
  Engine 156
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2730
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2731
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2732
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2733
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2734
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2735
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2736
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2737
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2738
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2739
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2740
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2741
  Engine 157
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2742
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2743
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2744
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2745
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2746
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2747
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2748
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2749
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2750
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2751
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2752
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2753
  Engine 158
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2754
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2755
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2756
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2757
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2758
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2759
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2760
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2761
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2762
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2763
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2764
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2765
  Engine 159
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2766
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2767
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2768
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2769
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2770
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2771
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2772
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2773
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2774
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2775
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2776
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2777
  Engine 160
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2778
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2779
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2780
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2781
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2782
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2783
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2784
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2785
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2786
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2787
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2788
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2789
  Engine 161
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2790
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2791
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2792
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2793
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2794
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2795
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2796
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2797
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2798
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2799
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2800
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2801
  Engine 162
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2802
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2803
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2804
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2805
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2806
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2807
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2808
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2809
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2810
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2811
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2812
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2813
  Engine 163
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2814
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2815
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2816
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2817
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2818
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2819
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2820
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2821
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2822
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2823
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2824
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2825
  Engine 164
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2826
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2827
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2828
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2829
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2830
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2831
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2832
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2833
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2834
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2835
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2836
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2837
  Engine 165
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2838
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2839
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2840
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2841
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2842
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2843
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2844
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2845
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2846
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2847
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2848
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2849
  Engine 166
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2850
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2851
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2852
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2853
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2854
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2855
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2856
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2857
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2858
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2859
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2860
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2861
  Engine 167
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2862
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2863
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2864
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2865
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2866
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2867
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2868
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2869
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2870
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2871
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2872
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2873
  Engine 168
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2874
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2875
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2876
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2877
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2878
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2879
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2880
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2881
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2882
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2883
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2884
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2885
  Engine 169
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2886
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2887
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2888
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2889
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2890
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2891
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2892
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2893
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2894
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2895
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2896
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2897
  Engine 170
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2898
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2899
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2900
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2901
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2902
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2903
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2904
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2905
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2906
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2907
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2908
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2909
  Engine 171
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2910
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2911
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2912
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2913
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2914
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2915
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2916
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2917
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2918
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2919
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2920
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2921
  Engine 172
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2922
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2923
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2924
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2925
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2926
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2927
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2928
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2929
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2930
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2931
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2932
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2933
  Engine 173
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2934
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2935
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2936
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2937
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2938
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2939
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2940
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2941
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2942
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2943
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2944
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2945
  Engine 174
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2946
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2947
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2948
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2949
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2950
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2951
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2952
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2953
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2954
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2955
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2956
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2957
  Engine 175
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2958
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2959
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2960
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2961
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2962
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2963
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2964
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2965
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2966
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2967
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2968
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2969
  Engine 176
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2970
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2971
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2972
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2973
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2974
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2975
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2976
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2977
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2978
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2979
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2980
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2981
  Engine 177
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2982
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2983
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2984
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2985
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2986
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2987
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2988
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2989
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2990
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2991
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2992
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  2993
  Engine 178
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2994
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  2995
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2996
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2997
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2998
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  2999
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3000
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3001
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3002
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3003
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3004
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3005
  Engine 179
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3006
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3007
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3008
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3009
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3010
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3011
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3012
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3013
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3014
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3015
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3016
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3017
  Engine 180
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3018
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3019
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3020
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3021
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3022
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3023
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3024
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3025
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3026
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3027
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3028
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3029
  Engine 181
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3030
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3031
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3032
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3033
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3034
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3035
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3036
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3037
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3038
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3039
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3040
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3041
  Engine 182
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3042
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3043
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3044
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3045
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3046
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3047
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3048
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3049
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3050
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3051
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3052
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3053
  Engine 183
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3054
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3055
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3056
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3057
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3058
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3059
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3060
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3061
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3062
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3063
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3064
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3065
  Engine 184
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3066
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3067
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3068
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3069
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3070
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3071
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3072
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3073
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3074
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3075
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3076
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3077
  Engine 185
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3078
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3079
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3080
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3081
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3082
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3083
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3084
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3085
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3086
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3087
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3088
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3089
  Engine 186
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3090
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3091
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3092
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3093
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3094
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3095
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3096
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3097
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3098
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3099
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3100
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3101
  Engine 187
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3102
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3103
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3104
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3105
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3106
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3107
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3108
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3109
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3110
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3111
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3112
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3113
  Engine 188
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3114
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3115
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3116
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3117
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3118
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3119
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3120
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3121
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3122
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3123
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3124
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3125
  Engine 189
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3126
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3127
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3128
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3129
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3130
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3131
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3132
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3133
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3134
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3135
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3136
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3137
  Engine 190
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3138
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3139
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3140
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3141
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3142
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3143
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3144
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3145
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3146
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3147
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3148
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3149
  Engine 191
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3150
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3151
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3152
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3153
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3154
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3155
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3156
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3157
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3158
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3159
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3160
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3161
  Engine 192
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3162
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3163
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3164
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3165
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3166
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3167
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3168
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3169
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3170
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3171
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3172
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3173
  Engine 193
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3174
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3175
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3176
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3177
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3178
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3179
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3180
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3181
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3182
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3183
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3184
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3185
  Engine 194
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3186
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3187
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3188
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3189
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3190
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3191
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3192
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3193
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3194
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3195
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3196
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3197
  Engine 195
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3198
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3199
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3200
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3201
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3202
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3203
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3204
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3205
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3206
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3207
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3208
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3209
  Engine 196
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3210
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3211
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3212
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3213
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3214
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3215
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3216
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3217
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3218
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3219
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3220
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3221
  Engine 197
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3222
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3223
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3224
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3225
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3226
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3227
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3228
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3229
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3230
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3231
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3232
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3233
  Engine 198
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3234
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3235
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3236
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3237
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3238
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3239
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3240
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3241
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3242
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3243
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3244
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3245
  Engine 199
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3246
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3247
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3248
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3249
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3250
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3251
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3252
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3253
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3254
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3255
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3256
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3257
  Engine 200
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3258
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3259
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3260
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3261
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3262
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3263
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3264
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3265
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3266
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3267
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3268
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3269
  Engine 201
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3270
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3271
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3272
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3273
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3274
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3275
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3276
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3277
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3278
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3279
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3280
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3281
  Engine 202
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3282
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3283
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3284
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3285
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3286
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3287
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3288
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3289
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3290
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3291
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3292
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3293
  Engine 203
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3294
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3295
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3296
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3297
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3298
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3299
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3300
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3301
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3302
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3303
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3304
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3305
  Engine 204
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3306
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3307
    GetName():          MPS Oil Tanker
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3308
    GetCargoType():     3
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  3309
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3310
    GetCapacity():      220
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3311
    GetReliability():   98
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  3312
    GetMaxSpeed():      24
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  3313
    GetPrice():         30465
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3314
    GetMaxAge():        10980
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3315
    GetRunningCost():   2296
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3316
    GetVehicleType():   2
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3317
  Engine 205
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3318
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3319
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3320
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3321
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3322
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3323
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3324
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3325
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3326
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3327
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3328
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3329
  Engine 206
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3330
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3331
    GetName():          MPS Passenger Ferry
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3332
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  3333
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3334
    GetCapacity():      100
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3335
    GetReliability():   87
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  3336
    GetMaxSpeed():      32
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  3337
    GetPrice():         18279
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3338
    GetMaxAge():        10980
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3339
    GetRunningCost():   1476
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3340
    GetVehicleType():   2
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3341
  Engine 207
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3342
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3343
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3344
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3345
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3346
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3347
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3348
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3349
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3350
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3351
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3352
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3353
  Engine 208
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3354
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3355
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3356
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3357
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3358
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3359
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3360
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3361
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3362
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3363
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3364
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3365
  Engine 209
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3366
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3367
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3368
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3369
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3370
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3371
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3372
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3373
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3374
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3375
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3376
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3377
  Engine 210
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3378
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3379
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3380
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3381
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3382
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3383
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3384
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3385
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3386
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3387
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3388
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3389
  Engine 211
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3390
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3391
    GetName():          Yate Cargo ship
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3392
    GetCargoType():     5
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  3393
    CanRefitCargo():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3394
    GetCapacity():      160
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3395
    GetReliability():   81
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  3396
    GetMaxSpeed():      24
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  3397
    GetPrice():         24372
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3398
    GetMaxAge():        10980
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3399
    GetRunningCost():   2460
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3400
    GetVehicleType():   2
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3401
  Engine 212
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3402
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3403
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3404
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3405
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3406
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3407
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3408
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3409
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3410
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3411
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3412
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3413
  Engine 213
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3414
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3415
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3416
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3417
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3418
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3419
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3420
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3421
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3422
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3423
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3424
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3425
  Engine 214
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3426
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3427
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3428
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3429
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3430
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3431
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3432
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3433
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3434
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3435
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3436
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3437
  Engine 215
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3438
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3439
    GetName():          Sampson U52
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3440
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  3441
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3442
    GetCapacity():      25
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3443
    GetReliability():   70
9804
217f77b77400 (svn r12310) [NoAI] -Fix: make MaxSpeed for Aircrafts return the value divided by plane_speed (which in regression is now set to 1/2th)
truebrain
parents: 9799
diff changeset
  3444
    GetMaxSpeed():      238
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  3445
    GetPrice():         28710
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3446
    GetMaxAge():        7320
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3447
    GetRunningCost():   2390
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3448
    GetVehicleType():   3
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3449
  Engine 216
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3450
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3451
    GetName():          Coleman Count
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3452
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  3453
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3454
    GetCapacity():      65
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3455
    GetReliability():   95
9804
217f77b77400 (svn r12310) [NoAI] -Fix: make MaxSpeed for Aircrafts return the value divided by plane_speed (which in regression is now set to 1/2th)
truebrain
parents: 9799
diff changeset
  3456
    GetMaxSpeed():      238
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  3457
    GetPrice():         30761
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3458
    GetMaxAge():        8784
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3459
    GetRunningCost():   2812
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3460
    GetVehicleType():   3
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3461
  Engine 217
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3462
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3463
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3464
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3465
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3466
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3467
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3468
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3469
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3470
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3471
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3472
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3473
  Engine 218
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3474
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3475
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3476
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3477
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3478
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3479
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3480
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3481
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3482
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3483
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3484
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3485
  Engine 219
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3486
    IsValidEngine():    true
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3487
    GetName():          Bakewell Cotswald LB-3
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3488
    GetCargoType():     0
9809
9b21c21052fa (svn r12325) [NoAI] -Add: added AIEngine:CanRefitCargo()
truebrain
parents: 9808
diff changeset
  3489
    CanRefitCargo():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3490
    GetCapacity():      30
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3491
    GetReliability():   76
9804
217f77b77400 (svn r12310) [NoAI] -Fix: make MaxSpeed for Aircrafts return the value divided by plane_speed (which in regression is now set to 1/2th)
truebrain
parents: 9799
diff changeset
  3492
    GetMaxSpeed():      238
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  3493
    GetPrice():         30761
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3494
    GetMaxAge():        10980
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  3495
    GetRunningCost():   2756
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3496
    GetVehicleType():   3
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3497
  Engine 220
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3498
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3499
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3500
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3501
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3502
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3503
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3504
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3505
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3506
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3507
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3508
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3509
  Engine 221
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3510
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3511
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3512
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3513
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3514
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3515
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3516
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3517
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3518
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3519
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3520
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3521
  Engine 222
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3522
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3523
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3524
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3525
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3526
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3527
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3528
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3529
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3530
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3531
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3532
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3533
  Engine 223
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3534
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3535
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3536
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3537
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3538
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3539
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3540
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3541
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3542
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3543
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3544
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3545
  Engine 224
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3546
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3547
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3548
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3549
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3550
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3551
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3552
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3553
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3554
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3555
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3556
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3557
  Engine 225
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3558
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3559
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3560
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3561
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3562
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3563
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3564
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3565
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3566
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3567
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3568
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3569
  Engine 226
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3570
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3571
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3572
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3573
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3574
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3575
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3576
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3577
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3578
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3579
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3580
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3581
  Engine 227
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3582
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3583
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3584
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3585
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3586
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3587
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3588
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3589
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3590
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3591
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3592
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3593
  Engine 228
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3594
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3595
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3596
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3597
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3598
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3599
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3600
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3601
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3602
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3603
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3604
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3605
  Engine 229
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3606
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3607
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3608
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3609
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3610
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3611
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3612
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3613
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3614
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3615
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3616
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3617
  Engine 230
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3618
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3619
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3620
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3621
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3622
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3623
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3624
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3625
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3626
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3627
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3628
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3629
  Engine 231
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3630
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3631
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3632
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3633
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3634
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3635
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3636
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3637
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3638
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3639
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3640
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3641
  Engine 232
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3642
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3643
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3644
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3645
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3646
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3647
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3648
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3649
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3650
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3651
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3652
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3653
  Engine 233
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3654
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3655
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3656
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3657
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3658
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3659
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3660
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3661
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3662
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3663
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3664
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3665
  Engine 234
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3666
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3667
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3668
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3669
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3670
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3671
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3672
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3673
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3674
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3675
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3676
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3677
  Engine 235
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3678
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3679
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3680
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3681
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3682
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3683
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3684
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3685
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3686
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3687
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3688
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3689
  Engine 236
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3690
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3691
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3692
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3693
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3694
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3695
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3696
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3697
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3698
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3699
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3700
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3701
  Engine 237
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3702
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3703
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3704
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3705
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3706
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3707
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3708
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3709
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3710
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3711
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3712
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3713
  Engine 238
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3714
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3715
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3716
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3717
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3718
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3719
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3720
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3721
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3722
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3723
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3724
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3725
  Engine 239
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3726
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3727
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3728
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3729
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3730
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3731
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3732
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3733
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3734
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3735
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3736
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3737
  Engine 240
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3738
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3739
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3740
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3741
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3742
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3743
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3744
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3745
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3746
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3747
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3748
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3749
  Engine 241
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3750
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3751
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3752
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3753
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3754
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3755
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3756
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3757
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3758
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3759
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3760
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3761
  Engine 242
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3762
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3763
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3764
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3765
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3766
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3767
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3768
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3769
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3770
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3771
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3772
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3773
  Engine 243
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3774
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3775
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3776
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3777
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3778
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3779
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3780
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3781
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3782
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3783
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3784
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3785
  Engine 244
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3786
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3787
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3788
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3789
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3790
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3791
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3792
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3793
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3794
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3795
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3796
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3797
  Engine 245
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3798
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3799
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3800
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3801
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3802
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3803
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3804
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3805
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3806
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3807
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3808
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3809
  Engine 246
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3810
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3811
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3812
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3813
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3814
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3815
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3816
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3817
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3818
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3819
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3820
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3821
  Engine 247
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3822
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3823
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3824
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3825
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3826
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3827
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3828
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3829
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3830
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3831
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3832
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3833
  Engine 248
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3834
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3835
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3836
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3837
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3838
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3839
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3840
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3841
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3842
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3843
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3844
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3845
  Engine 249
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3846
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3847
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3848
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3849
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3850
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3851
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3852
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3853
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3854
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3855
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3856
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3857
  Engine 250
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3858
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3859
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3860
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3861
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3862
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3863
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3864
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3865
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3866
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3867
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3868
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3869
  Engine 251
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3870
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3871
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3872
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3873
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3874
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3875
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3876
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3877
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3878
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3879
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3880
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3881
  Engine 252
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3882
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3883
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3884
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3885
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3886
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3887
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3888
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3889
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3890
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3891
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3892
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3893
  Engine 253
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3894
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3895
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3896
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3897
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3898
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3899
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3900
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3901
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3902
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3903
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3904
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3905
  Engine 254
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3906
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3907
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3908
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3909
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3910
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3911
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3912
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3913
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3914
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3915
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3916
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3917
  Engine 255
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3918
    IsValidEngine():    false
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3919
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3920
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3921
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3922
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3923
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3924
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3925
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3926
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3927
    GetRunningCost():   -1
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3928
    GetVehicleType():   255
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3929
  Engine 256
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3930
    IsValidEngine():    false
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3931
    GetName():          (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3932
    GetCargoType():     255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3933
    CanRefitCargo():    false
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3934
    GetCapacity():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3935
    GetReliability():   -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3936
    GetMaxSpeed():      -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3937
    GetPrice():         -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3938
    GetMaxAge():        -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3939
    GetRunningCost():   -1
9713
7cd214115969 (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight
parents: 9711
diff changeset
  3940
    GetVehicleType():   255
9716
5d25a5271050 (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight
parents: 9715
diff changeset
  3941
  Valid Engines:        53
9711
c8b427215c9d (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight
parents: 9710
diff changeset
  3942
9714
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  3943
--EngineList--
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  3944
  Count():             88
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  3945
  CargoType ListDump:
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3946
    203 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3947
    202 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3948
    201 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3949
    200 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3950
    199 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3951
    198 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3952
    197 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3953
    196 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3954
    195 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3955
    194 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3956
    193 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3957
    192 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3958
    191 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3959
    190 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3960
    189 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3961
    188 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3962
    187 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3963
    186 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3964
    185 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3965
    184 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3966
    183 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3967
    182 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3968
    181 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3969
    180 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3970
    179 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3971
    178 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3972
    177 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3973
    176 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3974
    175 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3975
    174 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3976
    173 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3977
    172 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3978
    171 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3979
    170 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3980
    169 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3981
    168 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3982
    167 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3983
    166 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3984
    165 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3985
    164 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3986
    163 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3987
    162 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3988
    161 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3989
    160 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3990
    159 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3991
    158 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3992
    157 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3993
    156 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3994
    155 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3995
    154 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3996
    152 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3997
    151 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3998
    149 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  3999
    148 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4000
    146 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4001
    145 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4002
    143 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4003
    142 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4004
    140 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4005
    139 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4006
    137 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4007
    136 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4008
    134 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4009
    133 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4010
    131 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4011
    130 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4012
    129 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4013
    128 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4014
    127 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4015
    125 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4016
    124 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4017
    122 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4018
    121 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4019
    120 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4020
    119 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4021
    118 => 255
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4022
    117 => 255
9714
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4023
    153 => 10
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4024
    150 => 9
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4025
    147 => 8
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4026
    144 => 7
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4027
    141 => 6
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4028
    138 => 5
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4029
    135 => 4
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4030
    132 => 3
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4031
    126 => 2
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4032
    123 => 1
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4033
    116 => 0
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4034
  Capacity ListDump:
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4035
    116 => 31
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4036
    147 => 22
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4037
    126 => 22
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4038
    132 => 21
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4039
    144 => 20
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4040
    141 => 20
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4041
    123 => 20
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4042
    150 => 15
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4043
    138 => 14
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4044
    135 => 14
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4045
    153 => 12
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4046
    203 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4047
    202 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4048
    201 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4049
    200 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4050
    199 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4051
    198 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4052
    197 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4053
    196 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4054
    195 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4055
    194 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4056
    193 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4057
    192 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4058
    191 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4059
    190 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4060
    189 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4061
    188 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4062
    187 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4063
    186 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4064
    185 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4065
    184 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4066
    183 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4067
    182 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4068
    181 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4069
    180 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4070
    179 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4071
    178 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4072
    177 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4073
    176 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4074
    175 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4075
    174 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4076
    173 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4077
    172 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4078
    171 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4079
    170 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4080
    169 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4081
    168 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4082
    167 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4083
    166 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4084
    165 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4085
    164 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4086
    163 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4087
    162 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4088
    161 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4089
    160 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4090
    159 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4091
    158 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4092
    157 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4093
    156 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4094
    155 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4095
    154 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4096
    152 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4097
    151 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4098
    149 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4099
    148 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4100
    146 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4101
    145 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4102
    143 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4103
    142 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4104
    140 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4105
    139 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4106
    137 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4107
    136 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4108
    134 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4109
    133 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4110
    131 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4111
    130 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4112
    129 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4113
    128 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4114
    127 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4115
    125 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4116
    124 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4117
    122 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4118
    121 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4119
    120 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4120
    119 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4121
    118 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4122
    117 => -1
9714
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4123
  Reliability ListDump:
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4124
    144 => 97
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4125
    132 => 97
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4126
    147 => 96
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4127
    141 => 96
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4128
    135 => 96
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4129
    126 => 91
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4130
    138 => 86
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4131
    150 => 81
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4132
    116 => 78
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4133
    123 => 76
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4134
    153 => 75
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4135
    203 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4136
    202 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4137
    201 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4138
    200 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4139
    199 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4140
    198 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4141
    197 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4142
    196 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4143
    195 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4144
    194 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4145
    193 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4146
    192 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4147
    191 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4148
    190 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4149
    189 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4150
    188 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4151
    187 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4152
    186 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4153
    185 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4154
    184 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4155
    183 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4156
    182 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4157
    181 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4158
    180 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4159
    179 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4160
    178 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4161
    177 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4162
    176 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4163
    175 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4164
    174 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4165
    173 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4166
    172 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4167
    171 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4168
    170 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4169
    169 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4170
    168 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4171
    167 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4172
    166 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4173
    165 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4174
    164 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4175
    163 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4176
    162 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4177
    161 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4178
    160 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4179
    159 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4180
    158 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4181
    157 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4182
    156 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4183
    155 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4184
    154 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4185
    152 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4186
    151 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4187
    149 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4188
    148 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4189
    146 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4190
    145 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4191
    143 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4192
    142 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4193
    140 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4194
    139 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4195
    137 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4196
    136 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4197
    134 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4198
    133 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4199
    131 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4200
    130 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4201
    129 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4202
    128 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4203
    127 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4204
    125 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4205
    124 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4206
    122 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4207
    121 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4208
    120 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4209
    119 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4210
    118 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4211
    117 => -1
9714
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4212
  MaxSpeed ListDump:
9734
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4213
    116 => 56
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4214
    153 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4215
    150 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4216
    147 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4217
    144 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4218
    141 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4219
    138 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4220
    135 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4221
    132 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4222
    126 => 48
52d385b38d63 (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain
parents: 9733
diff changeset
  4223
    123 => 48
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4224
    203 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4225
    202 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4226
    201 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4227
    200 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4228
    199 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4229
    198 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4230
    197 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4231
    196 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4232
    195 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4233
    194 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4234
    193 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4235
    192 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4236
    191 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4237
    190 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4238
    189 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4239
    188 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4240
    187 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4241
    186 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4242
    185 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4243
    184 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4244
    183 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4245
    182 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4246
    181 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4247
    180 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4248
    179 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4249
    178 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4250
    177 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4251
    176 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4252
    175 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4253
    174 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4254
    173 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4255
    172 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4256
    171 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4257
    170 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4258
    169 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4259
    168 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4260
    167 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4261
    166 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4262
    165 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4263
    164 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4264
    163 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4265
    162 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4266
    161 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4267
    160 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4268
    159 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4269
    158 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4270
    157 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4271
    156 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4272
    155 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4273
    154 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4274
    152 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4275
    151 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4276
    149 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4277
    148 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4278
    146 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4279
    145 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4280
    143 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4281
    142 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4282
    140 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4283
    139 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4284
    137 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4285
    136 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4286
    134 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4287
    133 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4288
    131 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4289
    130 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4290
    129 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4291
    128 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4292
    127 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4293
    125 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4294
    124 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4295
    122 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4296
    121 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4297
    120 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4298
    119 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4299
    118 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4300
    117 => -1
9714
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4301
  Price ListDump:
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4302
    153 => 5945
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4303
    147 => 4961
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4304
    116 => 4920
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4305
    144 => 4838
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4306
    126 => 4715
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4307
    141 => 4674
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4308
    150 => 4592
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4309
    132 => 4510
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4310
    123 => 4428
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4311
    138 => 4387
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  4312
    135 => 4305
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4313
    203 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4314
    202 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4315
    201 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4316
    200 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4317
    199 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4318
    198 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4319
    197 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4320
    196 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4321
    195 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4322
    194 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4323
    193 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4324
    192 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4325
    191 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4326
    190 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4327
    189 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4328
    188 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4329
    187 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4330
    186 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4331
    185 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4332
    184 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4333
    183 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4334
    182 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4335
    181 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4336
    180 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4337
    179 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4338
    178 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4339
    177 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4340
    176 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4341
    175 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4342
    174 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4343
    173 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4344
    172 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4345
    171 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4346
    170 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4347
    169 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4348
    168 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4349
    167 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4350
    166 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4351
    165 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4352
    164 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4353
    163 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4354
    162 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4355
    161 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4356
    160 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4357
    159 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4358
    158 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4359
    157 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4360
    156 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4361
    155 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4362
    154 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4363
    152 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4364
    151 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4365
    149 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4366
    148 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4367
    146 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4368
    145 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4369
    143 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4370
    142 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4371
    140 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4372
    139 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4373
    137 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4374
    136 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4375
    134 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4376
    133 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4377
    131 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4378
    130 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4379
    129 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4380
    128 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4381
    127 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4382
    125 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4383
    124 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4384
    122 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4385
    121 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4386
    120 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4387
    119 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4388
    118 => -1
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  4389
    117 => -1
9714
fdbdae7ea647 (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight
parents: 9713
diff changeset
  4390
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4391
--Event--
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4392
  GetNextEvent:      instance
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4393
    GetEventType:    1
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4394
    Convert:         instance
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4395
      GetTest:       42
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4396
  DisableEvent(1):   done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4397
  GetNextEvent:      null
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4398
  EnableEvent(1):    done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4399
  GetNextEvent:      instance
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4400
  DisableAllEvents():done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4401
  GetNextEvent:      null
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4402
  EnableEvent(1):    done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4403
  GetNextEvent:      instance
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  4404
  GetNextEvent:      null
9682
d031eb183733 (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed
truelight
parents: 9672
diff changeset
  4405
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4406
--Industry--
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4407
  GetMaxIndustryID():  71
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4408
  GetIndustryCount():  69
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4409
  Industry -1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4410
    IsValidIndustry(): false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  4411
    GetName():         (null : 0x00000000)
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  4412
    GetLocation():     -1
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4413
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4414
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4415
  Industry 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4416
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4417
    GetName():         Kennville Oil Refinery
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4418
    GetLocation():     19695
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4419
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4420
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4421
  Industry 1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4422
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4423
    GetName():         Sadtown Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4424
    GetLocation():     45122
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4425
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4426
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4427
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4428
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4429
  Industry 2
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4430
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4431
    GetName():         Fudinghattan Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4432
    GetLocation():     41929
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4433
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4434
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4435
	   GetLastMonthProduction(): 56
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4436
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4437
  Industry 3
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4438
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4439
    GetName():         Benville Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4440
    GetLocation():     44640
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4441
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4442
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4443
	   GetLastMonthProduction(): 112
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4444
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4445
  Industry 4
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4446
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4447
    GetName():         Netfingbridge Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4448
    GetLocation():     8793
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4449
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4450
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4451
	   GetLastMonthProduction(): 120
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4452
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4453
  Industry 5
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4454
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4455
    GetName():         Hutfingford Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4456
    GetLocation():     55429
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4457
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4458
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4459
	   GetLastMonthProduction(): 112
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4460
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4461
  Industry 6
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4462
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4463
    GetName():         Great Hinninghall Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4464
    GetLocation():     6533
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4465
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4466
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4467
	   GetLastMonthProduction(): 72
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4468
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4469
  Industry 7
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4470
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4471
    GetName():         Tondston Forest
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4472
    GetLocation():     27609
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4473
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4474
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4475
	   GetLastMonthProduction(): 152
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4476
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4477
  Industry 8
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4478
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4479
    GetName():         Planfield Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4480
    GetLocation():     17318
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4481
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4482
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4483
  Industry 9
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4484
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4485
    GetName():         Hutfingford Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4486
    GetLocation():     60050
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4487
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4488
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4489
  Industry 10
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4490
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4491
    GetName():         Naborough Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4492
    GetLocation():     54184
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4493
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4494
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4495
  Industry 11
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4496
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4497
    GetName():         Prundinghall Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4498
    GetLocation():     48499
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4499
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4500
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4501
  Industry 12
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4502
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4503
    GetName():         Fraston Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4504
    GetLocation():     51419
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4505
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4506
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4507
  Industry 13
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4508
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4509
    GetName():         Fort Frindston Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4510
    GetLocation():     15950
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4511
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4512
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4513
  Industry 14
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4514
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4515
    GetName():         Grinnway Sawmill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4516
    GetLocation():     20001
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4517
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4518
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4519
  Industry 15
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4520
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4521
    GetName():         Trenningville Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4522
    GetLocation():     51854
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4523
    GetProduction():   144
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4524
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4525
	   GetLastMonthProduction(): 144
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4526
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4527
  Industry 16
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4528
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4529
    GetName():         Kennville Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4530
    GetLocation():     11734
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4531
    GetProduction():   112
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4532
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4533
	   GetLastMonthProduction(): 112
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4534
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4535
  Industry 17
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4536
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4537
    GetName():         Great Hinninghall Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4538
    GetLocation():     13947
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4539
    GetProduction():   160
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4540
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4541
	   GetLastMonthProduction(): 160
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4542
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4543
  Industry 18
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4544
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4545
    GetName():         Little Fruford Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4546
    GetLocation():     23682
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4547
    GetProduction():   136
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4548
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4549
	   GetLastMonthProduction(): 136
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4550
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4551
  Industry 19
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4552
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4553
    GetName():         Hutfingford Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4554
    GetLocation():     57429
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4555
    GetProduction():   112
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4556
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4557
	   GetLastMonthProduction(): 112
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4558
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4559
  Industry 20
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4560
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4561
    GetName():         Mendingston Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4562
    GetLocation():     8562
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4563
    GetProduction():   136
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4564
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4565
	   GetLastMonthProduction(): 136
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4566
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4567
  Industry 21
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4568
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4569
    GetName():         Tondston Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4570
    GetLocation():     29147
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4571
    GetProduction():   104
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4572
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4573
	   GetLastMonthProduction(): 104
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4574
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4575
  Industry 22
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4576
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4577
    GetName():         Quartfingfield Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4578
    GetLocation():     27822
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4579
    GetProduction():   152
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4580
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4581
	   GetLastMonthProduction(): 152
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4582
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4583
  Industry 23
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4584
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4585
    GetName():         Muningville Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4586
    GetLocation():     43035
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4587
    GetProduction():   96
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4588
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4589
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4590
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4591
  Industry 24
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4592
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4593
    GetName():         Grinnway Coal Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4594
    GetLocation():     17943
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  4595
    GetProduction():   72
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4596
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4597
	   GetLastMonthProduction(): 72
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4598
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4599
  Industry 25
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4600
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4601
    GetName():         Sadtown Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4602
    GetLocation():     48182
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4603
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4604
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4605
  Industry 26
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4606
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4607
    GetName():         Tunford Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4608
    GetLocation():     33934
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4609
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4610
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4611
  Industry 27
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4612
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4613
    GetName():         Quartfingfield Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4614
    GetLocation():     23714
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4615
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4616
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4617
  Industry 28
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4618
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4619
    GetName():         Kennville Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4620
    GetLocation():     20170
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4621
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4622
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4623
  Industry 29
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4624
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4625
    GetName():         Nuntfingburg Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4626
    GetLocation():     6685
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4627
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4628
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4629
  Industry 30
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4630
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4631
    GetName():         Bedburg Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4632
    GetLocation():     29022
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4633
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4634
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4635
  Industry 31
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4636
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4637
    GetName():         Benville Power Station
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4638
    GetLocation():     44160
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4639
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4640
    IsCargoAccepted(): true
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4641
  Industry 32
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4642
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4643
    GetName():         Fort Frindston Oil Wells
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4644
    GetLocation():     14701
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4645
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4646
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4647
	   GetLastMonthProduction(): 120
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4648
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4649
  Industry 33
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4650
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4651
    GetName():         Nuntfingburg Oil Wells
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4652
    GetLocation():     5659
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4653
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4654
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4655
	   GetLastMonthProduction(): 64
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4656
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4657
  Industry 34
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4658
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4659
    GetName():         Benville Oil Wells
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4660
    GetLocation():     36728
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4661
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4662
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4663
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4664
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4665
  Industry 35
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4666
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4667
    GetName():         Grinnway Oil Wells
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4668
    GetLocation():     14361
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4669
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4670
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4671
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4672
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4673
  Industry 36
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4674
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4675
    GetName():         Muningville Oil Wells
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4676
    GetLocation():     36908
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4677
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4678
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4679
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4680
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4681
  Industry 37
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4682
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4683
    GetName():         Tondston Oil Wells
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4684
    GetLocation():     34237
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4685
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4686
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4687
	   GetLastMonthProduction(): 128
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4688
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4689
  Industry 38
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4690
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4691
    GetName():         Fort Frindston Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4692
    GetLocation():     17742
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4693
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4694
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4695
	   GetLastMonthProduction(): 112
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4696
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4697
  Industry 39
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4698
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4699
    GetName():         Tondston Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4700
    GetLocation():     25545
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4701
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4702
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4703
	   GetLastMonthProduction(): 40
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4704
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4705
  Industry 40
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4706
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4707
    GetName():         Fudinghattan Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4708
    GetLocation():     47838
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4709
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4710
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4711
	   GetLastMonthProduction(): 72
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4712
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4713
  Industry 41
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4714
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4715
    GetName():         Nuntfingburg Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4716
    GetLocation():     8763
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4717
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4718
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4719
	   GetLastMonthProduction(): 56
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4720
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4721
  Industry 42
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4722
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4723
    GetName():         Lardborough Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4724
    GetLocation():     60866
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4725
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4726
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4727
	   GetLastMonthProduction(): 80
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4728
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4729
  Industry 43
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4730
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4731
    GetName():         Tunford Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4732
    GetLocation():     41155
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4733
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4734
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4735
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4736
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4737
  Industry 44
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4738
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4739
    GetName():         Chentfingbourne Iron Ore Mine
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4740
    GetLocation():     19529
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4741
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4742
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4743
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4744
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4745
  Industry 45
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4746
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4747
    GetName():         Naborough Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4748
    GetLocation():     52931
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4749
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4750
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4751
	   GetLastMonthProduction(): 80
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4752
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4753
	   GetLastMonthProduction(): 80
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4754
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4755
  Industry 46
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4756
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4757
    GetName():         Lardborough Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4758
    GetLocation():     59604
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4759
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4760
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4761
	   GetLastMonthProduction(): 80
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4762
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4763
	   GetLastMonthProduction(): 56
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4764
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4765
  Industry 47
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4766
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4767
    GetName():         Chentfingbourne Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4768
    GetLocation():     24366
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4769
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4770
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4771
	   GetLastMonthProduction(): 64
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4772
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4773
	   GetLastMonthProduction(): 48
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4774
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4775
  Industry 48
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4776
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4777
    GetName():         Wrundtown Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4778
    GetLocation():     36847
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4779
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4780
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4781
	   GetLastMonthProduction(): 88
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4782
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4783
	   GetLastMonthProduction(): 104
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4784
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4785
  Industry 49
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4786
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4787
    GetName():         Little Fruford Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4788
    GetLocation():     28287
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4789
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4790
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4791
	   GetLastMonthProduction(): 80
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4792
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4793
	   GetLastMonthProduction(): 40
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4794
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4795
  Industry 50
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4796
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4797
    GetName():         Hutfingford Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4798
    GetLocation():     57432
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4799
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4800
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4801
	   GetLastMonthProduction(): 112
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4802
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4803
	   GetLastMonthProduction(): 88
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4804
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4805
  Industry 51
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4806
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4807
    GetName():         Tondston Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4808
    GetLocation():     23519
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4809
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4810
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4811
	   GetLastMonthProduction(): 64
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4812
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4813
	   GetLastMonthProduction(): 64
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4814
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4815
  Industry 52
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4816
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4817
    GetName():         Nuntfingburg Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4818
    GetLocation():     10773
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4819
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4820
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4821
	   GetLastMonthProduction(): 104
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4822
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4823
	   GetLastMonthProduction(): 72
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4824
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4825
  Industry 53
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4826
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4827
    GetName():         Sadtown Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4828
    GetLocation():     48206
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4829
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4830
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4831
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4832
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4833
	   GetLastMonthProduction(): 64
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4834
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4835
  Industry 54
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4836
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4837
    GetName():         Quartfingfield Farm
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4838
    GetLocation():     24005
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4839
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4840
    IsCargoAccepted(): false
9810
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4841
	   GetLastMonthProduction(): 80
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4842
	   GetLastMonthTransported(): 0
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4843
	   GetLastMonthProduction(): 96
a84fc1be9e3b (svn r12327) [NoAI] -Add: GetLastMonth(Production|Transported) (Morloth)
truebrain
parents: 9809
diff changeset
  4844
	   GetLastMonthTransported(): 0
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4845
  Industry 55
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4846
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4847
    GetName():         Little Fruford Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4848
    GetLocation():     21107
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4849
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4850
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4851
  Industry 56
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4852
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4853
    GetName():         Quartfingfield Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4854
    GetLocation():     23727
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4855
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4856
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4857
  Industry 57
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4858
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4859
    GetName():         Bedburg Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4860
    GetLocation():     41813
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4861
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4862
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4863
  Industry 58
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4864
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4865
    GetName():         Franinghead Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4866
    GetLocation():     8852
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4867
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4868
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4869
  Industry 59
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4870
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4871
    GetName():         Lardborough Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4872
    GetLocation():     59867
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4873
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4874
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4875
  Industry 60
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4876
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4877
    GetName():         Sadtown Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4878
    GetLocation():     55360
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4879
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4880
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4881
  Industry 61
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4882
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4883
    GetName():         Fraston Steel Mill
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4884
    GetLocation():     52953
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4885
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4886
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4887
  Industry 62
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4888
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4889
    GetName():         Chentfingbourne Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4890
    GetLocation():     24893
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4891
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4892
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4893
  Industry 63
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4894
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4895
    GetName():         Fort Frindston Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4896
    GetLocation():     20819
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4897
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4898
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4899
  Industry 64
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4900
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4901
    GetName():         Fudinghattan Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4902
    GetLocation():     46278
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4903
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4904
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4905
  Industry 65
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4906
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4907
    GetName():         Prundinghall Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4908
    GetLocation():     53096
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4909
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4910
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4911
  Industry 66
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4912
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4913
    GetName():         Kennville Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4914
    GetLocation():     14818
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4915
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4916
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4917
  Industry 67
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4918
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4919
    GetName():         Muningville Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4920
    GetLocation():     34375
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4921
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4922
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4923
  Industry 68
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4924
    IsValidIndustry(): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4925
    GetName():         Trenningville Factory
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4926
    GetLocation():     44181
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4927
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4928
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4929
  Industry 69
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4930
    IsValidIndustry(): false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  4931
    GetName():         (null : 0x00000000)
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  4932
    GetLocation():     -1
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4933
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4934
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4935
  Industry 70
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4936
    IsValidIndustry(): false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  4937
    GetName():         (null : 0x00000000)
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  4938
    GetLocation():     -1
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4939
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4940
    IsCargoAccepted(): false
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  4941
  Industry 71
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  4942
    IsValidIndustry(): false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  4943
    GetName():         (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  4944
    GetLocation():     -1
9717
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4945
    GetProduction():   -1
2c27f9be3fb9 (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
truelight
parents: 9716
diff changeset
  4946
    IsCargoAccepted(): false
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4947
  Valid Industries:    69
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4948
  GetIndustryCount():  69
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  4949
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4950
--IndustryList--
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4951
  Count():             69
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4952
  Location ListDump:
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4953
    42 => 60866
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4954
    9 => 60050
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4955
    59 => 59867
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4956
    46 => 59604
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4957
    50 => 57432
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4958
    19 => 57429
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4959
    5 => 55429
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4960
    60 => 55360
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4961
    10 => 54184
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4962
    65 => 53096
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4963
    61 => 52953
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4964
    45 => 52931
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4965
    15 => 51854
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4966
    12 => 51419
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4967
    11 => 48499
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4968
    53 => 48206
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4969
    25 => 48182
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4970
    40 => 47838
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4971
    64 => 46278
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4972
    1 => 45122
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4973
    3 => 44640
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4974
    68 => 44181
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4975
    31 => 44160
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4976
    23 => 43035
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4977
    2 => 41929
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4978
    57 => 41813
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4979
    43 => 41155
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4980
    36 => 36908
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4981
    48 => 36847
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4982
    34 => 36728
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4983
    67 => 34375
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4984
    37 => 34237
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4985
    26 => 33934
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4986
    21 => 29147
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4987
    30 => 29022
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4988
    49 => 28287
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4989
    22 => 27822
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4990
    7 => 27609
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4991
    39 => 25545
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4992
    62 => 24893
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4993
    47 => 24366
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4994
    54 => 24005
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4995
    56 => 23727
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4996
    27 => 23714
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4997
    18 => 23682
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4998
    51 => 23519
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  4999
    55 => 21107
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5000
    63 => 20819
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5001
    28 => 20170
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5002
    14 => 20001
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5003
    0 => 19695
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5004
    44 => 19529
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5005
    24 => 17943
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5006
    38 => 17742
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5007
    8 => 17318
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5008
    13 => 15950
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5009
    66 => 14818
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5010
    32 => 14701
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5011
    35 => 14361
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5012
    17 => 13947
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5013
    16 => 11734
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5014
    52 => 10773
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5015
    58 => 8852
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5016
    4 => 8793
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5017
    41 => 8763
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5018
    20 => 8562
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5019
    29 => 6685
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5020
    6 => 6533
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5021
    33 => 5659
9655
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5022
  DistanceManhattanToTile(30000) ListDump:
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5023
    59 => 287
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5024
    46 => 279
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5025
    42 => 266
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5026
    61 => 258
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5027
    12 => 254
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5028
    40 => 243
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5029
    66 => 238
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5030
    16 => 238
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5031
    45 => 236
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5032
    0 => 232
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5033
    48 => 217
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5034
    9 => 215
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5035
    10 => 214
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5036
    64 => 213
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5037
    51 => 201
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5038
    2 => 199
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5039
    28 => 193
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5040
    43 => 190
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5041
    5 => 184
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5042
    58 => 183
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5043
    15 => 179
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5044
    7 => 179
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5045
    6 => 177
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5046
    21 => 175
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5047
    54 => 173
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5048
    39 => 171
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5049
    8 => 168
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5050
    37 => 157
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5051
    68 => 156
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5052
    56 => 152
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5053
    20 => 150
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5054
    50 => 147
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5055
    65 => 146
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5056
    19 => 144
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5057
    27 => 139
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5058
    11 => 139
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5059
    17 => 138
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5060
    31 => 135
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5061
    22 => 135
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5062
    4 => 124
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5063
    32 => 121
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5064
    33 => 116
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5065
    60 => 115
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5066
    29 => 110
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5067
    26 => 109
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5068
    18 => 107
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5069
    3 => 105
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5070
    55 => 102
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5071
    52 => 102
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5072
    53 => 101
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5073
    34 => 98
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5074
    41 => 94
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5075
    49 => 86
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5076
    13 => 85
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5077
    35 => 84
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5078
    57 => 83
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5079
    38 => 78
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5080
    25 => 77
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5081
    1 => 77
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5082
    24 => 72
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5083
    23 => 72
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5084
    63 => 71
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5085
    44 => 66
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5086
    14 => 54
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5087
    30 => 50
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5088
    67 => 40
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5089
    62 => 33
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5090
    36 => 31
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5091
    47 => 24
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5092
  DistanceSquareToTile(30000) ListDump:
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5093
    59 => 42697
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5094
    46 => 40121
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5095
    0 => 38162
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5096
    48 => 37157
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5097
    61 => 36482
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5098
    12 => 36130
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5099
    42 => 35716
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5100
    66 => 35284
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5101
    40 => 35037
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5102
    16 => 32740
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5103
    51 => 31301
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5104
    45 => 29530
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5105
    21 => 29257
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5106
    7 => 28661
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5107
    64 => 26469
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5108
    2 => 25525
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5109
    28 => 25237
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5110
    39 => 23733
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5111
    43 => 23458
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5112
    9 => 23293
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5113
    10 => 23236
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5114
    54 => 22777
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5115
    37 => 20137
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5116
    5 => 17026
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5117
    58 => 16889
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5118
    56 => 16754
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5119
    8 => 16424
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5120
    15 => 16061
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5121
    22 => 15957
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5122
    6 => 15689
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5123
    27 => 13621
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5124
    68 => 13226
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5125
    50 => 13049
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5126
    19 => 12818
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5127
    20 => 11412
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5128
    65 => 11236
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5129
    60 => 10057
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5130
    11 => 9673
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5131
    17 => 9594
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5132
    33 => 9466
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5133
    31 => 9425
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5134
    26 => 9061
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5135
    29 => 8642
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5136
    4 => 8570
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5137
    18 => 7349
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5138
    32 => 7321
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5139
    41 => 7010
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5140
    52 => 6354
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5141
    49 => 6290
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5142
    53 => 5941
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5143
    34 => 5860
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5144
    55 => 5714
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5145
    3 => 5553
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5146
    25 => 5077
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5147
    35 => 4250
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5148
    13 => 3925
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5149
    1 => 3805
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5150
    57 => 3485
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5151
    38 => 3204
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5152
    23 => 3042
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5153
    24 => 2834
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5154
    63 => 2521
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5155
    44 => 2306
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5156
    30 => 2132
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5157
    14 => 1746
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5158
    67 => 818
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5159
    36 => 745
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5160
    62 => 569
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5161
    47 => 488
9710
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5162
  CargoAccepted(1) ListDump:
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5163
    31 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5164
    30 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5165
    29 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5166
    28 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5167
    27 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5168
    26 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5169
    25 => 1
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5170
    68 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5171
    67 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5172
    66 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5173
    65 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5174
    64 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5175
    63 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5176
    62 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5177
    61 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5178
    60 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5179
    59 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5180
    58 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5181
    57 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5182
    56 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5183
    55 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5184
    54 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5185
    53 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5186
    52 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5187
    51 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5188
    50 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5189
    49 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5190
    48 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5191
    47 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5192
    46 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5193
    45 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5194
    44 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5195
    43 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5196
    42 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5197
    41 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5198
    40 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5199
    39 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5200
    38 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5201
    37 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5202
    36 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5203
    35 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5204
    34 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5205
    33 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5206
    32 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5207
    24 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5208
    23 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5209
    22 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5210
    21 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5211
    20 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5212
    19 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5213
    18 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5214
    17 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5215
    16 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5216
    15 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5217
    14 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5218
    13 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5219
    12 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5220
    11 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5221
    10 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5222
    9 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5223
    8 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5224
    7 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5225
    6 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5226
    5 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5227
    4 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5228
    3 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5229
    2 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5230
    1 => 0
ba44f8c1fd52 (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)
truelight
parents: 9709
diff changeset
  5231
    0 => 0
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5232
  KeepAboveValue(50): done
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5233
  Count():             10
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5234
  Production ListDump:
9799
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5235
    17 => 160
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5236
    22 => 152
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5237
    15 => 144
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5238
    20 => 136
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5239
    18 => 136
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5240
    19 => 112
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5241
    16 => 112
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5242
    21 => 104
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5243
    23 => 96
4f217587c047 (svn r12305) [NoAI] -Fix r12302: forgot to update the regression (again and again)
truebrain
parents: 9796
diff changeset
  5244
    24 => 72
9776
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5245
--IndustryList_CargoAccepting--
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5246
  Count():             7
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5247
  Location ListDump:
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5248
    25 => 48182
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5249
    31 => 44160
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5250
    26 => 33934
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5251
    30 => 29022
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5252
    27 => 23714
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5253
    28 => 20170
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5254
    29 => 6685
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5255
--IndustryList_CargoProducing--
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5256
  Count():             10
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5257
  Location ListDump:
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5258
    19 => 57429
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5259
    15 => 51854
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5260
    23 => 43035
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5261
    21 => 29147
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5262
    22 => 27822
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5263
    18 => 23682
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5264
    24 => 17943
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5265
    17 => 13947
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5266
    16 => 11734
ee9923d46fba (svn r12270) [NoAI] -Add: added AIIndustryList_CargoAccepting and AIIndustryList_CargoProducing, which gives you Industry Lists with from where to where you can move cargo
truebrain
parents: 9774
diff changeset
  5267
    20 => 8562
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  5268
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5269
--Map--
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5270
  GetMapSize():     65536
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5271
  GetMapSizeX():    256
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5272
  GetMapSizeY():    256
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5273
  GetTileX(123):    123
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5274
  GetTileY(123):    0
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  5275
  GetTileIndex():   123
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  5276
  GetTileIndex():   31488
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  5277
  GetTileIndex():   0
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  5278
  GetTileIndex():   -257
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  5279
  GetTileIndex():   2570000
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5280
  IsValidTile(123): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5281
  GetTileX(124):    124
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5282
  GetTileY(124):    0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5283
  IsValidTile(124): true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5284
  IsValidTile(0):   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5285
  IsValidTile(-1):  false
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5286
  IsValidTile():    false
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5287
  IsValidTile():    true
9492
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5288
  DemolishTile():   false
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5289
  DemolishTile():   true
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5290
  Distance
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5291
    DistanceManhattan(): 54
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5292
    DistanceMax():       39
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5293
    DistanceSquare():    1746
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  5294
    DistanceFromEdge():  16
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5295
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5296
--AIMarine--
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5297
  IsWaterDepotTile():   false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5298
  IsDockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5299
  IsBuoyTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5300
  IsLockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5301
  IsCanalTile():        false
9808
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
  5302
  GetBankBalance():     282086
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5303
  BuildWaterDepot():    true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5304
  BuildDock():          true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5305
  BuildBuoy():          true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5306
  BuildLock():          true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5307
  BuildCanal():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5308
  IsWaterDepotTile():   true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5309
  IsDockTile():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5310
  IsBuoyTile():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5311
  IsLockTile():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5312
  IsCanalTile():        true
9808
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
  5313
  GetBankBalance():     252537
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5314
  RemoveWaterDepot():   true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5315
  RemoveDock():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5316
  RemoveBuoy():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5317
  RemoveLock():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5318
  RemoveCanal():        true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5319
  IsWaterDepotTile():   false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5320
  IsDockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5321
  IsBuoyTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5322
  IsLockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5323
  IsCanalTile():        false
9808
0b40f556e051 (svn r12318) [NoAI] -Add: added AICompany::(Build|Get)CompanyHQ (college of Morloth)
truebrain
parents: 9807
diff changeset
  5324
  GetBankBalance():     229892
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5325
  BuildWaterDepot():    true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5326
  BuildDock():          true
9579
632263c0cf5a (svn r9603) [NoAI] -Add: added AIList(), a simple list in which you can add item/value pairs. You can sort them, walk them, and valuate them
truelight
parents: 9575
diff changeset
  5327
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5328
--Road--
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5329
  Road
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5330
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5331
    BuildRoad():                   false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5332
    BuildRoad():                   false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5333
    BuildRoad():                   true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5334
    AreRoadTilesConnected():       true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5335
    IsRoadTile():                  true
9618
a370e3f3bd70 (svn r9787) [NoAI] -Fix r9786: and again, forgot to update regression.txt..... (tnx glx)
truelight
parents: 9617
diff changeset
  5336
    GetNeighbourRoadCount():       2
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5337
    RemoveRoad():                  true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5338
    RemoveRoad():                  true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5339
    RemoveRoad():                  true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5340
  Depot
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5341
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5342
    BuildRoadDepot():              false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5343
    BuildRoadDepot():              false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5344
    BuildRoadDepot():              true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5345
    BuildRoadDepot():              false
9844
738b8f69675f (svn r12510) [NoAI] -Add: added AIError, which allows you to catch errors triggered by commands (Morloth)
truebrain
parents: 9831
diff changeset
  5346
    GetLastError():                260
738b8f69675f (svn r12510) [NoAI] -Add: added AIError, which allows you to catch errors triggered by commands (Morloth)
truebrain
parents: 9831
diff changeset
  5347
    GetLastErrorString():          ERR_AREA_NOT_CLEAR
738b8f69675f (svn r12510) [NoAI] -Add: added AIError, which allows you to catch errors triggered by commands (Morloth)
truebrain
parents: 9831
diff changeset
  5348
    GetErrorCategory():            1
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5349
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5350
    GetRoadDepotFrontTile():       33412
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5351
    IsRoadDepotTile():             true
9769
015b6674c8ad (svn r12259) [NoAI] -Fix: depots were considered buildable (tnx Progman)
truebrain
parents: 9767
diff changeset
  5352
    IsBuildable():                 false
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5353
    RemoveRoadDepot():             true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5354
    RemoveRoadDepot():             false
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5355
  Station
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5356
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5357
    BuildRoadStation():            false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5358
    BuildRoadStation():            false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5359
    BuildRoadStation():            true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5360
    BuildRoadStation():            false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5361
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5362
    GetDriveThroughBackTile():     -1
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5363
    GetRoadStationFrontTile():     33412
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5364
    IsRoadStationTile():           true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5365
    IsDriveThroughRoadStationTile: false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5366
    RemoveRoadStation():           true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5367
    RemoveRoadStation():           false
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5368
  Station Types
9634
e359d82f0652 (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped
truelight
parents: 9630
diff changeset
  5369
    BuildRoadStation(bus):         true
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  5370
    BuildRoadStation(truck):       true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5371
    BuildRoadStation(truck):       true
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5372
    BuildRoadStation(bus):         true
9634
e359d82f0652 (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped
truelight
parents: 9630
diff changeset
  5373
    BuildRoadStation(truck):       true
e359d82f0652 (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped
truelight
parents: 9630
diff changeset
  5374
    BuildRoadStation(bus-drive):   true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5375
    BuildRoadStation(truck-drive): true
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5376
    BuildRoadStation(bus-drive):   true
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5377
    BuildRoadStation(truck-drive): true
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  5378
    BuildRoadDepot():              true
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5379
    GetRoadStationFrontTile():     33411
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5380
    GetRoadStationFrontTile():     33924
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5381
    IsDriveThroughRoadStationTile: true
9769
015b6674c8ad (svn r12259) [NoAI] -Fix: depots were considered buildable (tnx Progman)
truebrain
parents: 9767
diff changeset
  5382
    IsBuildable():                 false
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5383
    GetDriveThroughBackTile():     33416
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5384
    GetRoadStationFrontTile():     33414
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  5385
    IsRoadTile():                  true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  5386
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5387
--Sign--
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5388
  BuildSign(33410, 'Some Sign'):       0
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5389
  BuildSign(33409, 'Some other Sign'): 1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5390
  RemoveSign(1):                       true
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5391
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5392
  GetMaxSignID():    3
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5393
  GetSignCount():    1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5394
  Sign -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5395
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5396
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5397
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5398
  Sign 0
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5399
    IsValidSign():   true
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5400
    GetText():       Some Sign
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5401
    GetLocation():   33410
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5402
  Sign 1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5403
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5404
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5405
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5406
  Sign 2
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5407
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5408
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5409
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5410
  Sign 3
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5411
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5412
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5413
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5414
  Valid Signs:       1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5415
  GetSignCount():    1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  5416
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5417
--Station--
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5418
  IsValidStation(0):        true
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5419
  IsValidStation(1000):     false
9697
a6a9379988f6 (svn r10938) [NoAI] -Fix r10937: regression update
truelight
parents: 9694
diff changeset
  5420
  GetName(0):               Benville Airport
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5421
  GetLocation(1):           29253
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5422
  GetLocation(1000):        -1
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5423
  GetStationID(33411):      3
9666
5765eb70736d (svn r10580) [NoAI] -Add: added GetStationID to get the StationID based on a tile
truelight
parents: 9665
diff changeset
  5424
  GetStationID(34411):      65535
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5425
  GetCargoWaiting(0, 0):    0
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5426
  GetCargoWaiting(1000, 0): -1
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5427
  GetCargoWaiting(0, 1000): -1
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
  5428
  GetCoverageRadius(bus):   3
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
  5429
  GetCoverageRadius(truck): 3
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
  5430
  GetCoverageRadius(train): 4
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5431
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5432
--StationList--
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5433
  Count():             2
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5434
  Location ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5435
    4 => 33421
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5436
    3 => 33411
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5437
  CargoWaiting(0) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5438
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5439
    3 => 0
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5440
  CargoWaiting(1) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5441
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  5442
    3 => 0
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  5443
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  5444
--TileList--
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  5445
  Count():             0
10191
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5446
  Count():             9
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5447
  Slope():             done
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5448
  Count():             9
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5449
  ListDump:
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5450
    27631 => 29
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5451
    27631 => 255
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5452
    27631 => true
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5453
    27631 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5454
    27888 => 13
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5455
    27888 => 2
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5456
    27888 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5457
    27888 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5458
    27376 => 12
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5459
    27376 => 3
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5460
    27376 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5461
    27376 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5462
    27375 => 12
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5463
    27375 => 3
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5464
    27375 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5465
    27375 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5466
    27889 => 9
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5467
    27889 => 6
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5468
    27889 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5469
    27889 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5470
    27887 => 8
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5471
    27887 => 7
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5472
    27887 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5473
    27887 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5474
    27632 => 8
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5475
    27632 => 7
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5476
    27632 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5477
    27632 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5478
    27633 => 0
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5479
    27633 => 15
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5480
    27633 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5481
    27633 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5482
    27377 => 0
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5483
    27377 => 15
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5484
    27377 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5485
    27377 => false
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5486
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5487
--TileList--
da75d1460a4b (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()
truebrain
parents: 10187
diff changeset
  5488
  Count():             0
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  5489
  Count():             45
9700
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5490
  Height():            done
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5491
  Count():             45
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5492
  ListDump:
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5493
    42411 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5494
    42410 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5495
    42409 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5496
    42408 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5497
    42407 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5498
    42154 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5499
    42153 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5500
    42152 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5501
    42151 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5502
    41898 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5503
    41897 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5504
    41896 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5505
    41895 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5506
    41642 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5507
    41641 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5508
    41640 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5509
    41639 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5510
    41386 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5511
    41385 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5512
    41384 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5513
    41383 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5514
    42415 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5515
    42414 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5516
    42413 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5517
    42412 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5518
    42159 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5519
    42158 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5520
    42157 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5521
    42156 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5522
    42155 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5523
    41903 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5524
    41902 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5525
    41901 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5526
    41900 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5527
    41899 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5528
    41647 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5529
    41646 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5530
    41645 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5531
    41644 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5532
    41643 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5533
    41391 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5534
    41390 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5535
    41389 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5536
    41388 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  5537
    41387 => 1
9613
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5538
  Slope():             done
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5539
  KeepValue(0):        done
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5540
  Count():             38
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5541
  ListDump:
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5542
    42415 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5543
    42414 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5544
    42413 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5545
    42410 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5546
    42409 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5547
    42408 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5548
    42407 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5549
    42159 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5550
    42158 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5551
    42157 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5552
    42156 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5553
    42153 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5554
    42152 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5555
    42151 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5556
    41903 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5557
    41902 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5558
    41901 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5559
    41900 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5560
    41899 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5561
    41897 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5562
    41896 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5563
    41895 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5564
    41647 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5565
    41646 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5566
    41645 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5567
    41644 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5568
    41643 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5569
    41641 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5570
    41640 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5571
    41639 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5572
    41391 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5573
    41390 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5574
    41389 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5575
    41388 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5576
    41387 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5577
    41385 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5578
    41384 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5579
    41383 => 0
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  5580
  Buildable():         done
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5581
  KeepValue(1):        done
9613
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5582
  Count():             33
9657
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5583
  BuildableRectangle(3, 3) ListDump:
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5584
    42415 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5585
    42414 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5586
    42413 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5587
    42410 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5588
    42409 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5589
    42159 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5590
    42158 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5591
    42157 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5592
    42156 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5593
    42153 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5594
    41903 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5595
    41902 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5596
    41901 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5597
    41900 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5598
    41899 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5599
    41897 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5600
    41647 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5601
    41646 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5602
    41645 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5603
    41644 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5604
    41643 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5605
    41641 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5606
    41391 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5607
    41390 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5608
    41389 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5609
    41388 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5610
    41387 => 1
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5611
    42408 => 0
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5612
    42407 => 0
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5613
    42151 => 0
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5614
    41895 => 0
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5615
    41639 => 0
f2c6e332d8bc (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile
truelight
parents: 9655
diff changeset
  5616
    41383 => 0
9655
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5617
  DistanceManhattanToTile(30000) ListDump:
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5618
    42415 => 175
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5619
    42414 => 174
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5620
    42159 => 174
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5621
    42413 => 173
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5622
    42158 => 173
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5623
    41903 => 173
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5624
    42157 => 172
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5625
    41902 => 172
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5626
    41647 => 172
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5627
    42156 => 171
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5628
    41901 => 171
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5629
    41646 => 171
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5630
    41391 => 171
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5631
    42410 => 170
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5632
    41900 => 170
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5633
    41645 => 170
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5634
    41390 => 170
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5635
    42409 => 169
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5636
    41899 => 169
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5637
    41644 => 169
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5638
    41389 => 169
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5639
    42408 => 168
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5640
    42153 => 168
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5641
    41643 => 168
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5642
    41388 => 168
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5643
    42407 => 167
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5644
    41897 => 167
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5645
    41387 => 167
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5646
    42151 => 166
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5647
    41641 => 166
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5648
    41895 => 165
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5649
    41639 => 164
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5650
    41383 => 163
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5651
  DistanceSquareToTile(30000) ListDump:
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5652
    42415 => 18433
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5653
    42159 => 18338
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5654
    41903 => 18245
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5655
    42414 => 18180
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5656
    41647 => 18154
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5657
    42158 => 18085
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5658
    41391 => 18065
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5659
    41902 => 17992
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5660
    42413 => 17929
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5661
    41646 => 17901
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5662
    42157 => 17834
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5663
    41390 => 17812
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5664
    41901 => 17741
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5665
    41645 => 17650
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5666
    42156 => 17585
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5667
    41389 => 17561
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5668
    41900 => 17492
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5669
    41644 => 17401
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5670
    41388 => 17312
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5671
    41899 => 17245
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5672
    42410 => 17188
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5673
    41643 => 17154
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5674
    41387 => 17065
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5675
    42409 => 16945
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5676
    42153 => 16850
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5677
    41897 => 16757
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5678
    42408 => 16704
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5679
    41641 => 16666
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5680
    42407 => 16465
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5681
    42151 => 16370
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5682
    41895 => 16277
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5683
    41639 => 16186
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  5684
    41383 => 16097
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5685
  CargoAcceptance():   done
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5686
  KeepAboveValue(10):  done
9613
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  5687
  Count():             14
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5688
  ListDump:
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5689
    41895 => 43
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5690
    41897 => 41
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5691
    41383 => 40
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5692
    41639 => 37
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5693
    42151 => 35
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5694
    41641 => 35
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5695
    42153 => 33
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5696
    41899 => 29
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5697
    41387 => 29
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5698
    41643 => 26
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5699
    42407 => 24
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5700
    42409 => 22
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5701
    42408 => 22
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5702
    42410 => 13
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  5703
  RoadTile():          done
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5704
  KeepValue(1):        done
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  5705
  Count():             7
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5706
  ListDump:
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5707
    42409 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5708
    42408 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5709
    42407 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5710
    42151 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5711
    41895 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5712
    41639 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5713
    41383 => 1
9618
a370e3f3bd70 (svn r9787) [NoAI] -Fix r9786: and again, forgot to update regression.txt..... (tnx glx)
truelight
parents: 9617
diff changeset
  5714
  NeighbourRoadCount():done
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  5715
  KeepValue(1):        done
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  5716
  Count():             1
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  5717
  ListDump:
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  5718
    42409 => 1
9698
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5719
  Water():             done
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5720
  Count():             46
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5721
  ListDump:
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5722
    54941 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5723
    54940 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5724
    54939 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5725
    54938 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5726
    54937 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5727
    54936 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5728
    54935 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5729
    54934 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5730
    54933 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5731
    54685 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5732
    54684 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5733
    54683 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5734
    54682 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5735
    54681 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5736
    54680 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5737
    54679 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5738
    54678 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5739
    54677 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5740
    54429 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5741
    54428 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5742
    54427 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5743
    54426 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5744
    54425 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5745
    54424 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5746
    54423 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5747
    54422 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5748
    54421 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5749
    54173 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5750
    54172 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5751
    54171 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5752
    54170 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5753
    54169 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5754
    54168 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5755
    54167 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5756
    54166 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5757
    54165 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5758
    53917 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5759
    53916 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5760
    53915 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5761
    53914 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5762
    53913 => 1
9724
b39bc69bb2f2 (svn r12051) [NoAI] -Sync: with trunk (r11795:12050).
rubidium
parents: 9718
diff changeset
  5763
    53912 => 1
9698
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5764
    53911 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5765
    53910 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5766
    53909 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  5767
    42409 => 0
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  5768
9759
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5769
--TileList_IndustryAccepting--
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5770
  Count():             47
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5771
  Location ListDump:
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5772
    21234 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5773
    21233 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5774
    21232 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5775
    21231 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5776
    21230 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5777
    21229 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5778
    20978 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5779
    20977 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5780
    20976 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5781
    20975 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5782
    20974 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5783
    20973 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5784
    20722 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5785
    20718 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5786
    20717 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5787
    20466 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5788
    20462 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5789
    20461 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5790
    20210 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5791
    20206 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5792
    20205 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5793
    19954 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5794
    19950 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5795
    19949 => 16
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5796
    21490 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5797
    21489 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5798
    21488 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5799
    21487 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5800
    21486 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5801
    21485 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5802
    21484 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5803
    21235 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5804
    21228 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5805
    20979 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5806
    20972 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5807
    20723 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5808
    20716 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5809
    20467 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5810
    20460 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5811
    20211 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5812
    20204 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5813
    19955 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5814
    19948 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5815
    19699 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5816
    19698 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5817
    19694 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5818
    19693 => 8
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5819
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5820
--TileList_IndustryProducing--
9767
a937441fecf1 (svn r12256) [NoAI] -Fix: because of a 'bug' in OpenTTD, FindStationsAroundIndustryTile gave inconsitant results with GetProductionAroundTiles (first ignores station layout). Fixed with HACK, waiting for real solution in OpenTTD.
truebrain
parents: 9759
diff changeset
  5821
  Count():             90
9759
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5822
  Location ListDump:
9771
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5823
    46149 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5824
    46146 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5825
    45894 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5826
    45889 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5827
    45638 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5828
    45633 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5829
    45382 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5830
    45377 => 14
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5831
    45126 => 12
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5832
    45121 => 12
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5833
    44869 => 12
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5834
    44868 => 12
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5835
    44867 => 12
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5836
    44866 => 12
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5837
    46150 => 11
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5838
    46145 => 11
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5839
    46405 => 10
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5840
    46404 => 10
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5841
    46403 => 10
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5842
    46402 => 10
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5843
    45895 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5844
    45888 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5845
    45639 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5846
    45632 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5847
    45383 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5848
    45376 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5849
    44870 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5850
    44865 => 9
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5851
    46406 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5852
    46401 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5853
    45127 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5854
    45120 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5855
    44613 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5856
    44612 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5857
    44611 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5858
    44610 => 8
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5859
    46151 => 7
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5860
    46144 => 7
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5861
    46661 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5862
    46660 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5863
    46659 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5864
    46658 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5865
    44871 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5866
    44864 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5867
    44614 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5868
    44609 => 6
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5869
    46662 => 5
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5870
    46657 => 5
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5871
    46407 => 5
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5872
    46400 => 5
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5873
    45896 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5874
    45887 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5875
    45640 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5876
    45631 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5877
    45384 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5878
    45375 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5879
    45128 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5880
    45119 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5881
    44615 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5882
    44608 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5883
    44357 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5884
    44356 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5885
    44355 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5886
    44354 => 4
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5887
    46663 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5888
    46656 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5889
    46152 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5890
    46143 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5891
    44872 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5892
    44863 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5893
    44358 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5894
    44353 => 3
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5895
    46918 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5896
    46917 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5897
    46916 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5898
    46915 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5899
    46914 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5900
    46913 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5901
    46408 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5902
    46399 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5903
    44616 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5904
    44607 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5905
    44359 => 2
769496a7b02e (svn r12264) [NoAI] -Add: added AITileList_vCargoProduction (yorick)
truebrain
parents: 9769
diff changeset
  5906
    44352 => 2
9759
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5907
    46919 => 1
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5908
    46912 => 1
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5909
    46664 => 1
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5910
    46655 => 1
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5911
    44360 => 1
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5912
    44351 => 1
e6c07e89b89f (svn r12245) [NoAI] -Fix r12243: regression.txt wasn't updated (glx)
truebrain
parents: 9757
diff changeset
  5913
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5914
--Town--
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5915
  GetMaxTownID():    31
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5916
  GetTownCount():    28
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5917
  Town -1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5918
    IsValidTown():   false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  5919
    GetName():       (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  5920
    GetPopulation(): -1
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  5921
    GetLocation():   -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5922
  Town 0
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5923
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5924
    GetName():       Planfield
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5925
    GetPopulation(): 538
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5926
    GetLocation():   15508
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5927
  Town 1
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5928
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5929
    GetName():       Trenningville
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5930
    GetPopulation(): 236
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5931
    GetLocation():   46751
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5932
  Town 2
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5933
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5934
    GetName():       Tondston
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5935
    GetPopulation(): 253
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5936
    GetLocation():   28365
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5937
  Town 3
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5938
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5939
    GetName():       Tunford
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5940
    GetPopulation(): 206
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5941
    GetLocation():   41895
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5942
  Town 4
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5943
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5944
    GetName():       Wrundtown
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5945
    GetPopulation(): 414
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5946
    GetLocation():   41450
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5947
  Town 5
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5948
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5949
    GetName():       Fraston
9495
29284ad4ae39 (svn r9365) [NoAI] -Fix: fixed the regression.sav to load correct and adjust regression result according (with a big tnx to glx!)
truelight
parents: 9492
diff changeset
  5950
    GetPopulation(): 206
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5951
    GetLocation():   55007
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5952
  Town 6
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5953
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5954
    GetName():       Muningville
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5955
    GetPopulation(): 566
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5956
    GetLocation():   38200
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5957
  Town 7
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5958
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5959
    GetName():       Hutfingford
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5960
    GetPopulation(): 652
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5961
    GetLocation():   59234
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5962
  Town 8
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5963
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5964
    GetName():       Sadtown
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5965
    GetPopulation(): 292
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5966
    GetLocation():   51267
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5967
  Town 9
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5968
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5969
    GetName():       Frindinghattan
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5970
    GetPopulation(): 447
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5971
    GetLocation():   5825
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5972
  Town 10
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5973
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5974
    GetName():       Nuntfingburg
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5975
    GetPopulation(): 702
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5976
    GetLocation():   6446
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5977
  Town 11
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5978
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5979
    GetName():       Fort Frindston
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5980
    GetPopulation(): 156
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5981
    GetLocation():   14935
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5982
  Town 12
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5983
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5984
    GetName():       Ginborough
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5985
    GetPopulation(): 766
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5986
    GetLocation():   32740
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5987
  Town 13
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5988
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5989
    GetName():       Great Hinninghall
9495
29284ad4ae39 (svn r9365) [NoAI] -Fix: fixed the regression.sav to load correct and adjust regression result according (with a big tnx to glx!)
truelight
parents: 9492
diff changeset
  5990
    GetPopulation(): 276
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5991
    GetLocation():   9595
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5992
  Town 14
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5993
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5994
    GetName():       Prundinghall
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  5995
    GetPopulation(): 316
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5996
    GetLocation():   51298
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5997
  Town 15
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5998
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  5999
    GetName():       Benville
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6000
    GetPopulation(): 699
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6001
    GetLocation():   42338
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6002
  Town 16
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6003
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6004
    GetName():       Kennville
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6005
    GetPopulation(): 659
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6006
    GetLocation():   17345
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6007
  Town 17
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6008
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6009
    GetName():       Quartfingfield
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6010
    GetPopulation(): 185
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6011
    GetLocation():   24252
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6012
  Town 18
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6013
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6014
    GetName():       Netfingbridge
9495
29284ad4ae39 (svn r9365) [NoAI] -Fix: fixed the regression.sav to load correct and adjust regression result according (with a big tnx to glx!)
truelight
parents: 9492
diff changeset
  6015
    GetPopulation(): 267
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6016
    GetLocation():   10574
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6017
  Town 19
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6018
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6019
    GetName():       Mendingston
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6020
    GetPopulation(): 221
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6021
    GetLocation():   6511
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6022
  Town 20
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6023
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6024
    GetName():       Chentfingbourne
9495
29284ad4ae39 (svn r9365) [NoAI] -Fix: fixed the regression.sav to load correct and adjust regression result according (with a big tnx to glx!)
truelight
parents: 9492
diff changeset
  6025
    GetPopulation(): 425
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6026
    GetLocation():   22585
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6027
  Town 21
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6028
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6029
    GetName():       Franinghead
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6030
    GetPopulation(): 598
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6031
    GetLocation():   9634
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6032
  Town 22
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6033
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6034
    GetName():       Naborough
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6035
    GetPopulation(): 174
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6036
    GetLocation():   51891
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6037
  Town 23
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6038
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6039
    GetName():       Lardborough
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6040
    GetPopulation(): 657
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6041
    GetLocation():   59622
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6042
  Town 24
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6043
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6044
    GetName():       Little Fruford
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6045
    GetPopulation(): 624
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6046
    GetLocation():   19596
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6047
  Town 25
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6048
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6049
    GetName():       Grinnway
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6050
    GetPopulation(): 548
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6051
    GetLocation():   16433
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6052
  Town 26
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6053
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6054
    GetName():       Bedburg
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6055
    GetPopulation(): 336
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6056
    GetLocation():   39505
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6057
  Town 27
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6058
    IsValidTown():   true
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6059
    GetName():       Fudinghattan
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6060
    GetPopulation(): 382
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6061
    GetLocation():   45525
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6062
  Town 28
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6063
    IsValidTown():   false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  6064
    GetName():       (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  6065
    GetPopulation(): -1
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  6066
    GetLocation():   -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6067
  Town 29
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6068
    IsValidTown():   false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  6069
    GetName():       (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  6070
    GetPopulation(): -1
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  6071
    GetLocation():   -1
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6072
  Town 30
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6073
    IsValidTown():   false
9464
6c2cbcb79ff7 (svn r9296) [NoAI] -Fix: regression test now replaced 0x(nil) with 0x0000000 to make everything the same on all platforms
truelight
parents: 9461
diff changeset
  6074
    GetName():       (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  6075
    GetPopulation(): -1
9465
ccc1a559607b (svn r9297) [NoAI] -Fix: regression-test shows that 64bit systems gave other results for INVALID_TILE then 32bit system. Now they both act like the 32bit system.
truelight
parents: 9464
diff changeset
  6076
    GetLocation():   -1
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  6077
  Town 31
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  6078
    IsValidTown():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  6079
    GetName():       (null : 0x00000000)
10194
c9fdeb7450da (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
truebrain
parents: 10193
diff changeset
  6080
    GetPopulation(): -1
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  6081
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  6082
  Valid Towns:       28
9461
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
  6083
  GetTownCount():    28
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6084
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6085
--TownList--
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6086
  Count():             28
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6087
  Location ListDump:
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6088
    23 => 59622
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6089
    7 => 59234
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6090
    5 => 55007
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6091
    22 => 51891
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6092
    14 => 51298
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6093
    8 => 51267
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6094
    1 => 46751
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6095
    27 => 45525
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6096
    15 => 42338
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6097
    3 => 41895
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6098
    4 => 41450
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6099
    26 => 39505
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6100
    6 => 38200
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6101
    12 => 32740
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6102
    2 => 28365
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6103
    17 => 24252
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6104
    20 => 22585
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6105
    24 => 19596
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6106
    16 => 17345
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6107
    25 => 16433
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6108
    0 => 15508
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6109
    11 => 14935
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6110
    18 => 10574
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6111
    21 => 9634
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6112
    13 => 9595
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6113
    19 => 6511
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6114
    10 => 6446
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6115
    9 => 5825
9655
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6116
  DistanceManhattanToTile(30000) ListDump:
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6117
    23 => 297
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6118
    5 => 272
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6119
    9 => 240
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6120
    4 => 230
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6121
    27 => 225
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6122
    22 => 216
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6123
    16 => 195
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6124
    21 => 194
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6125
    12 => 190
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6126
    1 => 176
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6127
    3 => 165
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6128
    7 => 164
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6129
    2 => 164
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6130
    17 => 163
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6131
    0 => 157
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6132
    19 => 155
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6133
    13 => 155
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6134
    24 => 133
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6135
    14 => 133
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6136
    18 => 106
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6137
    8 => 102
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6138
    15 => 98
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6139
    11 => 98
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6140
    10 => 94
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6141
    26 => 70
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6142
    25 => 54
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6143
    6 => 40
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6144
    20 => 38
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6145
  DistanceSquareToTile(30000) ListDump:
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6146
    23 => 46349
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6147
    5 => 40034
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6148
    4 => 36532
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6149
    12 => 32500
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6150
    27 => 30825
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6151
    9 => 30050
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6152
    2 => 24698
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6153
    22 => 24386
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6154
    16 => 23525
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6155
    17 => 20129
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6156
    21 => 19396
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6157
    1 => 16546
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6158
    3 => 16277
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6159
    7 => 15496
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6160
    0 => 13249
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6161
    19 => 12433
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6162
    13 => 12025
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6163
    24 => 10145
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6164
    14 => 9389
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6165
    10 => 8468
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6166
    8 => 7250
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6167
    18 => 6676
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6168
    11 => 5002
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6169
    15 => 4804
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6170
    25 => 2810
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6171
    26 => 2458
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6172
    6 => 1088
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6173
    20 => 922
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6174
  KeepAboveValue(500): done
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6175
  Count():             11
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  6176
  Population ListDump:
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6177
    12 => 766
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6178
    10 => 702
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6179
    15 => 699
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6180
    16 => 659
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6181
    23 => 657
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6182
    7 => 652
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6183
    24 => 624
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6184
    21 => 598
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6185
    6 => 566
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6186
    25 => 548
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6187
    0 => 538
9794
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6188
  IsTunnelTile():       false
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6189
  RemoveTunnel():       false
9807
5b3be41b3ce6 (svn r12315) [NoAI] -Fix: AITunnel::GetOtherTunnelEnd() now also works to estimate where a non-existing tunnel would end (Morloth / glx)
truebrain
parents: 9806
diff changeset
  6190
  GetOtherTunnelEnd():  28026
9794
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6191
  BuildTunnel():        true
9807
5b3be41b3ce6 (svn r12315) [NoAI] -Fix: AITunnel::GetOtherTunnelEnd() now also works to estimate where a non-existing tunnel would end (Morloth / glx)
truebrain
parents: 9806
diff changeset
  6192
  GetOtherTunnelEnd():  28026
5b3be41b3ce6 (svn r12315) [NoAI] -Fix: AITunnel::GetOtherTunnelEnd() now also works to estimate where a non-existing tunnel would end (Morloth / glx)
truebrain
parents: 9806
diff changeset
  6193
  IsTunnelTile():       true
9794
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6194
  IsTunnelTile():       true
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6195
  RemoveTunnel():       true
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6196
  IsTunnelTile():       false
10088
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6197
  --Errors--
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6198
  BuildTunnel():        true
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6199
  BuildTunnel():        false
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6200
  GetLastErrorString(): ERR_TUNNEL_ANOTHER_TUNNEL_IN_THE_WAY
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6201
  RemoveTunnel():       true
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  6202
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6203
--Vehicle--
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6204
  IsValidVehicle(-1):   false
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6205
  IsValidVehicle(0):    false
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6206
  IsValidVehicle(11):   false
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6207
  ISValidVehicle(9999): false
9560
ff2dde050a4c (svn r9498) [NoAI] -Add: added regression for AITransactionMode()
truelight
parents: 9558
diff changeset
  6208
  BuildVehicle():       0
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6209
  IsValidVehicle(11):   false
9560
ff2dde050a4c (svn r9498) [NoAI] -Add: added regression for AITransactionMode()
truelight
parents: 9558
diff changeset
  6210
  --Transaction--
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6211
    GetCosts():         5945
9560
ff2dde050a4c (svn r9498) [NoAI] -Add: added regression for AITransactionMode()
truelight
parents: 9558
diff changeset
  6212
    Execute():          true
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6213
  IsValidVehicle(11):   true
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6214
  CloneVehicle():       12
9557
a3e1a25cf3d3 (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression
truelight
parents: 9555
diff changeset
  6215
  --Accounting--
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6216
    GetCosts():         11890
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6217
    Should be:          11890
9557
a3e1a25cf3d3 (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression
truelight
parents: 9555
diff changeset
  6218
    ResetCosts():       (null : 0x00000000)
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6219
  SellVehicle(12):      true
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6220
  IsInDepot():          true
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6221
  IsStoppedInDepot():   true
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6222
  StartStopVehicle():   true
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6223
  IsInDepot():          false
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6224
  IsStoppedInDepot():   false
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  6225
  SendVehicleToDepot(): true
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6226
  IsInDepot():          false
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6227
  IsStoppedInDepot():   false
9557
a3e1a25cf3d3 (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression
truelight
parents: 9555
diff changeset
  6228
  --Accounting--
9718
f82a4facea8b (svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight
parents: 9717
diff changeset
  6229
    GetCosts():         -5945
10088
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6230
    Should be:          -5945
9699
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  6231
  GetName():            Road Vehicle 1
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  6232
  SetName():            true
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  6233
  GetName():            MyVehicleName
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6234
  CloneVehicle():       12
9615
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  6235
  --VehicleData--
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  6236
    GetLocation():       33417
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  6237
    GetEngineType():     153
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  6238
    GetUnitNumber():     1
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
  6239
    GetAge():            1
9615
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  6240
    GetMaxAge():         5490
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
  6241
    GetAgeLeft():        5489
10187
d5a6eba5af45 (svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed
truebrain
parents: 10088
diff changeset
  6242
    GetCurrentSpeed():   4
9733
49e424cd4edd (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
truebrain
parents: 9724
diff changeset
  6243
    GetRunningCost():    421
10088
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6244
    GetProfitThisYear(): 0
9615
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  6245
    GetProfitLastYear(): 0
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  6246
    GetVehicleType():    1
10193
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6247
    GetCapacity():       12
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6248
    GetCargoLoad():      0
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6249
    IsInDepot():         false
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6250
    IsStoppedInDepot():  false
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6251
  BuildVehicle():       13
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6252
  IsValidVehicle(13):   true
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6253
  IsInDepot(13):        true
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6254
  IsStoppedInDepot(13): true
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6255
  IsValidVehicle(14):   false
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6256
  IsInDepot(14):        false
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6257
  IsStoppedInDepot(14): false
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6258
  BuildVehicle():       15
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6259
  IsValidVehicle(15):   true
9709
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6260
  IsInDepot(15):        true
196a08fbfeb6 (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral)
truelight
parents: 9704
diff changeset
  6261
  IsStoppedInDepot(15): true
9874
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6262
  --Errors--
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6263
    RefitVehicle():        false
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6264
    GetLastErrorString():  ERR_VEHICLE_NOT_IN_DEPOT
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6265
    SellVehicle():         false
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6266
    GetLastErrorString():  ERR_VEHICLE_NOT_IN_DEPOT
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6267
    SendVehicleToDepot():  false
4ecef0dadf01 (svn r12607) [NoAI] -Add: SetLastError support for AIVehicle (Morloth)
truebrain
parents: 9869
diff changeset
  6268
    GetLastErrorString():  ERR_UNKNOWN
9546
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6269
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6270
--VehicleList--
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6271
  Count():             4
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6272
  Location ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6273
    12 => 33417
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6274
    11 => 33417
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6275
    13 => 32119
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6276
    15 => 28479
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6277
  EngineType ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6278
    13 => 219
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6279
    15 => 204
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6280
    12 => 153
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6281
    11 => 153
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6282
  UnitNumber ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6283
    12 => 2
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6284
    15 => 1
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6285
    13 => 1
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6286
    11 => 1
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6287
  Age ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6288
    11 => 1
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
  6289
    15 => 0
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
  6290
    13 => 0
9794
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6291
    12 => 0
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6292
  MaxAge ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6293
    15 => 10980
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6294
    13 => 10980
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6295
    12 => 5490
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6296
    11 => 5490
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6297
  AgeLeft ListDump:
9793
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
  6298
    15 => 10980
c5fb53240401 (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
truebrain
parents: 9792
diff changeset
  6299
    13 => 10980
9794
5d866d7cb991 (svn r12298) [NoAI] -Add: added AITunnel (Morloth)
truebrain
parents: 9793
diff changeset
  6300
    12 => 5490
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6301
    11 => 5489
10187
d5a6eba5af45 (svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed
truebrain
parents: 10088
diff changeset
  6302
  CurrentSpeed ListDump:
d5a6eba5af45 (svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed
truebrain
parents: 10088
diff changeset
  6303
    11 => 7
d5a6eba5af45 (svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed
truebrain
parents: 10088
diff changeset
  6304
    15 => 0
d5a6eba5af45 (svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed
truebrain
parents: 10088
diff changeset
  6305
    13 => 0
d5a6eba5af45 (svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed
truebrain
parents: 10088
diff changeset
  6306
    12 => 0
9806
d65cc2bcb0de (svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
truebrain
parents: 9804
diff changeset
  6307
  RunningCost ListDump:
d65cc2bcb0de (svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
truebrain
parents: 9804
diff changeset
  6308
    13 => 2756
d65cc2bcb0de (svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
truebrain
parents: 9804
diff changeset
  6309
    15 => 2296
d65cc2bcb0de (svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
truebrain
parents: 9804
diff changeset
  6310
    12 => 421
d65cc2bcb0de (svn r12312) [NoAI] -Fix: AIVehicle_vRunningCost didn't exist
truebrain
parents: 9804
diff changeset
  6311
    11 => 421
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6312
  ProfitThisYear ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6313
    15 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6314
    13 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6315
    12 => 0
10088
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6316
    11 => 0
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6317
  ProfitLastYear ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6318
    15 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6319
    13 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6320
    12 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6321
    11 => 0
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  6322
  VehicleType ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6323
    13 => 3
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6324
    15 => 2
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6325
    12 => 1
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6326
    11 => 1
10193
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6327
  VehicleType ListDump:
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6328
    12 => 12
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6329
    11 => 12
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6330
    15 => 0
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6331
    13 => 0
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6332
  VehicleType ListDump:
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6333
    15 => 0
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6334
    13 => 0
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6335
    12 => 0
9f73edc0c57a (svn r12724) [NoAI] -Fix r12720: also add regression test for new functions
truebrain
parents: 10191
diff changeset
  6336
    11 => 0
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  6337
9546
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6338
--Order--
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6339
  GetNumberOfOrders():   0
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6340
  GetOrderDestination(): -1
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6341
  AreOrderFlagsValid():  true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6342
  IsValidVehicleOrder(): false
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6343
  GetOrderFlags():       65535
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6344
  AppendOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6345
  InsertOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6346
  GetNumberOfOrders():   2
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6347
  IsValidVehicleOrder(): true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6348
  RemoveOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6349
  ChangeOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6350
  GetOrderDestination(): 33411
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6351
  CopyOrders():          false
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6352
  CopyOrders():          true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6353
  ShareOrders():         false
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6354
  ShareOrders():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  6355
  UnshareOrders():       true
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6356
  AppendOrder():         true
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6357
9746
e4ab7ea8d897 (svn r12226) [NoAI] -Fix: remove the dep for AIStationList_Vehicle on AIStationList, as Squirrel doesn't like it
truebrain
parents: 9734
diff changeset
  6358
--StationList_Vehicle--
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6359
  Count():             2
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6360
  Location ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6361
    4 => 33421
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6362
    3 => 33411
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6363
  CargoWaiting(0) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6364
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6365
    3 => 0
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6366
  CargoWaiting(1) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6367
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6368
    3 => 0
9648
760b7b504e37 (svn r10543) [NoAI] -Add: added AIStationListCargoRating as valuator for a station list
truelight
parents: 9647
diff changeset
  6369
  CargoRating(1) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6370
    4 => 69
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6371
    3 => 69
9655
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6372
  DistanceManhattanToTile(30000) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6373
    4 => 106
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6374
    3 => 96
9655
e8e43f333832 (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify
truelight
parents: 9654
diff changeset
  6375
  DistanceSquareToTile(30000) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6376
    4 => 8818
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  6377
    3 => 7058
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6378
9746
e4ab7ea8d897 (svn r12226) [NoAI] -Fix: remove the dep for AIStationList_Vehicle on AIStationList, as Squirrel doesn't like it
truebrain
parents: 9734
diff changeset
  6379
--VehicleList_Station--
9647
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6380
  Count():             1
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  6381
  Location ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  6382
    11 => 33417
9823
0b7f816cf46f (svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries
truebrain
parents: 9814
diff changeset
  6383
  GetNextEvent:          instance
0b7f816cf46f (svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries
truebrain
parents: 9814
diff changeset
  6384
    GetEventType:        3
10086
6497ef78f031 (svn r12610) [NoAI] -Fix: a subsidiary is a 'subcompany' and not the financial bonus for routes which is called a subsidy.
rubidium
parents: 9874
diff changeset
  6385
      EventName:         SubsidyOffer
9823
0b7f816cf46f (svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries
truebrain
parents: 9814
diff changeset
  6386
      CargoID:           0
10088
922c6e6a8d3e (svn r12612) [NoAI] -Add: support for GetLastError for AITunnel. Patch by Morloth.
rubidium
parents: 10086
diff changeset
  6387
      GetFromTownID:     6
10279
e5856e86c692 (svn r12811) [NoAI] -Fix (r12431): passengers subsidies are from towns to towns, not to industries
glx
parents: 10194
diff changeset
  6388
      GetToTownID:       15
9869
6404afe43575 (svn r12597) [NoAI] -Sync: with trunk r12501:12596.
rubidium
parents: 9867
diff changeset
  6389
      GetFromIndustryID: 65535
10279
e5856e86c692 (svn r12811) [NoAI] -Fix (r12431): passengers subsidies are from towns to towns, not to industries
glx
parents: 10194
diff changeset
  6390
      GetToIndustryID:   65535
9823
0b7f816cf46f (svn r12431) [NoAI] -Add: added AIEventSubsidiaryOffer, which keeps you informed about new Subsidiaries
truebrain
parents: 9814
diff changeset
  6391
  IsEventWaiting:        false
9851
a5f5a7cf2b61 (svn r12519) [NoAI] -Add: added AILog with Info(), Warning(), and Error()
truebrain
parents: 9844
diff changeset
  6392
ERROR: We've got a suicidal AI for player 1