project_files/HedgewarsMobile/Classes/GameConfigViewController-iPhone.xib
author Wuzzy <almikes@aol.com>
Sat, 30 Sep 2017 23:52:08 +0200
changeset 12627 07fdda8c13a2
parent 11232 e1bbd85a53b7
permissions -rw-r--r--
TrophyRace: Fix game never eliminating any hogs after a hog skipped or ran out of time Warning: This commit _might_ invalidate past records, but I'm not sure if this is actually the case. Note that only the eliminiation part of the script is touched, not the actual race logic. Even if records are actually broken by this, I and sheepluva have decided that it's more imporant to fix this very, VERY stupid and old bug than to preserve records.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11232
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     3
    <dependencies>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     4
        <deployment identifier="iOS"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     6
    </dependencies>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     7
    <objects>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     8
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GameConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
     9
            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    10
                <outlet property="backButton" destination="16" id="JdX-PP-V4d"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    11
                <outlet property="mapConfigViewController" destination="30" id="33"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    12
                <outlet property="schemeWeaponConfigViewController" destination="32" id="35"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    13
                <outlet property="startButton" destination="18" id="0Gc-dB-ioC"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    14
                <outlet property="tabsSegmentedControl" destination="20" id="PVz-zB-sKx"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    15
                <outlet property="teamConfigViewController" destination="31" id="34"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    16
                <outlet property="view" destination="2" id="3"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    17
            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    18
        </placeholder>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    19
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    20
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    21
            <rect key="frame" x="0.0" y="0.0" width="480" height="320"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    22
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    23
            <subviews>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    24
                <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" barStyle="black" id="15">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    25
                    <rect key="frame" x="0.0" y="276" width="480" height="44"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    26
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    27
                    <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    28
                    <items>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    29
                        <barButtonItem title="Back" id="16">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    30
                            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    31
                                <action selector="buttonPressed:" destination="-1" id="17"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    32
                            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    33
                        </barButtonItem>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    34
                        <barButtonItem style="plain" systemItem="flexibleSpace" id="22"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    35
                        <barButtonItem style="plain" id="21">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    36
                            <segmentedControl key="customView" opaque="NO" tag="12345" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="20">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    37
                                <rect key="frame" x="105" y="7" width="270" height="30"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    38
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    39
                                <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    40
                                <segments>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    41
                                    <segment title="Map"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    42
                                    <segment title="Teams"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    43
                                    <segment title="Details"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    44
                                    <segment title="Help"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    45
                                </segments>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    46
                                <color key="tintColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    47
                                <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    48
                                    <action selector="segmentPressed:" destination="-1" eventType="valueChanged" id="29"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    49
                                </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    50
                            </segmentedControl>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    51
                        </barButtonItem>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    52
                        <barButtonItem style="plain" systemItem="flexibleSpace" id="19"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    53
                        <barButtonItem tag="1" title="Start" width="68" style="done" id="18">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    54
                            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    55
                                <action selector="buttonPressed:" destination="-1" id="23"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    56
                            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    57
                        </barButtonItem>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    58
                    </items>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    59
                </toolbar>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    60
                <view clipsSubviews="YES" contentMode="scaleToFill" id="40" userLabel="TeamConfigViewController View">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    61
                    <rect key="frame" x="0.0" y="0.0" width="480" height="276"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    62
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    63
                    <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    64
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    65
                </view>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    66
                <view clipsSubviews="YES" contentMode="scaleToFill" id="41" userLabel="SchemeWeaponConfigViewController View">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    67
                    <rect key="frame" x="0.0" y="0.0" width="480" height="276"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    68
                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    69
                    <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    70
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    71
                </view>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    72
            </subviews>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    73
            <animations/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    74
            <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    75
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    76
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    77
            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    78
            <point key="canvasLocation" x="944" y="504"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    79
        </view>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    80
        <viewController nibName="MapConfigViewController-iPhone" id="30" customClass="MapConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    81
            <extendedEdge key="edgesForExtendedLayout"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    82
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    83
            <simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    84
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    85
        </viewController>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    86
        <viewController id="31" customClass="TeamConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    87
            <extendedEdge key="edgesForExtendedLayout"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    88
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    89
            <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    90
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    91
            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    92
                <outlet property="view" destination="40" id="42"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    93
            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    94
        </viewController>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    95
        <viewController id="32" customClass="SchemeWeaponConfigViewController">
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    96
            <extendedEdge key="edgesForExtendedLayout"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    97
            <nil key="simulatedStatusBarMetrics"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    98
            <simulatedToolbarMetrics key="simulatedBottomBarMetrics" barStyle="black"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
    99
            <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   100
            <connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   101
                <outlet property="view" destination="41" id="43"/>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   102
            </connections>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   103
        </viewController>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   104
    </objects>
e1bbd85a53b7 - Toolbar elements are localizable now in GameConfig for iPhone
antonc27 <antonc27@mail.ru>
parents: 11121
diff changeset
   105
</document>