bin/ai/regression/regression.txt
author glx
Sat, 06 Oct 2007 22:30:24 +0000
branchnoai
changeset 9704 197cb8c6ae17
parent 9700 e442ce398e83
child 9709 196a08fbfeb6
permissions -rw-r--r--
(svn r11221) [NoAI] -Sync: with trunk r11145:11220
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--
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    12
  Rand():       -1692638405
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    13
  Rand():       -1170386787
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    14
  Rand():       190814891
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
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    23
  RandRange(2): 0
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    24
  RandRange(9): 4
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    25
  RandRange(9): 6
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
    26
  RandRange(9): 2
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
9477
88702aca1bb5 (svn r9325) [NoAI] -Update r9323: because of trunk changes, regression-test output changed
truelight
parents: 9472
diff changeset
    29
  Chance(1, 2): 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
    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
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   139
  Randomize ListDump:
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   140
    1 => 581150761
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   141
    2 => 780195416
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   142
    1000 => -1005781929
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   143
    1001 => -304338569
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   144
    1002 => -1743669342
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   145
    1003 => 2052174274
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   146
    1004 => -239846598
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   147
    1005 => -519154508
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   148
    1006 => 1384592592
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   149
    1007 => 92537681
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   150
    1008 => -783011799
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   151
    1009 => 1020927039
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   152
    1010 => -762645416
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   153
    1011 => 1654042603
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   154
    1012 => 210165652
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   155
    1013 => -1851586478
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   156
    1014 => 208319733
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   157
    1015 => -1211393332
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   158
    1016 => 2052272773
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   159
    1017 => -1489194376
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   160
    1018 => -438907823
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   161
    1019 => 130289291
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   162
    1020 => -1283324111
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   163
    1021 => -259554489
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   164
    1022 => 1143992540
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   165
    1023 => -1301766703
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   166
    1024 => 2067670203
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   167
    1025 => 1726364654
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   168
    1026 => 939556491
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   169
    1027 => -1134709978
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   170
    1028 => -110608336
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   171
    1029 => 1339284138
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   172
    1030 => -472993361
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   173
    1031 => 958802835
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   174
    1032 => 761440845
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   175
    1033 => -1469223188
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   176
    1034 => -721599317
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   177
    1035 => 434887418
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   178
    1036 => -820146882
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   179
    1037 => 274760994
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   180
    1038 => -522727528
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   181
    1039 => -669489971
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   182
    1040 => 1377115572
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   183
    1041 => 516401345
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   184
    1042 => 295153940
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   185
    1043 => -1055199725
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   186
    1044 => -1143220467
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   187
    1045 => -686775621
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   188
    1046 => 867901084
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   189
    1047 => 1693214681
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   190
    1048 => -1112224853
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   191
    1049 => 659718584
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   192
    1051 => -1132568097
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   193
    1052 => -1370768491
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   194
    1053 => -1233695197
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   195
    1054 => 824602143
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   196
    1055 => 1213169381
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   197
    1056 => 1616397171
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   198
    1057 => -1494293955
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   199
    1058 => 168525123
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   200
    1059 => 985183216
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   201
    1060 => 163496891
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   202
    1061 => -1920407820
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   203
    1062 => 512739738
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   204
    1063 => 1098365126
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   205
    1064 => 1522198446
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   206
    1065 => 152025258
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   207
    1066 => -1654530986
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   208
    1067 => 1386785618
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   209
    1068 => -49512268
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   210
    1069 => 1214031860
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   211
    1070 => 458782250
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   212
    1071 => -1641082778
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   213
    1072 => -1284412562
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   214
    1073 => 1507095104
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   215
    1074 => -1103314033
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   216
    1075 => -837829736
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   217
    1076 => 1245363646
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   218
    1077 => -1003369287
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   219
    1078 => -729296780
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   220
    1079 => -2042801701
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   221
    1080 => 690945725
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   222
    1081 => 844366079
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   223
    1082 => 1659029417
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   224
    1083 => 585818047
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   225
    1084 => -1199106717
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   226
    1085 => 680742150
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   227
    1086 => 264108503
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   228
    1087 => -301161571
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   229
    1088 => -132905463
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   230
    1089 => 1892881479
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   231
    1090 => -1903322021
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   232
    1091 => 1017533996
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   233
    1092 => -976386914
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   234
    1093 => -90625762
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   235
    1094 => -1290852461
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   236
    1095 => -1953934605
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   237
    1096 => 112304592
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   238
    1097 => 1238896913
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   239
    1098 => 1436365455
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   240
    1099 => 825503137
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   241
  KeepTop(10):
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   242
    1 => 581150761
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   243
    2 => 780195416
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   244
    1000 => -1005781929
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   245
    1001 => -304338569
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   246
    1002 => -1743669342
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   247
    1003 => 2052174274
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   248
    1004 => -239846598
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   249
    1005 => -519154508
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   250
    1006 => 1384592592
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   251
    1007 => 92537681
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   252
  KeepBottom(8):
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   253
    1000 => -1005781929
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   254
    1001 => -304338569
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   255
    1002 => -1743669342
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   256
    1003 => 2052174274
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   257
    1004 => -239846598
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   258
    1005 => -519154508
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   259
    1006 => 1384592592
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   260
    1007 => 92537681
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   261
  RemoveBottom(2):
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   262
    1000 => -1005781929
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   263
    1001 => -304338569
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   264
    1002 => -1743669342
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   265
    1003 => 2052174274
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   266
    1004 => -239846598
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   267
    1005 => -519154508
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   268
  RemoveTop(2):
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   269
    1002 => -1743669342
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   270
    1003 => 2052174274
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   271
    1004 => -239846598
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   272
    1005 => -519154508
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   273
  RemoveList({1003, 1004}):
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   274
    1002 => -1743669342
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   275
    1005 => -519154508
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   276
  KeepList({1003, 1004, 1005}):
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   277
    1005 => -519154508
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   278
  IsEmpty():     true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
   279
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   280
--AIAirport--
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   281
  IsHangarTile():       false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   282
  IsAirportTile():      false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   283
  GetHangarOfAirport(): -1
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   284
  AiportAvailable(-1):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   285
  GetAirportWidth(-1):          0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   286
  GetAirportHeight(-1):         0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   287
  GetAirportCoverageRadius(-1): 0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   288
  AiportAvailable(0):          true
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   289
  GetAirportWidth(0):          4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   290
  GetAirportHeight(0):         3
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   291
  GetAirportCoverageRadius(0): 4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   292
  AiportAvailable(1):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   293
  GetAirportWidth(1):          6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   294
  GetAirportHeight(1):         6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   295
  GetAirportCoverageRadius(1): 5
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   296
  AiportAvailable(2):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   297
  GetAirportWidth(2):          1
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   298
  GetAirportHeight(2):         1
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   299
  GetAirportCoverageRadius(2): 4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   300
  AiportAvailable(3):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   301
  GetAirportWidth(3):          6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   302
  GetAirportHeight(3):         6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   303
  GetAirportCoverageRadius(3): 6
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   304
  AiportAvailable(4):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   305
  GetAirportWidth(4):          7
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   306
  GetAirportHeight(4):         7
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   307
  GetAirportCoverageRadius(4): 8
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   308
  AiportAvailable(5):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   309
  GetAirportWidth(5):          5
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   310
  GetAirportHeight(5):         4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   311
  GetAirportCoverageRadius(5): 4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   312
  AiportAvailable(6):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   313
  GetAirportWidth(6):          2
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   314
  GetAirportHeight(6):         2
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   315
  GetAirportCoverageRadius(6): 4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   316
  AiportAvailable(7):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   317
  GetAirportWidth(7):          9
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   318
  GetAirportHeight(7):         11
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   319
  GetAirportCoverageRadius(7): 10
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   320
  AiportAvailable(8):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   321
  GetAirportWidth(8):          4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   322
  GetAirportHeight(8):         2
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   323
  GetAirportCoverageRadius(8): 4
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   324
  AiportAvailable(9):          false
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   325
  GetAirportWidth(9):          0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   326
  GetAirportHeight(9):         0
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
   327
  GetAirportCoverageRadius(9): 0
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   328
  GetBankBalance():     100000
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   329
  BuildAirport():       true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   330
  IsHangarTile():       false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   331
  IsAirportTile():      true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   332
  GetHangarOfAirport(): 32119
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   333
  IsHangarTile():       true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   334
  IsAirportTile():      true
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   335
  GetBankBalance():     90052
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   336
  RemoveAirport():      true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   337
  IsHangarTile():       false
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   338
  IsAirportTile():      false
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   339
  GetBankBalance():     89788
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   340
  BuildAirport():       true
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
   341
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
   342
