Xcode project update for 1.11.13
Version number and ingame changelog
This commit is contained in:
parent
82b2ba23ad
commit
1d42a85e95
3 changed files with 113 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.11.12</string>
|
||||
<string>1.11.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.11.12</string>
|
||||
<string>1.11.13</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<false/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
114
projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
generated
114
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="5053" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<dependencies>
|
||||
<deployment version="1050" identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
||||
|
@ -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="16357"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="440" height="16660"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<size key="minSize" width="440" height="406"/>
|
||||
|
@ -628,6 +628,114 @@ Cgo
|
|||
</paragraphStyle>
|
||||
</attributes>
|
||||
</fragment>
|
||||
<fragment content="Version 1.11.13:">
|
||||
<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">
|
||||
* AI:
|
||||
* Micro AIs: fixes for a variety of rarely occurring but serious bugs
|
||||
|
||||
* Language and i18n:
|
||||
* Updated translations: Czech, French, Hungarian, Italian, Lithuanian,
|
||||
Slovak.
|
||||
|
||||
* Miscellaneous and bug fixes:
|
||||
* Statues are no longer displayed in the "Damage versus" tooltip.
|
||||
* Use a dropdown menu for both "skip replay" and "enter blindfold".
|
||||
This fixes the mp lobby in width <= 800 resolutions. (Fix #21888.)
|
||||
* OS X: mark Wesnoth as not high-resolution capable. This greatly improves
|
||||
performance on retina devices.
|
||||
* Fix bug which caused timer to be refreshed twice when time runs out.
|
||||
* Use one combo box instead of check boxes for replay options in lobby.
|
||||
* Dropped sides now default to idle rather than human control, this fixes an
|
||||
issue with the host immediately getting vision of dropped sides in some
|
||||
cases.
|
||||
* Disable notifications should now work for other desktops besides KDE.
|
||||
* The replay viewer now proceeds through sides with empty controllers when
|
||||
using the "play_side" button, thus matching the behavior of the rest of
|
||||
wesnoth. Bug fix #21025.
|
||||
|
||||
|
||||
</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.12:
|
||||
</string>
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue