<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Logical Shift</title>
	<link>http://logicalshift.co.uk/rotate</link>
	<description></description>
	<pubDate>Tue, 11 Mar 2008 21:51:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Challenges for iPhone CocoaGlk</title>
		<link>http://logicalshift.co.uk/rotate/2008/03/11/challenges-for-iphone-cocoaglk/</link>
		<comments>http://logicalshift.co.uk/rotate/2008/03/11/challenges-for-iphone-cocoaglk/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 00:18:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[CocoaGlk]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2008/03/11/challenges-for-iphone-cocoaglk/</guid>
		<description><![CDATA[First off, a screenshot. It might not look like much (or anything), but this is actually a bit of a milestone: that&#8217;s a glk window in CocoaGlk running under aspen:

 The reason this is interesting is that it was actually several days worth of work before CocoaGlk could achieve the same feat. I&#8217;ve been able [...]]]></description>
			<content:encoded><![CDATA[<p>First off, a screenshot. It might not look like much (or anything), but this is actually a bit of a milestone: that&#8217;s a glk window in CocoaGlk running under aspen:</p>
<p style="text-align: center" class="frameimg"><img src="/etc/unimpressive.png" /></p>
<p> The reason this is interesting is that it was actually several days worth of work before CocoaGlk could achieve the same feat. I&#8217;ve been able to take across even some of the UI code from the &#8216;full&#8217; OS X version of CocoaGlk, so things are progressing quite fast.</p>
<p>There are still a few things that I need to make some decisions on, though. Read on for the details.</p>
<p> <a href="http://logicalshift.co.uk/rotate/2008/03/11/challenges-for-iphone-cocoaglk/#more-35" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2008/03/11/challenges-for-iphone-cocoaglk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some success with the SDK</title>
		<link>http://logicalshift.co.uk/rotate/2008/03/09/some-success-with-the-sdk/</link>
		<comments>http://logicalshift.co.uk/rotate/2008/03/09/some-success-with-the-sdk/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 16:26:45 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[CocoaGlk]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2008/03/09/some-success-with-the-sdk/</guid>
		<description><![CDATA[After some wrangling, I managed to get the SDK to download. Apple&#8217;s servers decided to reset my download after 12 hours at 1.6GB in such a way that Safari thought the entire thing had downloaded, so no resuming&#8230; Or at least there would have been no resuming if I hadn&#8217;t started a new download and [...]]]></description>
			<content:encoded><![CDATA[<p>After some wrangling, I managed to get the SDK to download. Apple&#8217;s servers decided to reset my download after 12 hours at 1.6GB in such a way that Safari thought the entire thing had downloaded, so no resuming&#8230; Or at least there would have been no resuming if I hadn&#8217;t started a new download and applied some text editor-fu to the Info.plist in the .download package to make it think that the 1.6Gb file was the thing it should have been resuming. Sheesh, even the hopeless transfer manager that Microsoft makes you download stuff from MSDN is better than this.</p>
<p>This means that I managed to get the SDK installed an hour ago, and spent some time pointing it at the GlkClient source files, which compiled with barely a hitch: mostly I just needed to replace Cocoa.h with UIKit.h and change some NSColors to UIColors. Awesome: you can compile UI-less glk interpreters now. That&#8217;s the easy part done: now I need UIKit implementations of the glk protocol classes, and some new startup code to run the interpreter in a separate thread instead of in a separate task (which would be pointless on the iPhone and would probably annoy Apple anyway).</p>
<p>I&#8217;ve also created a Google Code project for this, so you can track progress at <a href="http://code.google.com/p/cocoaglk">http://code.google.com/p/cocoaglk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2008/03/09/some-success-with-the-sdk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IF and the iPhone</title>
		<link>http://logicalshift.co.uk/rotate/2008/03/07/if-and-the-iphone/</link>
		<comments>http://logicalshift.co.uk/rotate/2008/03/07/if-and-the-iphone/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 23:26:38 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[CocoaGlk]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2008/03/07/if-and-the-iphone/</guid>
		<description><![CDATA[So, Apple have (finally) released the iPhone SDK today. developer.apple.com is apparently too busy celebrating this momentous occasion to actually bother to respond to any http requests so I haven&#8217;t had a chance to look at the SDK yet.
Even so, I plan to port CocoaGlk as soon as I get my hands on it, at [...]]]></description>
			<content:encoded><![CDATA[<p>So, Apple have (finally) <a href="http://arstechnica.com/news.ars/post/20080306-apple-iphone-announcements.html">released</a> the iPhone SDK today. developer.apple.com is apparently too busy celebrating this momentous occasion to actually bother to respond to any http requests so I haven&#8217;t had a chance to look at the SDK yet.</p>
<p>Even so, I plan to port CocoaGlk as soon as I get my hands on it, at least assuming the requirements for distributing free software aren&#8217;t too onerous. $99 for a key doesn&#8217;t sound too bad to me, anyway.</p>
<p>I&#8217;m not entirely sure what to expect; I haven&#8217;t played around with jailbreaking my iPhone, so I&#8217;ll be going in blind. What I think is likely, however, is that half of CocoaGlk will port just fine: that is, the GlkClient framework that interfaces with the interpreters. What is less certain is how well the UI half will port: that is, GlkView. If NSTextView is ported, and the typesetter behaves the same way, then it&#8217;s going to be really easy to get the UI working in some manner, and probably not that hard to support all the features of blorb.</p>
<p>Getting games onto the phone is also a bit of a challenge. I think that taking some of Zoom&#8217;s existing inventory management and connecting to <a href="http://ifdb.tads.org/">IFDB</a> might be a good idea.</p>
<p>I&#8217;ll post a beta when I get things working: I imagine a glulx or frotz-based interpreter is likely to be released first. I&#8217;ve been thinking about doing something with LLVM to JIT games; something that would be a curiosity on the fast machines that CocoaGlk runs on at the moment, but which could be vital to running games on the much slower iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2008/03/07/if-and-the-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zoom 1.1.2</title>
		<link>http://logicalshift.co.uk/rotate/2007/11/22/zoom-112/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/11/22/zoom-112/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 23:47:09 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/11/22/zoom-112/</guid>
		<description><![CDATA[Zoom version 1.1.2 is now available here. The main new feature in this version is integration with the IFDB site, as well as a much improved plugin manager. This version also fixes some Leopard compatibility issues and adds support for QuickLook, both for story files (displaying cover art and bibliographic information in the Finder) and [...]]]></description>
			<content:encoded><![CDATA[<p>Zoom version 1.1.2 is now available <a href="http://www.logicalshift.co.uk/mac/Zoom-1.1.2.dmg">here</a>. The main new feature in this version is integration with the <a href="http://ifdb.tads.org">IFDB</a> site, as well as a much improved plugin manager. This version also fixes some Leopard compatibility issues and adds support for QuickLook, both for story files (displaying cover art and bibliographic information in the Finder) and for save game files (displaying the complete transcript that lead up to the save command).</p>
<p>Read on for the complete change list and some screenshots&#8230;</p>
<p> <a href="http://logicalshift.co.uk/rotate/2007/11/22/zoom-112/#more-24" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/11/22/zoom-112/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GlkTerm 1.0.3</title>
		<link>http://logicalshift.co.uk/rotate/2007/08/04/glkterm103/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/08/04/glkterm103/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 15:55:08 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[CocoaGlk]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/08/04/glkterm103/</guid>
		<description><![CDATA[I&#8217;ve now released GlkTerm version 1.0.3. This is an update to the previous version of GlkTerm that uses the new 1.0.3 version of CocoaGlk.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now released <a href="/mac/GlkTerm/GlkTerm-1.0.3.zip">GlkTerm version 1.0.3</a>. This is an update to the <a href="/rotate/2007/06/02/glkterm/">previous version of GlkTerm</a> that uses the new 1.0.3 version of CocoaGlk.</p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/08/04/glkterm103/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zoom 1.1.1</title>
		<link>http://logicalshift.co.uk/rotate/2007/07/27/zoom-111/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/07/27/zoom-111/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 21:13:47 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/07/27/zoom-111/</guid>
		<description><![CDATA[Well, it seems that some of the new features in Zoom 1.1.0 had a few of the usual .0 release issues. I&#8217;m not sure how I managed to miss that TADS 3 games were failing to save.
Zoom 1.1.1 fixes these issues and adds many new features to the plug-in system so now Glulx, TADS and [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it seems that some of the new features in Zoom 1.1.0 had a few of the usual .0 release issues. I&#8217;m not sure how I managed to miss that TADS 3 games were failing to save.</p>
<p><a href="/unix/zoom/">Zoom 1.1.1</a> fixes these issues and adds many new features to the plug-in system so now Glulx, TADS and Hugo games all get the same save-game features as Z-Code games, at least as far as is possible with their respective interpreters.</p>
<p>Read on for the complete change log. Zoom 1.1.1 is brought to you by the revision number 2691.</p>
<p> <a href="http://logicalshift.co.uk/rotate/2007/07/27/zoom-111/#more-23" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/07/27/zoom-111/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CocoaGlk 1.0.3</title>
		<link>http://logicalshift.co.uk/rotate/2007/07/27/cocoaglk-103/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/07/27/cocoaglk-103/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 21:04:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[CocoaGlk]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/07/27/cocoaglk-103/</guid>
		<description><![CDATA[CocoaGlk 1.0.3 is now available. This version of CocoaGlk mainly focuses on bug fixes, but also includes a couple of new features aimed at making it easier to port multimedia interpreters and customise client behaviour.
Read on for the complete list of changes.
]]></description>
			<content:encoded><![CDATA[<p><a href="/mac/CocoaGlk-1.0.3.tar.gz">CocoaGlk 1.0.3</a> is now available. This version of CocoaGlk mainly focuses on bug fixes, but also includes a couple of new features aimed at making it easier to port multimedia interpreters and customise client behaviour.</p>
<p>Read on for the complete list of changes.</p>
<p> <a href="http://logicalshift.co.uk/rotate/2007/07/27/cocoaglk-103/#more-22" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/07/27/cocoaglk-103/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for black-on-black issue in Zoom 1.1.0</title>
		<link>http://logicalshift.co.uk/rotate/2007/07/09/zoom-colour-bug/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/07/09/zoom-colour-bug/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 20:43:40 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Zoom]]></category>

		<category><![CDATA[Doh!]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/07/09/zoom-colour-bug/</guid>
		<description><![CDATA[The X11 version of Zoom 1.1.0 has an issue that can cause it to appear black on black. Oops: this was caused by a new preference in the OS X version not having an equivalent in the X11 version.
I&#8217;ve made a patch for this problem, which you can download here.
(Updated 13/07/07 to fix a further [...]]]></description>
			<content:encoded><![CDATA[<p>The X11 version of Zoom 1.1.0 has an issue that can cause it to appear black on black. Oops: this was caused by a new preference in the OS X version not having an equivalent in the X11 version.</p>
<p>I&#8217;ve made a patch for this problem, which you can download <a href="http://www.logicalshift.co.uk/etc/zoom-1.1.0a.patch.gz">here</a>.</p>
<p>(Updated 13/07/07 to fix a further issue which could result in some games now having psychedelic colours. Sigh.)</p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/07/09/zoom-colour-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>9 features you may not know about in OS X Inform</title>
		<link>http://logicalshift.co.uk/rotate/2007/06/11/9features/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/06/11/9features/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 20:37:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Inform]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/06/11/9features/</guid>
		<description><![CDATA[While developing the Inform 7 IDE, many features were added to make developing a game smoother. This article lists some of the features that you may not have spotted.
]]></description>
			<content:encoded><![CDATA[<p>While developing the Inform 7 IDE, many features were added to make developing a game smoother. This article lists some of the features that you may not have spotted.</p>
<p> <a href="http://logicalshift.co.uk/rotate/2007/06/11/9features/#more-17" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/06/11/9features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TADS 3 plugin fails to save games under Zoom 1.1.0</title>
		<link>http://logicalshift.co.uk/rotate/2007/06/03/tads-3-plugin-fails-to-save-games-under-zoom-110/</link>
		<comments>http://logicalshift.co.uk/rotate/2007/06/03/tads-3-plugin-fails-to-save-games-under-zoom-110/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 14:57:38 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
		
		<category><![CDATA[Zoom]]></category>

		<category><![CDATA[Doh!]]></category>

		<guid isPermaLink="false">http://logicalshift.co.uk/rotate/2007/06/03/tads-3-plugin-fails-to-save-games-under-zoom-110/</guid>
		<description><![CDATA[Oops, it seems that due to a bug in CocoaGlk, TADS 3 games are unable to save their contents. If you&#8217;re encountering this problem, I&#8217;ve written a workaround. You can download an updated version of the TADS 3 plugin here.
To install it, right-click on your copy of Zoom in the Finder, choose &#8216;Get Info&#8217;, then [...]]]></description>
			<content:encoded><![CDATA[<p>Oops, it seems that due to a bug in CocoaGlk, TADS 3 games are unable to save their contents. If you&#8217;re encountering this problem, I&#8217;ve written a workaround. You can download an updated version of the TADS 3 plugin <a href="http://www.logicalshift.co.uk/etc/Tads3.plugin.zip">here</a>.</p>
<p>To install it, right-click on your copy of Zoom in the Finder, choose &#8216;Get Info&#8217;, then go to the plugins tab and click &#8216;Add&#8230;&#8217;: the old plug-in will be replaced and TADS 3 will regain the ability to save games.</p>
<p>The next version of Zoom will incorporate this fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://logicalshift.co.uk/rotate/2007/06/03/tads-3-plugin-fails-to-save-games-under-zoom-110/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