--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
   343
  Cargo -1
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   344
    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
   345
    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
   346
    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
   347
    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
   348
    GetCargoIncome(10, 10):  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
   349
    GetCargoIncome(100, 10): 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
   350
    GetCargoIncome(10, 100): 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
   351
  Cargo 0
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   352
    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
   353
    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
   354
    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
   355
    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
   356
    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
   357
    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
   358
    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
   359
  Cargo 1
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   360
    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
   361
    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
   362
    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
   363
    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
   364
    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
   365
    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
   366
    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
   367
  Cargo 2
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   368
    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
   369
    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
   370
    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
   371
    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
   372
    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
   373
    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
   374
    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
   375
  Cargo 3
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   376
    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
   377
    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
   378
    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
   379
    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
   380
    GetCargoIncome(10, 10):  5
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   381
    GetCargoIncome(100, 10): 54
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
   382
    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
   383
  Cargo 4
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   384
    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
   385
    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
   386
    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
   387
    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
   388
    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
   389
    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
   390
    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
   391
  Cargo 5
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   392
    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
   393
    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
   394
    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
   395
    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
   396
    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
   397
    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
   398
    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
   399
  Cargo 6
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   400
    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
   401
    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
   402
    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
   403
    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
   404
    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
   405
    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
   406
    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
   407
  Cargo 7
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   408
    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
   409
    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
   410
    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
   411
    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
   412
    GetCargoIncome(10, 10):  6
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   413
    GetCargoIncome(100, 10): 61
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
   414
    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
   415
  Cargo 8
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   416
    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
   417
    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
   418
    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
   419
    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
   420
    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
   421
    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
   422
    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
   423
  Cargo 9
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   424
    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
   425
    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
   426
    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
   427
    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
   428
    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
   429
    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
   430
    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
   431
  Cargo 10
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   432
    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
   433
    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
   434
    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
   435
    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
   436
    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
   437
    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
   438
    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
   439
  Cargo 11
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   440
    IsValidCargo():          false
9478
2d1459762868 (svn r9326) [NoAI] -Fix r9325: somehow I fucked up the regression.txt update
truelight
parents: 9477
diff changeset
   441
    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
   442
    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
   443
    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
   444
    GetCargoIncome(10, 10):  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
   445
    GetCargoIncome(100, 10): 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
   446
    GetCargoIncome(10, 100): 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
   447
  Cargo 12
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   448
    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
   449
    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
   450
    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
   451
    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
   452
    GetCargoIncome(10, 10):  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
   453
    GetCargoIncome(100, 10): 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
   454
    GetCargoIncome(10, 100): 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
   455
  Cargo 13
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   456
    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
   457
    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
   458
    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
   459
    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
   460
    GetCargoIncome(10, 10):  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
   461
    GetCargoIncome(100, 10): 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
   462
    GetCargoIncome(10, 100): 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
   463
  Cargo 14
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
   464
    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
   465
    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
   466
    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
   467
    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
   468
    GetCargoIncome(10, 10):  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
   469
    GetCargoIncome(100, 10): 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
   470
    GetCargoIncome(10, 100): 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
   471
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   472
--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
   473
  SetCompanyName():     true
9558
4fc9b464a932 (svn r9496) [NoAI] -Add: added regression for AITestMode() and AIExecMode()
truelight
parents: 9557
diff changeset
   474
  SetCompanyName():     true
4fc9b464a932 (svn r9496) [NoAI] -Add: added regression for AITestMode() and AIExecMode()
truelight
parents: 9557
diff changeset
   475
  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
   476
  SetCompanyName():     false
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
   477
  GetCompanyName():            Regression
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   478
  GetPresidentName():          I. Gribble
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
   479
  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
   480
  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
   481
  GetCompanyValue():           0
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   482
  GetBankBalance():            84364
9697
a6a9379988f6 (svn r10938) [NoAI] -Fix r10937: regression update
truelight
parents: 9694
diff changeset
   483
  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
   484
  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
   485
  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
   486
  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
   487
  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
   488
  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
   489
  SetLoanAmount(10000):        false
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   490
  GetBankBalance():            84364
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
   491
  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
   492
  SetMinimumLoanAmount(31337): true
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   493
  GetBankBalance():            24364
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
   494
  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
   495
  SetLoanAmount(10000):        true
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
   496
  GetBankBalance():            284364
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
   497
  GetLoanAmount():             300000
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
   498
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
   499
--Event--
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   500
  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
   501
    GetEventType:    1
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   502
    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
   503
      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
   504
  DisableEvent(1):   done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   505
  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
   506
  EnableEvent(1):    done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   507
  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
   508
  DisableAllEvents():done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   509
  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
   510
  EnableEvent(1):    done
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   511
  GetNextEvent:      instance
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
   512
  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
   513
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
   514
--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
   515
  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
   516
  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
   517
  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
   518
    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
   519
    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
   520
    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
   521
  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
   522
    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
   523
    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
   524
    GetLocation():     19695
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   525
  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
   526
    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
   527
    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
   528
    GetLocation():     45122
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   529
  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
   530
    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
   531
    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
   532
    GetLocation():     41929
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   533
  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
   534
    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
   535
    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
   536
    GetLocation():     44640
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   537
  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
   538
    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
   539
    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
   540
    GetLocation():     8793
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   541
  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
   542
    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
   543
    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
   544
    GetLocation():     55429
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   545
  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
   546
    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
   547
    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
   548
    GetLocation():     6533
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   549
  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
   550
    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
   551
    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
   552
    GetLocation():     27609
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   553
  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
   554
    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
   555
    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
   556
    GetLocation():     17318
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   557
  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
   558
    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
   559
    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
   560
    GetLocation():     60050
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   561
  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
   562
    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
   563
    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
   564
    GetLocation():     54184
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   565
  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
   566
    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
   567
    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
   568
    GetLocation():     48499
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   569
  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
   570
    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
   571
    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
   572
    GetLocation():     51419
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   573
  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
   574
    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
   575
    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
   576
    GetLocation():     15950
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   577
  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
   578
    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
   579
    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
   580
    GetLocation():     20001
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   581
  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
   582
    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
   583
    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
   584
    GetLocation():     51854
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   585
  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
   586
    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
   587
    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
   588
    GetLocation():     11734
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   589
  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
   590
    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
   591
    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
   592
    GetLocation():     13947
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   593
  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
   594
    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
   595
    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
   596
    GetLocation():     23682
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   597
  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
   598
    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
   599
    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
   600
    GetLocation():     57429
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   601
  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
   602
    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
   603
    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
   604
    GetLocation():     8562
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   605
  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
   606
    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
   607
    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
   608
    GetLocation():     29147
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   609
  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
   610
    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
   611
    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
   612
    GetLocation():     27822
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   613
  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
   614
    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
   615
    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
   616
    GetLocation():     43035
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   617
  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
   618
    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
   619
    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
   620
    GetLocation():     17943
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   621
  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
   622
    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
   623
    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
   624
    GetLocation():     48182
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   625
  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
   626
    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
   627
    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
   628
    GetLocation():     33934
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   629
  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
   630
    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
   631
    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
   632
    GetLocation():     23714
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   633
  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
   634
    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
   635
    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
   636
    GetLocation():     20170
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   637
  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
   638
    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
   639
    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
   640
    GetLocation():     6685
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   641
  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
   642
    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
   643
    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
   644
    GetLocation():     29022
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   645
  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
   646
    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
   647
    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
   648
    GetLocation():     44160
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   649
  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
   650
    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
   651
    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
   652
    GetLocation():     14701
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   653
  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
   654
    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
   655
    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
   656
    GetLocation():     5659
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   657
  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
   658
    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
   659
    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
   660
    GetLocation():     36728
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   661
  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
   662
    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
   663
    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
   664
    GetLocation():     14361
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   666
    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
   667
    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
   668
    GetLocation():     36908
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   669
  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
   670
    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
   671
    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
   672
    GetLocation():     34237
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   674
    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
   675
    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
   676
    GetLocation():     17742
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   677
  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
   678
    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
   679
    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
   680
    GetLocation():     25545
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   682
    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
   683
    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
   684
    GetLocation():     47838
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   685
  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
   686
    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
   687
    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
   688
    GetLocation():     8763
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   690
    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
   691
    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
   692
    GetLocation():     60866
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   693
  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
   694
    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
   695
    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
   696
    GetLocation():     41155
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   698
    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
   699
    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
   700
    GetLocation():     19529
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   701
  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
   702
    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
   703
    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
   704
    GetLocation():     52931
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   706
    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
   707
    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
   708
    GetLocation():     59604
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   709
  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
   710
    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
   711
    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
   712
    GetLocation():     24366
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   714
    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
   715
    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
   716
    GetLocation():     36847
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   717
  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
   718
    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
   719
    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
   720
    GetLocation():     28287
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   722
    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
   723
    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
   724
    GetLocation():     57432
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   725
  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
   726
    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
   727
    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
   728
    GetLocation():     23519
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   730
    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
   731
    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
   732
    GetLocation():     10773
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   733
  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
   734
    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
   735
    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
   736
    GetLocation():     48206
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   738
    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
   739
    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
   740
    GetLocation():     24005
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   741
  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
   742
    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
   743
    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
   744
    GetLocation():     21107
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt 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
  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
   746
    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
   747
    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
   748
    GetLocation():     23727
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   749
  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
   750
    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
   751
    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
   752
    GetLocation():     41813
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   753
  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
   754
    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
   755
    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
   756
    GetLocation():     8852
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   757
  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
   758
    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
   759
    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
   760
    GetLocation():     59867
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   761
  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
   762
    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
   763
    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
   764
    GetLocation():     55360
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   765
  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
   766
    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
   767
    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
   768
    GetLocation():     52953
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   769
  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
   770
    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
   771
    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
   772
    GetLocation():     24893
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   773
  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
   774
    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
   775
    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
   776
    GetLocation():     20819
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   777
  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
   778
    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
   779
    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
   780
    GetLocation():     46278
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   781
  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
   782
    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
   783
    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
   784
    GetLocation():     53096
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   785
  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
   786
    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
   787
    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
   788
    GetLocation():     14818
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   789
  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
   790
    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
   791
    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
   792
    GetLocation():     34375
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   793
  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
   794
    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
   795
    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
   796
    GetLocation():     44181
