~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to bin/ai/regression/regression.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman, Matthijs Kooijman
  • Date: 2009-10-01 22:52:59 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091001225259-5kpkp4sthbszpyif
[ Matthijs Kooijman ]
* New upstream release
* Use printf instead of echo -en in openttd-wrapper to make it POSIX
  compatible (Closes: #547758).
* Remove three patches that are now included in upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
  IsAirportTile():      false
576
576
  GetHangarOfAirport(): -1
577
577
  GetAirportType():     255
578
 
  IsValidAirportType(-1):       false
579
 
  GetAirportWidth(-1):          -1
580
 
  GetAirportHeight(-1):         -1
581
 
  GetAirportCoverageRadius(-1): -1
582
 
  IsValidAirportType(0):       true
583
 
  GetAirportWidth(0):          4
584
 
  GetAirportHeight(0):         3
585
 
  GetAirportCoverageRadius(0): 4
586
 
  IsValidAirportType(1):       false
587
 
  GetAirportWidth(1):          -1
588
 
  GetAirportHeight(1):         -1
589
 
  GetAirportCoverageRadius(1): -1
590
 
  IsValidAirportType(2):       false
591
 
  GetAirportWidth(2):          -1
592
 
  GetAirportHeight(2):         -1
593
 
  GetAirportCoverageRadius(2): -1
594
 
  IsValidAirportType(3):       false
595
 
  GetAirportWidth(3):          -1
596
 
  GetAirportHeight(3):         -1
597
 
  GetAirportCoverageRadius(3): -1
598
 
  IsValidAirportType(4):       false
599
 
  GetAirportWidth(4):          -1
600
 
  GetAirportHeight(4):         -1
601
 
  GetAirportCoverageRadius(4): -1
602
 
  IsValidAirportType(5):       false
603
 
  GetAirportWidth(5):          -1
604
 
  GetAirportHeight(5):         -1
605
 
  GetAirportCoverageRadius(5): -1
606
 
  IsValidAirportType(6):       false
607
 
  GetAirportWidth(6):          -1
608
 
  GetAirportHeight(6):         -1
609
 
  GetAirportCoverageRadius(6): -1
610
 
  IsValidAirportType(7):       false
611
 
  GetAirportWidth(7):          -1
612
 
  GetAirportHeight(7):         -1
613
 
  GetAirportCoverageRadius(7): -1
614
 
  IsValidAirportType(8):       false
615
 
  GetAirportWidth(8):          -1
616
 
  GetAirportHeight(8):         -1
617
 
  GetAirportCoverageRadius(8): -1
618
 
  IsValidAirportType(9):       false
619
 
  GetAirportWidth(9):          -1
620
 
  GetAirportHeight(9):         -1
621
 
  GetAirportCoverageRadius(9): -1
 
578
  IsAirportInformationAvailable(-1): false
 
579
  IsValidAirportType(-1):            false
 
580
  GetAirportWidth(-1):               -1
 
581
  GetAirportHeight(-1):              -1
 
582
  GetAirportCoverageRadius(-1):      -1
 
583
  IsAirportInformationAvailable(0): true
 
584
  IsValidAirportType(0):            true
 
585
  GetAirportWidth(0):               4
 
586
  GetAirportHeight(0):              3
 
587
  GetAirportCoverageRadius(0):      4
 
588
  IsAirportInformationAvailable(1): true
 
589
  IsValidAirportType(1):            false
 
590
  GetAirportWidth(1):               6
 
591
  GetAirportHeight(1):              6
 
592
  GetAirportCoverageRadius(1):      5
 
593
  IsAirportInformationAvailable(2): true
 
594
  IsValidAirportType(2):            false
 
595
  GetAirportWidth(2):               1
 
596
  GetAirportHeight(2):              1
 
597
  GetAirportCoverageRadius(2):      4
 
598
  IsAirportInformationAvailable(3): true
 
599
  IsValidAirportType(3):            false
 
600
  GetAirportWidth(3):               6
 
601
  GetAirportHeight(3):              6
 
602
  GetAirportCoverageRadius(3):      6
 
603
  IsAirportInformationAvailable(4): true
 
604
  IsValidAirportType(4):            false
 
605
  GetAirportWidth(4):               7
 
606
  GetAirportHeight(4):              7
 
607
  GetAirportCoverageRadius(4):      8
 
608
  IsAirportInformationAvailable(5): true
 
609
  IsValidAirportType(5):            false
 
610
  GetAirportWidth(5):               5
 
611
  GetAirportHeight(5):              4
 
612
  GetAirportCoverageRadius(5):      4
 
613
  IsAirportInformationAvailable(6): true
 
614
  IsValidAirportType(6):            false
 
615
  GetAirportWidth(6):               2
 
616
  GetAirportHeight(6):              2
 
617
  GetAirportCoverageRadius(6):      4
 
618
  IsAirportInformationAvailable(7): true
 
619
  IsValidAirportType(7):            false
 
620
  GetAirportWidth(7):               9
 
621
  GetAirportHeight(7):              11
 
622
  GetAirportCoverageRadius(7):      10
 
623
  IsAirportInformationAvailable(8): true
 
624
  IsValidAirportType(8):            false
 
625
  GetAirportWidth(8):               4
 
626
  GetAirportHeight(8):              2
 
627
  GetAirportCoverageRadius(8):      4
 
628
  IsAirportInformationAvailable(9): false
 
629
  IsValidAirportType(9):            false
 
630
  GetAirportWidth(9):               -1
 
631
  GetAirportHeight(9):              -1
 
632
  GetAirportCoverageRadius(9):      -1
622
633
  GetBankBalance():     100000
623
634
  GetPrice():           84
624
635
  BuildAirport():       true
648
659
    IsValidBridge():    true
649
660
    GetName():          Wooden rail bridge
650
661
    GetMaxSpeed():      32
651
 
    GetPrice():         10
 
662
    GetPrice():         15
652
663
    GetMaxLength():     102
653
664
    GetMinLength():     2
654
665
  Bridge 1
655
666
    IsValidBridge():    true
656
667
    GetName():          Concrete rail bridge
657
668
    GetMaxSpeed():      48
658
 
    GetPrice():         15
 
669
    GetPrice():         21
659
670
    GetMaxLength():     4
660
671
    GetMinLength():     2
661
672
  Bridge 2
662
673
    IsValidBridge():    true
663
674
    GetName():          Steel girder rail bridge
664
675
    GetMaxSpeed():      64
665
 
    GetPrice():         19
 
676
    GetPrice():         27
666
677
    GetMaxLength():     7
667
678
    GetMinLength():     2
668
679
  Bridge 3
669
680
    IsValidBridge():    true
670
681
    GetName():          Reinforced concrete suspension rail bridge
671
682
    GetMaxSpeed():      80
672
 
    GetPrice():         22
 
683
    GetPrice():         32
673
684
    GetMaxLength():     12
674
685
    GetMinLength():     4
675
686
  Bridge 4
676
687
    IsValidBridge():    true
677
688
    GetName():          Steel suspension rail bridge
678
689
    GetMaxSpeed():      96
679
 
    GetPrice():         25
 
690
    GetPrice():         35
680
691
    GetMaxLength():     102
681
692
    GetMinLength():     5
682
693
  Bridge 5
683
694
    IsValidBridge():    true
684
695
    GetName():          Steel suspension rail bridge
685
696
    GetMaxSpeed():      112
686
 
    GetPrice():         26
 
697
    GetPrice():         36
687
698
    GetMaxLength():     102
688
699
    GetMinLength():     5
689
700
  Bridge 6
690
701
    IsValidBridge():    true
691
702
    GetName():          Steel cantilever rail bridge
692
703
    GetMaxSpeed():      160
693
 
    GetPrice():         30
 
704
    GetPrice():         42
694
705
    GetMaxLength():     9
695
706
    GetMinLength():     5
696
707
  Bridge 7
697
708
    IsValidBridge():    true
698
709
    GetName():          Steel cantilever rail bridge
699
710
    GetMaxSpeed():      208
700
 
    GetPrice():         31
 
711
    GetPrice():         44
701
712
    GetMaxLength():     10
702
713
    GetMinLength():     5
703
714
  Bridge 8
704
715
    IsValidBridge():    true
705
716
    GetName():          Steel cantilever rail bridge
706
717
    GetMaxSpeed():      240
707
 
    GetPrice():         33
 
718
    GetPrice():         47
708
719
    GetMaxLength():     11
709
720
    GetMinLength():     5
710
721
  Bridge 9
711
722
    IsValidBridge():    true
712
723
    GetName():          Steel girder rail bridge
713
724
    GetMaxSpeed():      256
714
 
    GetPrice():         32
 
725
    GetPrice():         45
715
726
    GetMaxLength():     4
716
727
    GetMinLength():     2
717
728
  Bridge 10
773
784
    1 => 48
774
785
    0 => 32
775
786
  Price ListDump:
776
 
    8 => 33
777
 
    9 => 32
778
 
    7 => 31
779
 
    6 => 30
780
 
    5 => 26
781
 
    4 => 25
782
 
    3 => 22
783
 
    2 => 19
784
 
    1 => 15
785
 
    0 => 10
 
787
    8 => 47
 
788
    9 => 45
 
789
    7 => 44
 
790
    6 => 42
 
791
    5 => 36
 
792
    4 => 35
 
793
    3 => 32
 
794
    2 => 27
 
795
    1 => 21
 
796
    0 => 15
786
797
  MaxLength ListDump:
787
798
    5 => 102
788
799
    4 => 102
813
824
    4 => 96
814
825
    0 => 32
815
826
  Price ListDump:
816
 
    5 => 73
817
 
    4 => 70
818
 
    0 => 30
 
827
    5 => 220
 
828
    4 => 212
 
829
    0 => 91
819
830
 
820
831
--AICargo--
821
832
  Cargo -1