<?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; Uncategorized</title>
	<atom:link href="http://www.jestarjokin.net/blog/category/uncategorized/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 r12</title>
		<link>http://www.jestarjokin.net/blog/2010/08/scummbler-v2-r12/</link>
		<comments>http://www.jestarjokin.net/blog/2010/08/scummbler-v2-r12/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 12:00:21 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/?p=42</guid>
		<description><![CDATA[New version of Scummbler (v2 r12). Fix drawBox modifying main opcode instead of auxilliary opcode. Fix drawObject using wrong sub-opcode. Fix saveVerbs/restoreVerbs outputting the wrong opcode. Fix SetPalColor outputting a word instead of a byte for last parameter. Fix the auxilliary opcode values for SetPalColor, drawBox, setRGBRoomIntensity. Supports new descumm formatting, also with support for [...]]]></description>
			<content:encoded><![CDATA[<p>New version of Scummbler (v2 r12).</p>
<ul>
<li> Fix drawBox modifying main opcode instead of auxilliary opcode.</li>
<li> Fix drawObject using wrong sub-opcode.</li>
<li> Fix saveVerbs/restoreVerbs outputting the wrong opcode.</li>
<li> Fix SetPalColor outputting a word instead of a byte for last parameter.</li>
<li> Fix the auxilliary opcode values for SetPalColor, drawBox, setRGBRoomIntensity.</li>
<li> Supports new descumm formatting, also with support for legacy  descumm. Some workarounds in place since descumm&#8217;s output is still a bit  buggy.</li>
</ul>
<p><strong>Binary</strong>:<br />
<a href="../../sw/scummbler_bin_20100803.zip" target="_blank">http://www.jestarjokin.net/sw/scummb&#8230;n_20100803.zip</a><br />
<strong>Source</strong>:<br />
<a href="../../sw/scummbler_src_20100803.zip" target="_blank">http://www.jestarjokin.net/sw/scummb&#8230;c_20100803.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2010/08/scummbler-v2-r12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status update for April 2010 &#8211; What&#8217;s the old fool up to?</title>
		<link>http://www.jestarjokin.net/blog/2010/04/status-update-for-april-2010-whats-the-old-fool-up-to/</link>
		<comments>http://www.jestarjokin.net/blog/2010/04/status-update-for-april-2010-whats-the-old-fool-up-to/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 07:06:22 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/?p=39</guid>
		<description><![CDATA[Have been working on a new version of ScummSpeaks, with more sophisticated packing/unpacking (extract resources like VOC and MIDI, saves some data in XML files, etc). Support for SCUMM V5 is complete, but I don&#8217;t want to release it until I finish support for V4 and V3. Progress is currently stalled. A simple download manager [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Have been working on a new version of ScummSpeaks, with more sophisticated packing/unpacking (extract resources like VOC and MIDI, saves some data in XML files, etc). Support for SCUMM V5 is complete, but I don&#8217;t want to release it until I finish support for V4 and V3. Progress is currently stalled.</li>
<li>A simple download manager daemon for Linux (written in Python), based on PycURL/libcurl, to be run on my Network Attached Storage (NAS) drive (a Western Digital My Book World Edition). Currently has some basic queue processing, interaction is done via text files. Only downloads one file at a time, no multi-parts, but kind of supports cookies (they first have to be manually downloaded with cURL). Would like to add a PHP or Python web interface, also thinking of adding users, each with seperate queues, which get processed according to a chosen scheduling scheme (round-robin etc).</li>
<li>I&#8217;ve been asked if I would update ScummSpeaks to support the new Special Editions of Monkey Island (1 and 2). Would probably require writing a new app. I think there already exists tools that will replace the sound files (they&#8217;re just WMAs), so I can&#8217;t find the enthusiasm to work on this.</li>
<li>I have done absolutely nothing with the Robin Hood/Microcosm engine since around June/July 2009.</li>
<li>Tie dying black tee shirts and polo shirts with bleach is fun and can look pretty groovy, but they still reek of bleach, after soaking/washing/leaving outside for days.</li>
</ul>
<p>I&#8217;m going to try and update more often and not just use this blog for software updates. That reminds me, I think Scummbler is broken for SCUMM V4 scripts &#8211; I really need to upload a fixed version some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2010/04/status-update-for-april-2010-whats-the-old-fool-up-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scummbler v2 r9</title>
		<link>http://www.jestarjokin.net/blog/2009/10/scummbler-v2-r9/</link>
		<comments>http://www.jestarjokin.net/blog/2009/10/scummbler-v2-r9/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 10:41:29 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/?p=33</guid>
		<description><![CDATA[Scummbler v2 r9 adds the new command line option &#8220;-o&#8221;, allowing you to specify a file name for the output script. Note that if you specify an output file name, you cannot specify multiple input files (or a directory containing multiple input files). Useful if you want to integrate Scummbler into another application or automated [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Scummbler v2 r9</strong> adds the new command line option &#8220;-o&#8221;, allowing you to specify a file name for the output script. Note that if you specify an output file name, you cannot specify multiple input files (or a directory containing multiple input files). Useful if you want to integrate Scummbler into another application or automated process.</p>
<p><strong>Source/Python Script</strong></p>
<p><a href="http://www.jestarjokin.net/sw/scummbler_src_20091007.zip">http://www.jestarjokin.net/sw/scummbler_src_20091007.zip</a></p>
<p><strong>Win32 Binaries</strong></p>
<p><a href="http://www.jestarjokin.net/sw/scummbler_bin_20091007.zip">http://www.jestarjokin.net/sw/scummbler_bin_20091007.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2009/10/scummbler-v2-r9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scummbler v2 r8</title>
		<link>http://www.jestarjokin.net/blog/2009/09/scummbler-v2-r8/</link>
		<comments>http://www.jestarjokin.net/blog/2009/09/scummbler-v2-r8/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 09:34:29 +0000</pubDate>
		<dc:creator>jestar_jokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jestarjokin.net/blog/?p=29</guid>
		<description><![CDATA[Scummbler v2 r8 has been released. It includes the following changes: Fix issue with nested &#8220;if&#8221; blocks; scripts now compile considerably faster. The exact improvement will depend on the complexity of the script, but as an example, one script that used to compile in 18 seconds now compiles in 4; another script that used to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Scummbler v2 r8</strong> has been released. It includes the following changes:</p>
<ul>
<li>Fix issue with nested &#8220;if&#8221; blocks; scripts now compile considerably faster. The exact improvement will depend on the complexity of the script, but as an example, one script that used to compile in 18 seconds now compiles in 4; another script that used to compile in 8 seconds now compiles in 1.</li>
<li>Fix issue with &#8220;duplicate label name&#8221; error throwing a different error.</li>
<li>The Win32 Binaries now include the verb_helper tool.</li>
<li>Source code package includes the py2exe distutils script.</li>
</ul>
<p><strong>Source/Python Script</strong><br />
<a href="http://www.jestarjokin.net/sw/scummbler_src_20090922.zip">http://www.jestarjokin.net/sw/scummbler_src_20090922.zip</a></p>
<p><strong>Win32 Binaries</strong><br />
<a href="http://www.jestarjokin.net/sw/scummbler_bin_20090922.zip">http://www.jestarjokin.net/sw/scummbler_bin_20090922.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jestarjokin.net/blog/2009/09/scummbler-v2-r8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
