Xcode project update for 1.11.11
Version number and ingame changelog
This commit is contained in:
parent
5c07956e59
commit
8f748f9bd2
3 changed files with 197 additions and 8 deletions
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.11.10</string>
|
||||
<string>1.11.11</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.11.10</string>
|
||||
<string>1.11.11</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>SDLMain</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
201
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
201
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<dependencies>
|
||||
<deployment version="1050" identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
|
||||
|
@ -533,7 +533,7 @@ cyBMaWNlbnNlLgo
|
|||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textView importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="503">
|
||||
<rect key="frame" x="0.0" y="0.0" width="440" height="15870"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="440" height="16138"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<size key="minSize" width="440" height="406"/>
|
||||
|
@ -629,11 +629,10 @@ Cgo
|
|||
</attributes>
|
||||
</fragment>
|
||||
<fragment>
|
||||
<string key="content">Version 1.11.10:
|
||||
<string key="content">Version 1.11.11:
|
||||
</string>
|
||||
<attributes>
|
||||
<font key="NSFont" size="12" name="LucidaGrande-Bold"/>
|
||||
<font key="NSOriginalFont" size="12" name="LucidaGrande-Bold"/>
|
||||
<paragraphStyle key="NSParagraphStyle" alignment="justified" lineBreakMode="wordWrapping" baseWritingDirection="natural">
|
||||
<tabStops>
|
||||
<textTab alignment="left" location="0.0"/>
|
||||
|
@ -673,8 +672,198 @@ Cgo
|
|||
</attributes>
|
||||
</fragment>
|
||||
<fragment>
|
||||
<mutableString key="content"> * Campaigns:
|
||||
* Eastern Invasion:
|
||||
<string key="content"> * Campaigns:
|
||||
</string>
|
||||
<attributes>
|
||||
<font key="NSFont" size="11" name="LucidaGrande"/>
|
||||
<paragraphStyle key="NSParagraphStyle" alignment="justified" lineBreakMode="wordWrapping" baseWritingDirection="natural">
|
||||
<tabStops>
|
||||
<textTab alignment="left" location="0.0"/>
|
||||
<textTab alignment="left" location="56"/>
|
||||
<textTab alignment="left" location="112"/>
|
||||
<textTab alignment="left" location="168"/>
|
||||
<textTab alignment="left" location="224"/>
|
||||
<textTab alignment="left" location="280"/>
|
||||
<textTab alignment="left" location="336"/>
|
||||
<textTab alignment="left" location="392"/>
|
||||
<textTab alignment="left" location="448"/>
|
||||
<textTab alignment="left" location="504"/>
|
||||
<textTab alignment="left" location="560"/>
|
||||
<textTab alignment="left" location="616"/>
|
||||
<textTab alignment="left" location="672"/>
|
||||
<textTab alignment="left" location="728"/>
|
||||
<textTab alignment="left" location="784"/>
|
||||
<textTab alignment="left" location="840"/>
|
||||
<textTab alignment="left" location="896"/>
|
||||
<textTab alignment="left" location="952"/>
|
||||
<textTab alignment="left" location="1008"/>
|
||||
<textTab alignment="left" location="1064"/>
|
||||
<textTab alignment="left" location="1120"/>
|
||||
<textTab alignment="left" location="1176"/>
|
||||
<textTab alignment="left" location="1232"/>
|
||||
<textTab alignment="left" location="1288"/>
|
||||
<textTab alignment="left" location="1344"/>
|
||||
<textTab alignment="left" location="1400"/>
|
||||
<textTab alignment="left" location="1456"/>
|
||||
<textTab alignment="left" location="1512"/>
|
||||
<textTab alignment="left" location="1568"/>
|
||||
<textTab alignment="left" location="1624"/>
|
||||
<textTab alignment="left" location="1680"/>
|
||||
<textTab alignment="left" location="1736"/>
|
||||
</tabStops>
|
||||
</paragraphStyle>
|
||||
</attributes>
|
||||
</fragment>
|
||||
<fragment>
|
||||
<mutableString key="content"> * Eastern Invasion:
|
||||
* Updated maps for scenario 8, 11, 12, 14, 16 and 17a.
|
||||
* Under the Burning Suns:
|
||||
* Fixed broken unit type appearing in The Final Confrontation.
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: German, Italian, Slovak.
|
||||
|
||||
* User interface:
|
||||
* Non-team labels no longer remove team labels that were present in the
|
||||
same hex.
|
||||
|
||||
* Miscellaneous and bug fixes:
|
||||
* Units can no longer be moved in linger mode (bug #21450).
|
||||
* Labels are now removed when shroud/fog is removed, rather than waiting
|
||||
for a new turn (bug #21434).
|
||||
* Percent signs show when describing traits that increase damage or attacks
|
||||
by a percentage (bug #21577).
|
||||
|
||||
|
||||
</mutableString>
|
||||
<attributes>
|
||||
<font key="NSFont" size="10" name="LucidaGrande"/>
|
||||
<paragraphStyle key="NSParagraphStyle" alignment="justified" lineBreakMode="wordWrapping" baseWritingDirection="natural">
|
||||
<tabStops>
|
||||
<textTab alignment="left" location="0.0"/>
|
||||
<textTab alignment="left" location="56"/>
|
||||
<textTab alignment="left" location="112"/>
|
||||
<textTab alignment="left" location="168"/>
|
||||
<textTab alignment="left" location="224"/>
|
||||
<textTab alignment="left" location="280"/>
|
||||
<textTab alignment="left" location="336"/>
|
||||
<textTab alignment="left" location="392"/>
|
||||
<textTab alignment="left" location="448"/>
|
||||
<textTab alignment="left" location="504"/>
|
||||
<textTab alignment="left" location="560"/>
|
||||
<textTab alignment="left" location="616"/>
|
||||
<textTab alignment="left" location="672"/>
|
||||
<textTab alignment="left" location="728"/>
|
||||
<textTab alignment="left" location="784"/>
|
||||
<textTab alignment="left" location="840"/>
|
||||
<textTab alignment="left" location="896"/>
|
||||
<textTab alignment="left" location="952"/>
|
||||
<textTab alignment="left" location="1008"/>
|
||||
<textTab alignment="left" location="1064"/>
|
||||
<textTab alignment="left" location="1120"/>
|
||||
<textTab alignment="left" location="1176"/>
|
||||
<textTab alignment="left" location="1232"/>
|
||||
<textTab alignment="left" location="1288"/>
|
||||
<textTab alignment="left" location="1344"/>
|
||||
<textTab alignment="left" location="1400"/>
|
||||
<textTab alignment="left" location="1456"/>
|
||||
<textTab alignment="left" location="1512"/>
|
||||
<textTab alignment="left" location="1568"/>
|
||||
<textTab alignment="left" location="1624"/>
|
||||
<textTab alignment="left" location="1680"/>
|
||||
<textTab alignment="left" location="1736"/>
|
||||
</tabStops>
|
||||
</paragraphStyle>
|
||||
</attributes>
|
||||
</fragment>
|
||||
<fragment>
|
||||
<string key="content">Version 1.11.10:
|
||||
</string>
|
||||
<attributes>
|
||||
<font key="NSFont" size="12" name="LucidaGrande-Bold"/>
|
||||
<paragraphStyle key="NSParagraphStyle" alignment="justified" lineBreakMode="wordWrapping" baseWritingDirection="natural">
|
||||
<tabStops>
|
||||
<textTab alignment="left" location="0.0"/>
|
||||
<textTab alignment="left" location="56"/>
|
||||
<textTab alignment="left" location="112"/>
|
||||
<textTab alignment="left" location="168"/>
|
||||
<textTab alignment="left" location="224"/>
|
||||
<textTab alignment="left" location="280"/>
|
||||
<textTab alignment="left" location="336"/>
|
||||
<textTab alignment="left" location="392"/>
|
||||
<textTab alignment="left" location="448"/>
|
||||
<textTab alignment="left" location="504"/>
|
||||
<textTab alignment="left" location="560"/>
|
||||
<textTab alignment="left" location="616"/>
|
||||
<textTab alignment="left" location="672"/>
|
||||
<textTab alignment="left" location="728"/>
|
||||
<textTab alignment="left" location="784"/>
|
||||
<textTab alignment="left" location="840"/>
|
||||
<textTab alignment="left" location="896"/>
|
||||
<textTab alignment="left" location="952"/>
|
||||
<textTab alignment="left" location="1008"/>
|
||||
<textTab alignment="left" location="1064"/>
|
||||
<textTab alignment="left" location="1120"/>
|
||||
<textTab alignment="left" location="1176"/>
|
||||
<textTab alignment="left" location="1232"/>
|
||||
<textTab alignment="left" location="1288"/>
|
||||
<textTab alignment="left" location="1344"/>
|
||||
<textTab alignment="left" location="1400"/>
|
||||
<textTab alignment="left" location="1456"/>
|
||||
<textTab alignment="left" location="1512"/>
|
||||
<textTab alignment="left" location="1568"/>
|
||||
<textTab alignment="left" location="1624"/>
|
||||
<textTab alignment="left" location="1680"/>
|
||||
<textTab alignment="left" location="1736"/>
|
||||
</tabStops>
|
||||
</paragraphStyle>
|
||||
</attributes>
|
||||
</fragment>
|
||||
<fragment>
|
||||
<string key="content"> * Campaigns:
|
||||
</string>
|
||||
<attributes>
|
||||
<font key="NSFont" size="11" name="LucidaGrande"/>
|
||||
<paragraphStyle key="NSParagraphStyle" alignment="justified" lineBreakMode="wordWrapping" baseWritingDirection="natural">
|
||||
<tabStops>
|
||||
<textTab alignment="left" location="0.0"/>
|
||||
<textTab alignment="left" location="56"/>
|
||||
<textTab alignment="left" location="112"/>
|
||||
<textTab alignment="left" location="168"/>
|
||||
<textTab alignment="left" location="224"/>
|
||||
<textTab alignment="left" location="280"/>
|
||||
<textTab alignment="left" location="336"/>
|
||||
<textTab alignment="left" location="392"/>
|
||||
<textTab alignment="left" location="448"/>
|
||||
<textTab alignment="left" location="504"/>
|
||||
<textTab alignment="left" location="560"/>
|
||||
<textTab alignment="left" location="616"/>
|
||||
<textTab alignment="left" location="672"/>
|
||||
<textTab alignment="left" location="728"/>
|
||||
<textTab alignment="left" location="784"/>
|
||||
<textTab alignment="left" location="840"/>
|
||||
<textTab alignment="left" location="896"/>
|
||||
<textTab alignment="left" location="952"/>
|
||||
<textTab alignment="left" location="1008"/>
|
||||
<textTab alignment="left" location="1064"/>
|
||||
<textTab alignment="left" location="1120"/>
|
||||
<textTab alignment="left" location="1176"/>
|
||||
<textTab alignment="left" location="1232"/>
|
||||
<textTab alignment="left" location="1288"/>
|
||||
<textTab alignment="left" location="1344"/>
|
||||
<textTab alignment="left" location="1400"/>
|
||||
<textTab alignment="left" location="1456"/>
|
||||
<textTab alignment="left" location="1512"/>
|
||||
<textTab alignment="left" location="1568"/>
|
||||
<textTab alignment="left" location="1624"/>
|
||||
<textTab alignment="left" location="1680"/>
|
||||
<textTab alignment="left" location="1736"/>
|
||||
</tabStops>
|
||||
</paragraphStyle>
|
||||
</attributes>
|
||||
</fragment>
|
||||
<fragment>
|
||||
<mutableString key="content"> * Eastern Invasion:
|
||||
* New world map.
|
||||
* Rewrote scenario 'Training the Ogres' and renamed it to
|
||||
'Capturing the Ogres'.
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue