Xcode project update for 1.12.3
Version number and ingame changelog
This commit is contained in:
parent
401dae384d
commit
b3798b0575
3 changed files with 230 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.12.1</string>
|
||||
<string>1.12.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.12.1</string>
|
||||
<string>1.12.3</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<false/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
231
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
231
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6751" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<dependencies>
|
||||
<deployment version="1050" identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6751"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
||||
|
@ -526,7 +526,7 @@ cyBMaWNlbnNlLgo
|
|||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="502">
|
||||
<rect key="frame" x="41" y="35" width="457" height="408"/>
|
||||
<rect key="frame" x="41" y="-1" width="457" height="408"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<clipView key="contentView" id="Pg7-qf-R9o">
|
||||
<rect key="frame" x="1" y="1" width="440" height="406"/>
|
||||
|
@ -628,6 +628,231 @@ Cgo
|
|||
</paragraphStyle>
|
||||
</attributes>
|
||||
</fragment>
|
||||
<fragment content="Version 1.12.3:">
|
||||
<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">
|
||||
|
||||
* Security fixes:
|
||||
* Disallowed inclusion of .pbl files from WML (bug #23504).
|
||||
|
||||
* Editor:
|
||||
* Fixed memory corruption bug in the Side Setup dialog.
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: Chinese (Simplified), Galician, Scottish Gaelic,
|
||||
Spanish.
|
||||
|
||||
* Multiplayer:
|
||||
* A New Land:
|
||||
* Removed the ability to select individual factions when using map
|
||||
settings as this breaks player recruit lists (bug #23593).
|
||||
* Removed the Silver Mage from the available leaders for the Rebels faction
|
||||
in Age of Heroes.
|
||||
* Fixed "Accept whispers from friends only" not working with the default
|
||||
lobby UI, and added a warning every 5 minutes for individual rejected
|
||||
senders.
|
||||
|
||||
* User interface:
|
||||
* Fixed minimap buttons appearing without contents or in the wrong state
|
||||
during WML start events until they are interacted with or control is given
|
||||
to the player for the first time or some other unspecified thing happens.
|
||||
* Fixed unit bars, ellipses, and orbs disappearing for individual units in
|
||||
replay mode when using Skip Animations/Quick Replays if they moved without
|
||||
attacking or otherwise switching to a new animation.
|
||||
* Chat Log dialog now starts on the last log page when there are multiple
|
||||
pages.
|
||||
|
||||
* Miscellaneous and bug fixes:
|
||||
* Made silence.ogg larger to work around a crash involving the multiplayer
|
||||
lobby with music and sound enabled (bug #23633, bug #23599) with libvorbis
|
||||
builds affected by Debian bug #782831.
|
||||
|
||||
|
||||
</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.12.2:">
|
||||
<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">
|
||||
|
||||
* Security fixes:
|
||||
* Fixed arbitrary file read by WML/Lua API (CVE-2015-0844, bug #23440).
|
||||
|
||||
* Campaigns:
|
||||
* Use the new bigmaps for A Tale of Two Brothers, Delfadors Memoirs, The
|
||||
Hammer of Thursagan, Northern Rebirth and the epilogue of Legend of
|
||||
Wesmere.
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: Chinese (Simplified), Chinese (Traditional),
|
||||
Galician, German, Polish, Scottish Gaelic, Spanish.
|
||||
|
||||
* Miscellaneous and bug fixes:
|
||||
* Fix OOS when undoing after deactivating delayed shroud updates.
|
||||
* Eliminate local carryover info retained by clients when transitioning in MP
|
||||
campaigns, which seems to cause OOS and wrong carryover gold (bug #22936).
|
||||
* Fix bug #23454: gamestate carryover issues with randomly-generated maps.
|
||||
|
||||
|
||||
</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.12.1:">
|
||||
<attributes>
|
||||
<font key="NSFont" size="12" name="LucidaGrande-Bold"/>
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue