Xcode project update for 1.11.19

Version number and ingame changelog
This commit is contained in:
mattsc 2014-11-08 20:09:28 -08:00
parent 3abcf00249
commit 21badb3b75
3 changed files with 119 additions and 5 deletions

View file

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.11.18</string>
<string>1.11.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.11.18</string>
<string>1.11.19</string>
<key>NSHighResolutionCapable</key>
<false/>
<key>NSMainNibFile</key>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment version="1050" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6245"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
@ -628,6 +628,107 @@ Cgo
</paragraphStyle>
</attributes>
</fragment>
<fragment content="Version 1.11.19:">
<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>
<mutableString key="content">
* Campaigns:
* Legend of Wesmere:
* Kalian under attack: fixed more issues due to new map size.
* Kalian under attack: fixed two issues with fog. This fixes bug #22880.
* Elves Last Stand: fixed not all elvish leaders being able to recruit.
* Elves Last Stand: fixed bugs in Olurf and Olurf's party arrival.
* Bounty Hunters: fixed several coordinate issues due to new map size.
* Cliffs of Thoria: fixed so that yetis can be seen moving in hole in fog.
* Fixed player team name in several scenarios.
* Fixed player side carryover in several scenarios.
* Language and i18n:
* Updated translations: Czech, Galician, German, Italian, Portuguese,
Scottish Gaelic, Slovak, Spanish.
</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 content="Version 1.11.18:">
<attributes>
<font key="NSFont" size="12" name="LucidaGrande-Bold"/>
@ -671,9 +772,22 @@ Cgo
</fragment>
<fragment>
<mutableString key="content">
* Campaigns:
* Campaigns:
* Eastern Invasion:
* Updated maps for scenario 14, 16 and 17b.
* Legend of Wesmere:
* Fixed broken sides configuration and starting locations in several
scenarios.
* The Uprooting: fixed Arkildur not appearing in multiplayer mode.
* Kalian under attack: fixed units and labels offset due to different map
sizes after Kalenz and Landar appear (bug #22073).
* Bounty Hunters: fixed Olurf being unable to recruit.
* Human Alliance: completely redone and rebalanced. This fixes bug #21941,
implements FR #16600, and addresses comments made in the feedback topic
on the forums.
* Chapter 4 is now available in multiplayer mode again
* Minor (mostly cosmetic) changes to several maps
* Under the Burning Suns:
* Fixed recruited Desert Archers being always male.
* Fixed malformed rand range errors during AI turns on medium difficulty