ab1079656642 (svn r9293) [NoAI] -Add: added regression.sav, regression.txt and a small script to test if the regression passes. Make sure to disable any other AI when running this!
truelight
parents:
diff changeset
   797
  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
   798
    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
   799
    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
   800
    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
   801
  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
   802
    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
   803
    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
   804
    GetLocation():     -1
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
   805
  Industry 71
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
   806
    IsValidIndustry(): false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
   807
    GetName():         (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
   808
    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
   809
  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
   810
  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
   811
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   812
--IndustryList--
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   813
  Count():             69
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   814
  Location ListDump:
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   815
    42 => 60866
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   816
    9 => 60050
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   817
    59 => 59867
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   818
    46 => 59604
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   819
    50 => 57432
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   820
    19 => 57429
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   821
    5 => 55429
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   822
    60 => 55360
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   823
    10 => 54184
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   824
    65 => 53096
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   825
    61 => 52953
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   826
    45 => 52931
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   827
    15 => 51854
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   828
    12 => 51419
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   829
    11 => 48499
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   830
    53 => 48206
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   831
    25 => 48182
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   832
    40 => 47838
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   833
    64 => 46278
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   834
    1 => 45122
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   835
    3 => 44640
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   836
    68 => 44181
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   837
    31 => 44160
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   838
    23 => 43035
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   839
    2 => 41929
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   840
    57 => 41813
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   841
    43 => 41155
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   842
    36 => 36908
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   843
    48 => 36847
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   844
    34 => 36728
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   845
    67 => 34375
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   846
    37 => 34237
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   847
    26 => 33934
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   848
    21 => 29147
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   849
    30 => 29022
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   850
    49 => 28287
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   851
    22 => 27822
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   852
    7 => 27609
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   853
    39 => 25545
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   854
    62 => 24893
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   855
    47 => 24366
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   856
    54 => 24005
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   857
    56 => 23727
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   858
    27 => 23714
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   859
    18 => 23682
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   860
    51 => 23519
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   861
    55 => 21107
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   862
    63 => 20819
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   863
    28 => 20170
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   864
    14 => 20001
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   865
    0 => 19695
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   866
    44 => 19529
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   867
    24 => 17943
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   868
    38 => 17742
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   869
    8 => 17318
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   870
    13 => 15950
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   871
    66 => 14818
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   872
    32 => 14701
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   873
    35 => 14361
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   874
    17 => 13947
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   875
    16 => 11734
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   876
    52 => 10773
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   877
    58 => 8852
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   878
    4 => 8793
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   879
    41 => 8763
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   880
    20 => 8562
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   881
    29 => 6685
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   882
    6 => 6533
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
   883
    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
   884
  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
   885
    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
   886
    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
   887
    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
   888
    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
   889
    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
   890
    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
   891
    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
   892
    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
   893
    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
   894
    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
   895
    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
   896
    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
   897
    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
   898
    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
   899
    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
   900
    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
   901
    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
   902
    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
   903
    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
   904
    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
   905
    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
   906
    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
   907
    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
   908
    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
   909
    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
   910
    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
   911
    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
   912
    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
   913
    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
   914
    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
   915
    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
   916
    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
   917
    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
   918
    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
   919
    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
   920
    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
   921
    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
   922
    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
   923
    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
   924
    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
   925
    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
   926
    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
   927
    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
   928
    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
   929
    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
   930
    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
   931
    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
   932
    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
   933
    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
   934
    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
   935
    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
   936
    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
   937
    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
   938
    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
   939
    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
   940
    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
   941
    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
   942
    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
   943
    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
   944
    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
   945
    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
   946
    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
   947
    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
   948
    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
   949
    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
   950
    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
   951
    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
   952
    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
   953
    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
   954
  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
   955
    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
   956
    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
   957
    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
   958
    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
   959
    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
   960
    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
   961
    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
   962
    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
   963
    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
   964
    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
   965
    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
   966
    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
   967
    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
   968
    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
   969
    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
   970
    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
   971
    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
   972
    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
   973
    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
   974
    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
   975
    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
   976
    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
   977
    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
   978
    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
   979
    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
   980
    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
   981
    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
   982
    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
   983
    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
   984
    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
   985
    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
   986
    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
   987
    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
   988
    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
   989
    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
   990
    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
   991
    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
   992
    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
   993
    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
   994
    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
   995
    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
   996
    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
   997
    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
   998
    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
   999
    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
  1000
    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
  1001
    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
  1002
    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
  1003
    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
  1004
    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
  1005
    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
  1006
    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
  1007
    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
  1008
    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
  1009
    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
  1010
    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
  1011
    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
  1012
    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
  1013
    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
  1014
    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
  1015
    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
  1016
    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
  1017
    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
  1018
    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
  1019
    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
  1020
    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
  1021
    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
  1022
    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
  1023
    47 => 488
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1024
  KeepAboveValue(50): done
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1025
  Count():             0
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1026
  Production ListDump:
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1027
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
  1028
--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
  1029
  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
  1030
  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
  1031
  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
  1032
  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
  1033
  GetTileY(123):    0
9554
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  1034
  GetTileIndex():   123
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  1035
  GetTileIndex():   31488
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  1036
  GetTileIndex():   0
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  1037
  GetTileIndex():   -257
82a97665cabc (svn r9492) [NoAI] -Fix r9491: forgot to update regression.txt (oops :))
truelight
parents: 9546
diff changeset
  1038
  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
  1039
  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
  1040
  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
  1041
  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
  1042
  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
  1043
  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
  1044
  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
  1045
  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
  1046
  IsValidTile():    true
9492
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1047
  DemolishTile():   false
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1048
  DemolishTile():   true
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1049
  Distance
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1050
    DistanceManhattan(): 54
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1051
    DistanceMax():       39
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1052
    DistanceSquare():    1746
