OSDN Git Service

v0.582
authorKillery <Killery@kiritani-no-mac-mini.local>
Sun, 27 Dec 2015 23:47:58 +0000 (08:47 +0900)
committer桐谷 諭史 <Killery@kiritani-no-Mac-mini.local>
Sun, 27 Dec 2015 23:47:58 +0000 (08:47 +0900)
Awars III/Awars III-Info.plist
Awars III/FieldView.m
Awars III/en.lproj/MainMenu.xib

index 6e1f2dd..e57a689 100644 (file)
@@ -15,7 +15,7 @@
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>0.581</string>
+       <string>0.582</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
index 08ca2bb..fa8cd80 100755 (executable)
     while (U) {
         
         if(!U->dead && U->team != unitBreak->team){
+            if(unitBreak->team == 0)
+                if(U->team == 1)
+                    goto w0000p;
+            if(unitBreak->team == 1)
+                if(U->team == 0)
+                    goto w0000p;
+            
             for (int x = 1; x <= chipWidth; x++) {
                 for (int y = 1; y <= chipHeight;y++) {
                     if(g_selectRange[y][x] > 0 && g_entireUnit[y][x] == 0){
             }
         
         }
+    w0000p:{}
         U = U->next;
     }U = UTop;
     }
index 743facb..d3c54cc 100755 (executable)
                     <textField verticalHuggingPriority="750" id="558">
                         <rect key="frame" x="17" y="443" width="126" height="17"/>
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
-                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Version alpha 0.581" id="559">
+                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Version alpha 0.582" id="559">
                             <font key="font" metaFont="system"/>
                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>