<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a fool&#039;s deeds &#187; SCUMM</title>
	<atom:link href="http://www.jestarjokin.net/blog/tag/scumm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jestarjokin.net/blog</link>
	<description>the journal of a tinker</description>
	<lastBuildDate>Fri, 20 Aug 2010 04:32:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Scummbler v2 r13 and ScummPacker v2 r2</title>
		<link>http://www.jestarjokin.net/blog/2010/08/scummbler-v2-r13-and-scummpacker-v2-r2/</link>
		<comments>http://www.jestarjokin.net/blog/2010/08/scummbler-v2-r13-and-scummpacker-v2-r2/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 04:32:31 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SCUMM]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/?p=44</guid>
		<description><![CDATA[New versions of Scummbler and ScummPacker. Scummbler v2 r13 Much more accurate error reporting. Pyparsing library now included in the source (I&#8217;ve had to modify it in order to support better error reporting). Fix example script in the manual (escape codes were &#8220;\x033&#8243; instead of &#8220;\x03&#8243;). Source/Python Script http://www.jestarjokin.net/sw/scummbler_src_20100820.zip Win32 Binaries http://www.jestarjokin.net/sw/scummbler_bin_20100820.zip — Scummpacker v2 [...]]]></description>
			<content:encoded><![CDATA[<p>New versions of Scummbler and ScummPacker.</p>
<p><strong>Scummbler v2 r13</strong></p>
<ul>
<li>Much more accurate error reporting.</li>
<li>Pyparsing library now included in the source (I&#8217;ve had to modify it in order to support better error reporting).</li>
<li>Fix example script in the manual (escape codes were &#8220;\x033&#8243; instead of &#8220;\x03&#8243;).</li>
</ul>
<p><strong>Source/Python Script</strong></p>
<p><a href="../../sw/scummbler_src_20100820.zip">http://www.jestarjokin.net/sw/scummbler_src_20100820.zip</a></p>
<p><strong>Win32 Binaries</strong></p>
<p><a href="../../sw/scummbler_bin_20100820.zip">http://www.jestarjokin.net/sw/scummbler_bin_20100820.zip</a></p>
<p>—</p>
<p><strong>Scummpacker v2 r2<br />
</strong></p>
<ul>
<li>Added support for General Midi sound blocks (&#8220;GMD&#8221;), as possibly found  in the Sam and Max WIP demo. Added by request, so you can insert new music  into games.</li>
</ul>
<p><strong>Source/Python Script</strong></p>
<p><a href="../../sw/scummpacker_src_20100810.zip">http://www.jestarjokin.net/sw/scummpacker_src_20100810.zip</a></p>
<p><strong>Win32 Binaries</strong></p>
<p><a href="../../sw/scummpacker_bin_20100810.zip">http://www.jestarjokin.net/sw/scummpacker_bin_20100810.zip</a></p>
<p>—</p>
<p>I&#8217;ve also made some minor changes to the web page (previous versions history is now hidden by default, use points rather than pixels for fonts, enlarge font sizes).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2010/08/scummbler-v2-r13-and-scummpacker-v2-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scummbler v2 r11</title>
		<link>http://www.jestarjokin.net/blog/2009/10/scummbler-v2-r11/</link>
		<comments>http://www.jestarjokin.net/blog/2009/10/scummbler-v2-r11/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:54:33 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Softwarius]]></category>
		<category><![CDATA[SCUMM]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/?p=36</guid>
		<description><![CDATA[Scummbler v2 r11 now returns error codes when the program exits. It also fixes an issue with the &#8220;cursorCommand&#8221; instruction not being parsed at all. Here are the error codes: 0 =no problems 1 = error in the arguments passed into Scummbler 2 = known error parsing the script(s) 3 = unknown error parsing the [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><strong>Scummbler v2 r11</strong> now returns error codes when the program exits. It also fixes an issue with the &#8220;cursorCommand&#8221; instruction not being parsed at all.</p>
<p>Here are the error codes:</p>
<ul>
<li> 0 =no problems</li>
<li> 1 = error in the arguments passed into Scummbler</li>
<li> 2 = known error parsing the script(s)</li>
<li> 3 = unknown error parsing the script(s)</li>
</ul>
<p><strong>Source/Python Script</strong></p>
<p><a href="../../sw/scummbler_src_20091007.zip">http://www.jestarjokin.net/sw/scummbler_src_20091028.zip</a></p>
<p><strong>Win32 Binaries</strong></p>
<p><a href="../../sw/scummbler_bin_20091007.zip">http://www.jestarjokin.net/sw/scummbler_bin_20091028.zip</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2009/10/scummbler-v2-r11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scummbler v2 r6 (EDIT: r7)</title>
		<link>http://www.jestarjokin.net/blog/2009/07/scummbler-v2-r6/</link>
		<comments>http://www.jestarjokin.net/blog/2009/07/scummbler-v2-r6/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:39:38 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Softwarius]]></category>
		<category><![CDATA[goof]]></category>
		<category><![CDATA[SCUMM]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/2009/07/scummbler-v2-r6/</guid>
		<description><![CDATA[I MAY have uploaded the latest version of Scummbler without actually testing that it worked, and I MAY not have finished writing the code before I uploaded it. Then again, the moon landing MAY have been faked; we just can&#8217;t be sure about these things, can we? Anyway, new version of Scummbler that actually works [...]]]></description>
			<content:encoded><![CDATA[<p>I MAY have uploaded the latest version of Scummbler without actually testing that it worked, and I MAY not have finished writing the code before I uploaded it. Then again, the moon landing MAY have been faked; we just can&#8217;t be sure about these things, can we?</p>
<p>Anyway, new version of Scummbler that actually works is mysteriously available on the main page.</p>
<p>EDIT: Fixed a few more problems with a couple of instructions in r7.</p>
<p><a href="http://www.jestarjokin.net/sw/scummbler_src_20090723.zip">http://www.jestarjokin.net/sw/scummbler_src_20090725.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2009/07/scummbler-v2-r6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