1aeee24046d8 (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test
truelight
parents: 9487
diff changeset
  1053
    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
  1054
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1055
--AIMarine--
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1056
  IsWaterDepotTile():   false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1057
  IsDockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1058
  IsBuoyTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1059
  IsLockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1060
  IsCanalTile():        false
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1061
  GetBankBalance():     284034
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1062
  BuildWaterDepot():    true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1063
  BuildDock():          true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1064
  BuildBuoy():          true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1065
  BuildLock():          true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1066
  BuildCanal():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1067
  IsWaterDepotTile():   true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1068
  IsDockTile():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1069
  IsBuoyTile():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1070
  IsLockTile():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1071
  IsCanalTile():        true
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1072
  GetBankBalance():     254295
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1073
  RemoveWaterDepot():   true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1074
  RemoveDock():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1075
  RemoveBuoy():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1076
  RemoveLock():         true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1077
  RemoveCanal():        true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1078
  IsWaterDepotTile():   false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1079
  IsDockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1080
  IsBuoyTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1081
  IsLockTile():         false
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1082
  IsCanalTile():        false
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1083
  GetBankBalance():     231503
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1084
  BuildWaterDepot():    true
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1085
  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
  1086
9652
c15bf5355b95 (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()
truelight
parents: 9649
diff changeset
  1087
--PathFinderStupid--
c15bf5355b95 (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()
truelight
parents: 9649
diff changeset
  1088
  FindRoute():  Route Array
c15bf5355b95 (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()
truelight
parents: 9649
diff changeset
  1089
  BuildRoute(): true
c15bf5355b95 (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()
truelight
parents: 9649
diff changeset
  1090
  IsRoadTile(): true
c15bf5355b95 (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()
truelight
parents: 9649
diff changeset
  1091
  IsRoadTile(): true
c15bf5355b95 (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid()
truelight
parents: 9649
diff changeset
  1092
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1093
--Road--
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1094
  Road
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1095
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1096
    BuildRoad():                   false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1097
    BuildRoad():                   false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1098
    BuildRoad():                   true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1099
    AreRoadTilesConnected():       true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1100
    IsRoadTile():                  true
9618
a370e3f3bd70 (svn r9787) [NoAI] -Fix r9786: and again, forgot to update regression.txt..... (tnx glx)
truelight
parents: 9617
diff changeset
  1101
    GetNeighbourRoadCount():       2
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1102
    RemoveRoad():                  true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1103
    RemoveRoad():                  true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1104
    RemoveRoad():                  true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1105
  Depot
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1106
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1107
    BuildRoadDepot():              false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1108
    BuildRoadDepot():              false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1109
    BuildRoadDepot():              true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1110
    BuildRoadDepot():              false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1111
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1112
    GetRoadDepotFrontTile():       33412
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1113
    IsRoadDepotTile():             true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1114
    RemoveRoadDepot():             true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1115
    RemoveRoadDepot():             false
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1116
  Station
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1117
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1118
    BuildRoadStation():            false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1119
    BuildRoadStation():            false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1120
    BuildRoadStation():            true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1121
    BuildRoadStation():            false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1122
    IsRoadTile():                  false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1123
    GetDriveThroughBackTile():     -1
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1124
    GetRoadStationFrontTile():     33412
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1125
    IsRoadStationTile():           true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1126
    IsDriveThroughRoadStationTile: false
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1127
    RemoveRoadStation():           true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1128
    RemoveRoadStation():           false
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1129
  Station Types
9634
e359d82f0652 (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped
truelight
parents: 9630
diff changeset
  1130
    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
  1131
    BuildRoadStation(truck):       true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1132
    BuildRoadStation(truck):       true
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1133
    BuildRoadStation(bus):         true
9634
e359d82f0652 (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped
truelight
parents: 9630
diff changeset
  1134
    BuildRoadStation(truck):       true
e359d82f0652 (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped
truelight
parents: 9630
diff changeset
  1135
    BuildRoadStation(bus-drive):   true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1136
    BuildRoadStation(truck-drive): true
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1137
    BuildRoadStation(bus-drive):   true
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1138
    BuildRoadStation(truck-drive): true
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1139
    BuildRoadDepot():              true
9555
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1140
    GetRoadStationFrontTile():     33411
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1141
    GetRoadStationFrontTile():     33924
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1142
    IsDriveThroughRoadStationTile: true
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1143
    GetDriveThroughBackTile():     33416
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1144
    GetRoadStationFrontTile():     33414
00ccc64d342c (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test
truelight
parents: 9554
diff changeset
  1145
    IsRoadTile():                  true
9485
df09b849ca60 (svn r9335) [NoAI] -Update: added AIRoad() regression test
truelight
parents: 9478
diff changeset
  1146
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1147
--Sign--
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1148
  BuildSign(33410, 'Some Sign'):       0
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1149
  BuildSign(33409, 'Some other Sign'): 1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1150
  RemoveSign(1):                       true
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1151
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1152
  GetMaxSignID():    3
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1153
  GetSignCount():    1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1154
  Sign -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1155
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1156
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1157
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1158
  Sign 0
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1159
    IsValidSign():   true
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1160
    GetText():       Some Sign
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1161
    GetLocation():   33410
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1162
  Sign 1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1163
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1164
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1165
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1166
  Sign 2
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1167
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1168
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1169
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1170
  Sign 3
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1171
    IsValidSign():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1172
    GetText():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1173
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1174
  Valid Signs:       1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1175
  GetSignCount():    1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1176
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1177
--Station--
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1178
  IsValidStation(0):        true
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1179
  IsValidStation(1000):     false
9697
a6a9379988f6 (svn r10938) [NoAI] -Fix r10937: regression update
truelight
parents: 9694
diff changeset
  1180
  GetName(0):               Benville Airport
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1181
  GetLocation(1):           29253
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1182
  GetLocation(1000):        -1
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1183
  GetStationID(33411):      3
9666
5765eb70736d (svn r10580) [NoAI] -Add: added GetStationID to get the StationID based on a tile
truelight
parents: 9665
diff changeset
  1184
  GetStationID(34411):      65535
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1185
  GetCargoWaiting(0, 0):    0
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1186
  GetCargoWaiting(1000, 0): -1
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1187
  GetCargoWaiting(0, 1000): -1
9670
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
  1188
  GetCoverageRadius(bus):   3
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
  1189
  GetCoverageRadius(truck): 3
820b77e19bb3 (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight
truelight
parents: 9668
diff changeset
  1190
  GetCoverageRadius(train): 4
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1191
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1192
--StationList--
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1193
  Count():             2
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1194
  Location ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1195
    4 => 33421
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1196
    3 => 33411
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1197
  CargoWaiting(0) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1198
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1199
    3 => 0
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1200
  CargoWaiting(1) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1201
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  1202
    3 => 0
9640
494df85104a3 (svn r10531) [NoAI] -Fix r10529: forgot to update regression output
truelight
parents: 9636
diff changeset
  1203
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  1204
--TileList--
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  1205
  Count():             0
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  1206
  Count():             45
9700
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1207
  Height():            done
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1208
  Count():             45
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1209
  ListDump:
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1210
    42411 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1211
    42410 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1212
    42409 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1213
    42408 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1214
    42407 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1215
    42154 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1216
    42153 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1217
    42152 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1218
    42151 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1219
    41898 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1220
    41897 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1221
    41896 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1222
    41895 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1223
    41642 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1224
    41641 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1225
    41640 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1226
    41639 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1227
    41386 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1228
    41385 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1229
    41384 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1230
    41383 => 2
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1231
    42415 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1232
    42414 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1233
    42413 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1234
    42412 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1235
    42159 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1236
    42158 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1237
    42157 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1238
    42156 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1239
    42155 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1240
    41903 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1241
    41902 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1242
    41901 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1243
    41900 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1244
    41899 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1245
    41647 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1246
    41646 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1247
    41645 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1248
    41644 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1249
    41643 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1250
    41391 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1251
    41390 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1252
    41389 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1253
    41388 => 1
e442ce398e83 (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height
truelight
parents: 9699
diff changeset
  1254
    41387 => 1
9613
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1255
  Slope():             done
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1256
  KeepValue(0):        done
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1257
  Count():             38
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1258
  ListDump:
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1259
    42415 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1260
    42414 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1261
    42413 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1262
    42410 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1263
    42409 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1264
    42408 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1265
    42407 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1266
    42159 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1267
    42158 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1268
    42157 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1269
    42156 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1270
    42153 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1271
    42152 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1272
    42151 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1273
    41903 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1274
    41902 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1275
    41901 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1276
    41900 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1277
    41899 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1278
    41897 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1279
    41896 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1280
    41895 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1281
    41647 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1282
    41646 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1283
    41645 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1284
    41644 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1285
    41643 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1286
    41641 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1287
    41640 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1288
    41639 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1289
    41391 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1290
    41390 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1291
    41389 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1292
    41388 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1293
    41387 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1294
    41385 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1295
    41384 => 0
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1296
    41383 => 0
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  1297
  Buildable():         done
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1298
  KeepValue(1):        done
9613
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1299
  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
  1300
  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
  1301
    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
  1302
    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
  1303
    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
  1304
    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
  1305
    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
  1306
    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
  1307
    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
  1308
    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
  1309
    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
  1310
    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
  1311
    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
  1312
    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
  1313
    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
  1314
    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
  1315
    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
  1316
    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
  1317
    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
  1318
    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
  1319
    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
  1320
    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
  1321
    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
  1322
    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
  1323
    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
  1324
    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
  1325
    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
  1326
    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
  1327
    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
  1328
    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
  1329
    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
  1330
    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
  1331
    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
  1332
    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
  1333
    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
  1334
  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
  1335
    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
  1336
    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
  1337
    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
  1338
    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
  1339
    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
  1340
    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
  1341
    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
  1342
    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
  1343
    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
  1344
    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
  1345
    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
  1346
    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
  1347
    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
  1348
    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
  1349
    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
  1350
    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
  1351
    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
  1352
    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
  1353
    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
  1354
    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
  1355
    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
  1356
    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
  1357
    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
  1358
    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
  1359
    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
  1360
    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
  1361
    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
  1362
    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
  1363
    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
  1364
    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
  1365
    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
  1366
    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
  1367
    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
  1368
  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
  1369
    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
  1370
    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
  1371
    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
  1372
    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
  1373
    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
  1374
    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
  1375
    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
  1376
    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
  1377
    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
  1378
    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
  1379
    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
  1380
    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
  1381
    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
  1382
    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
  1383
    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
  1384
    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
  1385
    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
  1386
    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
  1387
    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
  1388
    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
  1389
    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
  1390
    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
  1391
    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
  1392
    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
  1393
    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
  1394
    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
  1395
    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
  1396
    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
  1397
    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
  1398
    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
  1399
    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
  1400
    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
  1401
    41383 => 16097
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1402
  CargoAcceptance():   done
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1403
  KeepAboveValue(10):  done
9613
5dedb2fa1ab0 (svn r9778) [NoAI] -Fix r9776: forgot to update regression output (tnx glx)
truelight
parents: 9609
diff changeset
  1404
  Count():             14
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1405
  ListDump:
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1406
    41895 => 43
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1407
    41897 => 41
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1408
    41383 => 40
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1409
    41639 => 37
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1410
    42151 => 35
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1411
    41641 => 35
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1412
    42153 => 33
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1413
    41899 => 29
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1414
    41387 => 29
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1415
    41643 => 26
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1416
    42407 => 24
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1417
    42409 => 22
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1418
    42408 => 22
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1419
    42410 => 13
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  1420
  RoadTile():          done
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1421
  KeepValue(1):        done
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  1422
  Count():             7
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1423
  ListDump:
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1424
    42409 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1425
    42408 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1426
    42407 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1427
    42151 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1428
    41895 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1429
    41639 => 1
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1430
    41383 => 1
9618
a370e3f3bd70 (svn r9787) [NoAI] -Fix r9786: and again, forgot to update regression.txt..... (tnx glx)
truelight
parents: 9617
diff changeset
  1431
  NeighbourRoadCount():done
9609
f0dbf5850145 (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates)
truelight
parents: 9605
diff changeset
  1432
  KeepValue(1):        done
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  1433
  Count():             1
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  1434
  ListDump:
9605
2c2348827b52 (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators
truelight
parents: 9592
diff changeset
  1435
    42409 => 1
9698
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1436
  Water():             done
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1437
  Count():             46
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1438
  ListDump:
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1439
    54941 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1440
    54940 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1441
    54939 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1442
    54938 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1443
    54937 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1444
    54936 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1445
    54935 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1446
    54934 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1447
    54933 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1448
    54685 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1449
    54684 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1450
    54683 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1451
    54682 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1452
    54681 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1453
    54680 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1454
    54679 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1455
    54678 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1456
    54677 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1457
    54429 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1458
    54428 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1459
    54427 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1460
    54426 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1461
    54425 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1462
    54424 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1463
    54423 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1464
    54422 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1465
    54421 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1466
    54173 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1467
    54172 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1468
    54171 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1469
    54170 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1470
    54169 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1471
    54168 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1472
    54167 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1473
    54166 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1474
    54165 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1475
    53917 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1476
    53916 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1477
    53915 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1478
    53914 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1479
    53913 => 1
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1480
    53912 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1481
    53911 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1482
    53910 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1483
    53909 => 0
1d50fe99b7e9 (svn r10939) [NoAI] -Add: added AITileList valuator Water
truelight
parents: 9697
diff changeset
  1484
    42409 => 0
9592
c5c09cfde63a (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight
parents: 9589
diff changeset
  1485
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
  1486
--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
  1487
  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
  1488
  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
  1489
  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
  1490
    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
  1491
    GetName():       (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
  1492
    GetPopulation(): 0
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
  1493
    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
  1494
  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
  1495
    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
  1496
    GetName():       Planfield
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1497
    GetPopulation(): 754
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
  1498
    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
  1499
  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
  1500
    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
  1501
    GetName():       Trenningville
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1502
    GetPopulation(): 226
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
  1503
    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
  1504
  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
  1505
    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
  1506
    GetName():       Tondston
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1507
    GetPopulation(): 320
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
  1508
    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
  1509
  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
  1510
    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
  1511
    GetName():       Tunford
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1512
    GetPopulation(): 211
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
  1513
    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
  1514
  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
  1515
    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
  1516
    GetName():       Wrundtown
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1517
    GetPopulation(): 396
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
  1518
    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
  1519
  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
  1520
    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
  1521
    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
  1522
    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
  1523
    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
  1524
  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
  1525
    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
  1526
    GetName():       Muningville
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1527
    GetPopulation(): 579
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
  1528
    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
  1529
  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
  1530
    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
  1531
    GetName():       Hutfingford
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1532
    GetPopulation(): 777
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
  1533
    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
  1534
  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
  1535
    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
  1536
    GetName():       Sadtown
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1537
    GetPopulation(): 290
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
  1538
    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
  1539
  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
  1540
    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
  1541
    GetName():       Frindinghattan
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1542
    GetPopulation(): 459
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
  1543
    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
  1544
  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
  1545
    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
  1546
    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
  1547
    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
  1548
    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
  1549
  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
  1550
    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
  1551
    GetName():       Fort Frindston
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1552
    GetPopulation(): 197
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
  1553
    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
  1554
  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
  1555
    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
  1556
    GetName():       Ginborough
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1557
    GetPopulation(): 853
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
  1558
    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
  1559
  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
  1560
    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
  1561
    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
  1562
    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
  1563
    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
  1564
  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
  1565
    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
  1566
    GetName():       Prundinghall
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1567
    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
  1568
    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
  1569
  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
  1570
    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
  1571
    GetName():       Benville
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1572
    GetPopulation(): 776
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
  1573
    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
  1574
  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
  1575
    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
  1576
    GetName():       Kennville
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1577
    GetPopulation(): 717
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
  1578
    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
  1579
  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
  1580
    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
  1581
    GetName():       Quartfingfield
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1582
    GetPopulation(): 170
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
  1583
    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
  1584
  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
  1585
    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
  1586
    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
  1587
    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
  1588
    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
  1589
  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
  1590
    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
  1591
    GetName():       Mendingston
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1592
    GetPopulation(): 226
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
  1593
    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
  1594
  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
  1595
    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
  1596
    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
  1597
    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
  1598
    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
  1599
  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
  1600
    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
  1601
    GetName():       Franinghead
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1602
    GetPopulation(): 780
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
  1603
    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
  1604
  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
  1605
    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
  1606
    GetName():       Naborough
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1607
    GetPopulation(): 191
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
  1608
    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
  1609
  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
  1610
    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
  1611
    GetName():       Lardborough
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1612
    GetPopulation(): 669
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
  1613
    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
  1614
  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
  1615
    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
  1616
    GetName():       Little Fruford
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1617
    GetPopulation(): 636
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
  1618
    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
  1619
  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
  1620
    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
  1621
    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
  1622
    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
  1623
    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
  1624
  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
  1625
    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
  1626
    GetName():       Bedburg
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1627
    GetPopulation(): 349
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
  1628
    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
  1629
  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
  1630
    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
  1631
    GetName():       Fudinghattan
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1632
    GetPopulation(): 412
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
  1633
    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
  1634
  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
  1635
    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
  1636
    GetName():       (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
  1637
    GetPopulation(): 0
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
  1638
    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
  1639
  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
  1640
    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
  1641
    GetName():       (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
  1642
    GetPopulation(): 0
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
  1643
    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
  1644
  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
  1645
    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
  1646
    GetName():       (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
  1647
    GetPopulation(): 0
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
  1648
    GetLocation():   -1
9511
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1649
  Town 31
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1650
    IsValidTown():   false
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1651
    GetName():       (null : 0x00000000)
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1652
    GetPopulation(): 0
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1653
    GetLocation():   -1
f767ad06e86b (svn r9407) [NoAI] -Add: placing of signs.
rubidium
parents: 9504
diff changeset
  1654
  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
  1655
  GetTownCount():    28
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1656
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1657
--TownList--
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1658
  Count():             28
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1659
  Location ListDump:
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1660
    23 => 59622
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1661
    7 => 59234
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1662
    5 => 55007
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1663
    22 => 51891
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1664
    14 => 51298
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1665
    8 => 51267
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1666
    1 => 46751
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1667
    27 => 45525
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1668
    15 => 42338
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1669
    3 => 41895
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1670
    4 => 41450
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1671
    26 => 39505
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1672
    6 => 38200
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1673
    12 => 32740
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1674
    2 => 28365
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1675
    17 => 24252
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1676
    20 => 22585
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1677
    24 => 19596
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1678
    16 => 17345
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1679
    25 => 16433
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1680
    0 => 15508
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1681
    11 => 14935
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1682
    18 => 10574
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1683
    21 => 9634
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1684
    13 => 9595
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1685
    19 => 6511
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1686
    10 => 6446
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1687
    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
  1688
  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
  1689
    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
  1690
    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
  1691
    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
  1692
    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
  1693
    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
  1694
    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
  1695
    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
  1696
    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
  1697
    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
  1698
    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
  1699
    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
  1700
    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
  1701
    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
  1702
    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
  1703
    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
  1704
    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
  1705
    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
  1706
    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
  1707
    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
  1708
    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
  1709
    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
  1710
    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
  1711
    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
  1712
    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
  1713
    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
  1714
    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
  1715
    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
  1716
    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
  1717
  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
  1718
    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
  1719
    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
  1720
    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
  1721
    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
  1722
    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
  1723
    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
  1724
    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
  1725
    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
  1726
    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
  1727
    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
  1728
    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
  1729
    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
  1730
    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
  1731
    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
  1732
    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
  1733
    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
  1734
    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
  1735
    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
  1736
    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
  1737
    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
  1738
    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
  1739
    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
  1740
    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
  1741
    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
  1742
    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
  1743
    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
  1744
    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
  1745
    20 => 922
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1746
  KeepAboveValue(500): done
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1747
  Count():             11
9649
bc8c06513f5b (svn r10544) [NoAI] -Add: added AIIndustryList to list industries
truelight
parents: 9648
diff changeset
  1748
  Population ListDump:
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1749
    12 => 853
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1750
    21 => 780
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1751
    7 => 777
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1752
    15 => 776
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1753
    0 => 754
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1754
    16 => 717
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1755
    10 => 702
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1756
    23 => 669
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1757
    24 => 636
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  1758
    6 => 579
9589
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1759
    25 => 548
2fbda08db406 (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
truelight
parents: 9579
diff changeset
  1760
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1761
--Vehicle--
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1762
  Engine -1
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1763
    IsValidEngine():    false
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1764
  Engine 0
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1765
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1766
  Engine 1
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1767
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1768
  Engine 2
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1769
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1770
  Engine 3
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1771
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1772
  Engine 4
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1773
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1774
  Engine 5
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1775
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1776
  Engine 6
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1777
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1778
  Engine 7
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1779
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1780
  Engine 8
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1781
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1782
  Engine 9
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1783
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1784
  Engine 10
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1785
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1786
  Engine 11
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1787
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1788
  Engine 12
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1789
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1790
  Engine 13
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1791
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1792
  Engine 14
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1793
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1794
  Engine 15
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1795
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1796
  Engine 16
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1797
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1798
  Engine 17
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1799
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1800
  Engine 18
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1801
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1802
  Engine 19
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1803
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1804
  Engine 20
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1805
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1806
  Engine 21
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1807
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1808
  Engine 22
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1809
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1810
  Engine 23
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1811
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1812
  Engine 24
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1813
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1814
  Engine 25
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1815
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1816
  Engine 26
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1817
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1818
  Engine 27
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1819
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1820
  Engine 28
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1821
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1822
  Engine 29
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1823
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1824
  Engine 30
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1825
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1826
  Engine 31
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1827
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1828
  Engine 32
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1829
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1830
  Engine 33
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1831
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1832
  Engine 34
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1833
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1834
  Engine 35
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1835
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1836
  Engine 36
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1837
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1838
  Engine 37
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1839
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1840
  Engine 38
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1841
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1842
  Engine 39
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1843
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1844
  Engine 40
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1845
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1846
  Engine 41
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1847
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1848
  Engine 42
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1849
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1850
  Engine 43
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1851
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1852
  Engine 44
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1853
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1854
  Engine 45
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1855
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1856
  Engine 46
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1857
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1858
  Engine 47
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1859
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1860
  Engine 48
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1861
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1862
  Engine 49
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1863
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1864
  Engine 50
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1865
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1866
  Engine 51
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1867
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1868
  Engine 52
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1869
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1870
  Engine 53
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1871
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1872
  Engine 54
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1873
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1874
  Engine 55
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1875
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1876
  Engine 56
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1877
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1878
  Engine 57
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1879
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1880
  Engine 58
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1881
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1882
  Engine 59
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1883
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1884
  Engine 60
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1885
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1886
  Engine 61
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1887
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1888
  Engine 62
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1889
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1890
  Engine 63
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1891
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1892
  Engine 64
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1893
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1894
  Engine 65
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1895
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1896
  Engine 66
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1897
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1898
  Engine 67
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1899
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1900
  Engine 68
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1901
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1902
  Engine 69
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1903
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1904
  Engine 70
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1905
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1906
  Engine 71
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1907
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1908
  Engine 72
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1909
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1910
  Engine 73
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1911
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1912
  Engine 74
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1913
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1914
  Engine 75
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1915
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1916
  Engine 76
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1917
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1918
  Engine 77
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1919
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1920
  Engine 78
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1921
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1922
  Engine 79
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1923
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1924
  Engine 80
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1925
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1926
  Engine 81
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1927
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1928
  Engine 82
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1929
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1930
  Engine 83
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1931
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1932
  Engine 84
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1933
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1934
  Engine 85
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1935
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1936
  Engine 86
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1937
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1938
  Engine 87
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1939
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1940
  Engine 88
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1941
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1942
  Engine 89
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1943
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1944
  Engine 90
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1945
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1946
  Engine 91
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1947
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1948
  Engine 92
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1949
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1950
  Engine 93
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1951
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1952
  Engine 94
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1953
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1954
  Engine 95
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1955
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1956
  Engine 96
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1957
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1958
  Engine 97
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1959
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1960
  Engine 98
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1961
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1962
  Engine 99
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1963
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1964
  Engine 100
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1965
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1966
  Engine 101
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1967
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1968
  Engine 102
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1969
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1970
  Engine 103
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1971
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1972
  Engine 104
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1973
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1974
  Engine 105
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1975
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1976
  Engine 106
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1977
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1978
  Engine 107
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1979
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1980
  Engine 108
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1981
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1982
  Engine 109
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1983
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1984
  Engine 110
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1985
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1986
  Engine 111
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1987
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1988
  Engine 112
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1989
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1990
  Engine 113
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1991
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1992
  Engine 114
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1993
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1994
  Engine 115
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1995
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1996
  Engine 116
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1997
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1998
  Engine 117
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  1999
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2000
  Engine 118
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2001
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2002
  Engine 119
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2003
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2004
  Engine 120
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2005
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2006
  Engine 121
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2007
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2008
  Engine 122
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2009
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2010
  Engine 123
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2011
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2012
  Engine 124
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2013
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2014
  Engine 125
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2015
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2016
  Engine 126
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2017
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2018
  Engine 127
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2019
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2020
  Engine 128
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2021
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2022
  Engine 129
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2023
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2024
  Engine 130
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2025
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2026
  Engine 131
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2027
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2028
  Engine 132
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2029
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2030
  Engine 133
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2031
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2032
  Engine 134
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2033
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2034
  Engine 135
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2035
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2036
  Engine 136
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2037
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2038
  Engine 137
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2039
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2040
  Engine 138
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2041
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2042
  Engine 139
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2043
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2044
  Engine 140
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2045
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2046
  Engine 141
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2047
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2048
  Engine 142
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2049
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2050
  Engine 143
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2051
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2052
  Engine 144
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2053
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2054
  Engine 145
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2055
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2056
  Engine 146
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2057
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2058
  Engine 147
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2059
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2060
  Engine 148
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2061
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2062
  Engine 149
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2063
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2064
  Engine 150
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2065
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2066
  Engine 151
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2067
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2068
  Engine 152
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2069
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2070
  Engine 153
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2071
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2072
  Engine 154
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2073
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2074
  Engine 155
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2075
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2076
  Engine 156
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2077
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2078
  Engine 157
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2079
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2080
  Engine 158
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2081
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2082
  Engine 159
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2083
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2084
  Engine 160
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2085
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2086
  Engine 161
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2087
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2088
  Engine 162
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2089
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2090
  Engine 163
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2091
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2092
  Engine 164
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2093
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2094
  Engine 165
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2095
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2096
  Engine 166
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2097
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2098
  Engine 167
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2099
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2100
  Engine 168
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2101
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2102
  Engine 169
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2103
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2104
  Engine 170
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2105
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2106
  Engine 171
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2107
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2108
  Engine 172
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2109
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2110
  Engine 173
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2111
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2112
  Engine 174
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2113
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2114
  Engine 175
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2115
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2116
  Engine 176
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2117
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2118
  Engine 177
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2119
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2120
  Engine 178
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2121
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2122
  Engine 179
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2123
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2124
  Engine 180
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2125
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2126
  Engine 181
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2127
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2128
  Engine 182
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2129
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2130
  Engine 183
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2131
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2132
  Engine 184
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2133
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2134
  Engine 185
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2135
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2136
  Engine 186
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2137
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2138
  Engine 187
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2139
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2140
  Engine 188
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2141
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2142
  Engine 189
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2143
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2144
  Engine 190
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2145
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2146
  Engine 191
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2147
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2148
  Engine 192
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2149
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2150
  Engine 193
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2151
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2152
  Engine 194
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2153
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2154
  Engine 195
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2155
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2156
  Engine 196
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2157
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2158
  Engine 197
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2159
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2160
  Engine 198
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2161
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2162
  Engine 199
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2163
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2164
  Engine 200
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2165
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2166
  Engine 201
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2167
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2168
  Engine 202
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2169
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2170
  Engine 203
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2171
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2172
  Engine 204
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2173
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2174
  Engine 205
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2175
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2176
  Engine 206
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2177
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2178
  Engine 207
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2179
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2180
  Engine 208
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2181
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2182
  Engine 209
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2183
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2184
  Engine 210
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2185
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2186
  Engine 211
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2187
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2188
  Engine 212
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2189
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2190
  Engine 213
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2191
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2192
  Engine 214
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2193
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2194
  Engine 215
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2195
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2196
  Engine 216
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2197
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2198
  Engine 217
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2199
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2200
  Engine 218
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2201
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2202
  Engine 219
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2203
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2204
  Engine 220
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2205
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2206
  Engine 221
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2207
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2208
  Engine 222
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2209
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2210
  Engine 223
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2211
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2212
  Engine 224
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2213
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2214
  Engine 225
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2215
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2216
  Engine 226
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2217
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2218
  Engine 227
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2219
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2220
  Engine 228
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2221
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2222
  Engine 229
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2223
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2224
  Engine 230
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2225
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2226
  Engine 231
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2227
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2228
  Engine 232
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2229
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2230
  Engine 233
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2231
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2232
  Engine 234
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2233
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2234
  Engine 235
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2235
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2236
  Engine 236
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2237
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2238
  Engine 237
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2239
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2240
  Engine 238
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2241
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2242
  Engine 239
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2243
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2244
  Engine 240
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2245
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2246
  Engine 241
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2247
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2248
  Engine 242
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2249
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2250
  Engine 243
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2251
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2252
  Engine 244
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2253
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2254
  Engine 245
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2255
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2256
  Engine 246
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2257
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2258
  Engine 247
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2259
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2260
  Engine 248
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2261
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2262
  Engine 249
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2263
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2264
  Engine 250
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2265
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2266
  Engine 251
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2267
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2268
  Engine 252
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2269
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2270
  Engine 253
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2271
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2272
  Engine 254
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2273
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2274
  Engine 255
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2275
    IsValidEngine():    true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2276
  Engine 256
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2277
    IsValidEngine():    false
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2278
  Valid Engines:        256
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2279
  IsValidVehicle(-1):   false
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2280
  IsValidVehicle(0):    false
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2281
  IsValidVehicle(11):   false
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2282
  ISValidVehicle(9999): false
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2283
  FindBestRoadVehicle Cargo -1
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2284
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2285
    Cost 10000:         65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2286
    Cost 50000:         65535
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2287
    Reliability 0:      65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2288
    Reliability 50:     65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2289
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2290
  FindBestRoadVehicle Cargo 0
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2291
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2292
    Cost 10000:         116
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2293
    Cost 50000:         116
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2294
    Reliability 0:      116
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2295
    Reliability 50:     116
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2296
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2297
  FindBestRoadVehicle Cargo 1
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2298
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2299
    Cost 10000:         123
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2300
    Cost 50000:         123
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2301
    Reliability 0:      123
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2302
    Reliability 50:     123
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2303
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2304
  FindBestRoadVehicle Cargo 2
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2305
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2306
    Cost 10000:         126
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2307
    Cost 50000:         126
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2308
    Reliability 0:      126
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2309
    Reliability 50:     126
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2310
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2311
  FindBestRoadVehicle Cargo 3
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2312
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2313
    Cost 10000:         132
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2314
    Cost 50000:         132
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2315
    Reliability 0:      132
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2316
    Reliability 50:     132
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2317
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2318
  FindBestRoadVehicle Cargo 4
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2319
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2320
    Cost 10000:         135
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2321
    Cost 50000:         135
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2322
    Reliability 0:      135
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2323
    Reliability 50:     135
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2324
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2325
  FindBestRoadVehicle Cargo 5
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2326
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2327
    Cost 10000:         138
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2328
    Cost 50000:         138
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2329
    Reliability 0:      138
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2330
    Reliability 50:     138
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2331
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2332
  FindBestRoadVehicle Cargo 6
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2333
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2334
    Cost 10000:         141
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2335
    Cost 50000:         141
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2336
    Reliability 0:      141
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2337
    Reliability 50:     141
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2338
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2339
  FindBestRoadVehicle Cargo 7
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2340
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2341
    Cost 10000:         144
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2342
    Cost 50000:         144
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2343
    Reliability 0:      144
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2344
    Reliability 50:     144
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2345
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2346
  FindBestRoadVehicle Cargo 8
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2347
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2348
    Cost 10000:         147
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2349
    Cost 50000:         147
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2350
    Reliability 0:      147
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2351
    Reliability 50:     147
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2352
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2353
  FindBestRoadVehicle Cargo 9
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2354
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2355
    Cost 10000:         150
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2356
    Cost 50000:         150
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2357
    Reliability 0:      150
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2358
    Reliability 50:     150
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2359
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2360
  FindBestRoadVehicle Cargo 10
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2361
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2362
    Cost 10000:         153
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2363
    Cost 50000:         153
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2364
    Reliability 0:      153
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2365
    Reliability 50:     153
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2366
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2367
  FindBestRoadVehicle Cargo 11
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2368
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2369
    Cost 10000:         65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2370
    Cost 50000:         65535
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2371
    Reliability 0:      65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2372
    Reliability 50:     65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2373
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2374
  FindBestRoadVehicle Cargo 12
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2375
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2376
    Cost 10000:         65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2377
    Cost 50000:         65535
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2378
    Reliability 0:      65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2379
    Reliability 50:     65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2380
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2381
  FindBestRoadVehicle Cargo 13
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2382
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2383
    Cost 10000:         65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2384
    Cost 50000:         65535
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2385
    Reliability 0:      65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2386
    Reliability 50:     65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2387
    Reliability 100:    65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2388
  FindBestRoadVehicle Cargo 14
9672
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2389
    Cost 0:             65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2390
    Cost 10000:         65535
18c71ca987e4 (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available
truelight
parents: 9670
diff changeset
  2391
    Cost 50000:         65535
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2392
    Reliability 0:      65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2393
    Reliability 50:     65535
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2394
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2395
  FindBestAirVehicle Cargo -1
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2396
    Reliability 0:      65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2397
    Reliability 50:     65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2398
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2399
  FindBestAirVehicle Cargo 0
9662
67a558a1aeb8 (svn r10574) [NoAI] -Fix: make a better BestVehicle detection for aircrafts
truelight
parents: 9660
diff changeset
  2400
    Reliability 0:      216
67a558a1aeb8 (svn r10574) [NoAI] -Fix: make a better BestVehicle detection for aircrafts
truelight
parents: 9660
diff changeset
  2401
    Reliability 50:     216
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2402
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2403
  FindBestAirVehicle Cargo 1
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2404
    Reliability 0:      65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2405
    Reliability 50:     65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2406
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2407
  FindBestAirVehicle Cargo 2
9662
67a558a1aeb8 (svn r10574) [NoAI] -Fix: make a better BestVehicle detection for aircrafts
truelight
parents: 9660
diff changeset
  2408
    Reliability 0:      216
67a558a1aeb8 (svn r10574) [NoAI] -Fix: make a better BestVehicle detection for aircrafts
truelight
parents: 9660
diff changeset
  2409
    Reliability 50:     216
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2410
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2411
  FindBestAirVehicle Cargo 3
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2412
    Reliability 0:      65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2413
    Reliability 50:     65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2414
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2415
  FindBestAirVehicle Cargo 4
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2416
    Reliability 0:      65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2417
    Reliability 50:     65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2418
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2419
  FindBestAirVehicle Cargo 5
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2420
    Reliability 0:      216
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2421
    Reliability 50:     216
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2422
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2423
  FindBestAirVehicle Cargo 6
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2424
    Reliability 0:      65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2425
    Reliability 50:     65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2426
    Reliability 100:    65535
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2427
  FindBestAirVehicle Cargo 7
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2428
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2429
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2430
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2431
  FindBestAirVehicle Cargo 8
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2432
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2433
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2434
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2435
  FindBestAirVehicle Cargo 9
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2436
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2437
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2438
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2439
  FindBestAirVehicle Cargo 10
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2440
    Reliability 0:      216
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2441
    Reliability 50:     216
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2442
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2443
  FindBestAirVehicle Cargo 11
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2444
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2445
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2446
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2447
  FindBestAirVehicle Cargo 12
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2448
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2449
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2450
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2451
  FindBestAirVehicle Cargo 13
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2452
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2453
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2454
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2455
  FindBestAirVehicle Cargo 14
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2456
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2457
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2458
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2459
  FindBestWaterVehicle Cargo -1
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2460
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2461
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2462
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2463
  FindBestWaterVehicle Cargo 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2464
    Reliability 0:      206
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2465
    Reliability 50:     206
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2466
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2467
  FindBestWaterVehicle Cargo 1
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2468
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2469
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2470
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2471
  FindBestWaterVehicle Cargo 2
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2472
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2473
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2474
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2475
  FindBestWaterVehicle Cargo 3
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2476
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2477
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2478
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2479
  FindBestWaterVehicle Cargo 4
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2480
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2481
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2482
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2483
  FindBestWaterVehicle Cargo 5
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2484
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2485
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2486
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2487
  FindBestWaterVehicle Cargo 6
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2488
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2489
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2490
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2491
  FindBestWaterVehicle Cargo 7
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2492
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2493
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2494
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2495
  FindBestWaterVehicle Cargo 8
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2496
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2497
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2498
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2499
  FindBestWaterVehicle Cargo 9
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2500
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2501
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2502
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2503
  FindBestWaterVehicle Cargo 10
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2504
    Reliability 0:      204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2505
    Reliability 50:     204
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2506
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2507
  FindBestWaterVehicle Cargo 11
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2508
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2509
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2510
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2511
  FindBestWaterVehicle Cargo 12
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2512
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2513
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2514
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2515
  FindBestWaterVehicle Cargo 13
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2516
    Reliability 0:      65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2517
    Reliability 50:     65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2518
    Reliability 100:    65535
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2519
  FindBestWaterVehicle Cargo 14
9654
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2520
    Reliability 0:      65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2521
    Reliability 50:     65535
b836eb5c521f (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport
truelight
parents: 9652
diff changeset
  2522
    Reliability 100:    65535
9560
ff2dde050a4c (svn r9498) [NoAI] -Add: added regression for AITransactionMode()
truelight
parents: 9558
diff changeset
  2523
  BuildVehicle():       0
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2524
  IsValidVehicle(11):   false
9560
ff2dde050a4c (svn r9498) [NoAI] -Add: added regression for AITransactionMode()
truelight
parents: 9558
diff changeset
  2525
  --Transaction--
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2526
    GetCosts():         5985
9560
ff2dde050a4c (svn r9498) [NoAI] -Add: added regression for AITransactionMode()
truelight
parents: 9558
diff changeset
  2527
    Execute():          true
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2528
  IsValidVehicle(11):   true
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2529
  CloneVehicle():       12
9557
a3e1a25cf3d3 (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression
truelight
parents: 9555
diff changeset
  2530
  --Accounting--
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2531
    GetCosts():         11970
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2532
    Should be:          11970
9557
a3e1a25cf3d3 (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression
truelight
parents: 9555
diff changeset
  2533
    ResetCosts():       (null : 0x00000000)
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2534
  SellVehicle(12):      true
9519
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2535
  StartStopVehicle():   true
0b7c2f4e54fb (svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt
truelight
parents: 9511
diff changeset
  2536
  SendVehicleToDepot(): true
9557
a3e1a25cf3d3 (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression
truelight
parents: 9555
diff changeset
  2537
  --Accounting--
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2538
    GetCosts():         -5985
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2539
    Should be:          -5985
9699
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  2540
  GetName():            Road Vehicle 1
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  2541
  SetName():            true
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  2542
  GetName():            MyVehicleName
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2543
  CloneVehicle():       12
9615
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  2544
  --VehicleData--
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  2545
    GetLocation():       33417
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  2546
    GetEngineType():     153
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  2547
    GetUnitNumber():     1
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2548
    GetAge():            1
9615
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  2549
    GetMaxAge():         5490
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2550
    GetAgeLeft():        5489
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2551
    GetProfitThisYear(): -1
9615
f809cdc8e360 (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList
truelight
parents: 9614
diff changeset
  2552
    GetProfitLastYear(): 0
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  2553
    GetVehicleType():    1
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2554
  BuildVehicle():       13
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2555
  IsValidVehicle(13):   true
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2556
  IsValidVehicle(14):   false
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2557
  BuildVehicle():       15
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2558
  IsValidVehicle(15):   true
9546
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2559
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2560
--VehicleList--
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2561
  Count():             4
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2562
  Location ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2563
    12 => 33417
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2564
    11 => 33417
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2565
    13 => 32119
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2566
    15 => 28479
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2567
  EngineType ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2568
    13 => 219
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2569
    15 => 204
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2570
    12 => 153
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2571
    11 => 153
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2572
  UnitNumber ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2573
    12 => 2
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2574
    15 => 1
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2575
    13 => 1
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2576
    11 => 1
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2577
  Age ListDump:
9699
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  2578
    12 => 1
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2579
    11 => 1
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2580
    15 => 0
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2581
    13 => 0
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2582
  MaxAge ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2583
    15 => 10980
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2584
    13 => 10980
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2585
    12 => 5490
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2586
    11 => 5490
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2587
  AgeLeft ListDump:
9704
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2588
    15 => 10980
197cb8c6ae17 (svn r11221) [NoAI] -Sync: with trunk r11145:11220
glx
parents: 9700
diff changeset
  2589
    13 => 10980
9699
e1b5f29cc6f9 (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names
truelight
parents: 9698
diff changeset
  2590
    12 => 5489
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2591
    11 => 5489
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2592
  ProfitThisYear ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2593
    15 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2594
    13 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2595
    12 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2596
    11 => -1
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2597
  ProfitLastYear ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2598
    15 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2599
    13 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2600
    12 => 0
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2601
    11 => 0
9684
623970482fb2 (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType
truelight
parents: 9682
diff changeset
  2602
  VehicleType ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2603
    13 => 3
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2604
    15 => 2
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2605
    12 => 1
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2606
    11 => 1
9614
814c3bbf8ecc (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator
truelight
parents: 9613
diff changeset
  2607
9546
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2608
--Order--
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2609
  GetNumberOfOrders():   0
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2610
  GetOrderDestination(): -1
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2611
  AreOrderFlagsValid():  true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2612
  IsValidVehicleOrder(): false
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2613
  GetOrderFlags():       65535
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2614
  AppendOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2615
  InsertOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2616
  GetNumberOfOrders():   2
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2617
  IsValidVehicleOrder(): true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2618
  RemoveOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2619
  ChangeOrder():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2620
  GetOrderDestination(): 33411
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2621
  CopyOrders():          false
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2622
  CopyOrders():          true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2623
  ShareOrders():         false
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2624
  ShareOrders():         true
fde20f518285 (svn r9477) [NoAI] -Add: added regression-test for AIOrder()
truelight
parents: 9519
diff changeset
  2625
  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
  2626
  AppendOrder():         true
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2627
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2628
--VehicleStationList--
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2629
  Count():             2
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2630
  Location ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2631
    4 => 33421
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2632
    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
  2633
  CargoWaiting(0) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2634
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2635
    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
  2636
  CargoWaiting(1) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2637
    4 => 0
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2638
    3 => 0
9648
760b7b504e37 (svn r10543) [NoAI] -Add: added AIStationListCargoRating as valuator for a station list
truelight
parents: 9647
diff changeset
  2639
  CargoRating(1) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2640
    4 => 69
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2641
    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
  2642
  DistanceManhattanToTile(30000) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2643
    4 => 106
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2644
    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
  2645
  DistanceSquareToTile(30000) ListDump:
9691
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2646
    4 => 8818
1231d4e5f5aa (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ...
truelight
parents: 9684
diff changeset
  2647
    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
  2648
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2649
--StationVehicleList--
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2650
  Count():             1
c17046b1b8a2 (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station
truelight
parents: 9642
diff changeset
  2651
  Location ListDump:
9694
e72987579514 (svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
rubidium
parents: 9691
diff changeset
  2652
    11 => 33417