<?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>Dicebag Games &#187; XSRDice</title>
	<atom:link href="http://www.dicebag.com/category/xsrdice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dicebag.com</link>
	<description>Software for Table-top RPGs</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:17:00 +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>XSRDice 0.4 Release</title>
		<link>http://www.dicebag.com/2009/05/xsrdice-04-release/</link>
		<comments>http://www.dicebag.com/2009/05/xsrdice-04-release/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:39:22 +0000</pubDate>
		<dc:creator>avb</dc:creator>
				<category><![CDATA[XSRDice]]></category>

		<guid isPermaLink="false">http://www.dicebag.com/?p=95</guid>
		<description><![CDATA[It feels like XSRDice is getting pretty close to feature complete. At least, I feel that the basic and advanced rollers are done. Although, if you have any comments on how something is handled, please feel free to file a bug report or just email me. Get XSRDice 0.4 Release Notes: Refactored code for improved [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dicebag.com/files/xsrdice/xsrdice-0.4_ss_01.png" alt="XSRDice 0.4" /></p>
<p>It feels like XSRDice is getting pretty close to feature complete. At least, I feel that the basic and advanced rollers are done. Although, if you have any comments on how something is handled, please feel free to <a href="http://github.com/avb/xsrdice/issues">file a bug report</a> or just <a href="mailto:avb@dicebag.com">email me</a>.</p>
<p><a href="http://github.com/downloads/avb/xsrdice/XSRDice-0.4.dmg" onClick="javascript: pageTracker._trackPageview('/downloads/xsrdice-0.4'); ">Get XSRDice 0.4</a></p>
<h3>Release Notes:</h3>
<ul>
<li>Refactored code for improved readability and feature support</li>
<li>Upgraded random number generator to the use of the Mersenne Twister</li>
<li>Added support for rolling Edge and adding to the previous roll</li>
<li>Added support for rerolling dice that didn&#8217;t score a hit</li>
<li>Some layout changes to the UI</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dicebag.com/2009/05/xsrdice-04-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSRDice 0.3.3 Release</title>
		<link>http://www.dicebag.com/2009/05/xsrdice-033-release/</link>
		<comments>http://www.dicebag.com/2009/05/xsrdice-033-release/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:31:32 +0000</pubDate>
		<dc:creator>avb</dc:creator>
				<category><![CDATA[XSRDice]]></category>

		<guid isPermaLink="false">http://www.dicebag.com/?p=92</guid>
		<description><![CDATA[Another bugfix release. I did a little cleanup of the code, though not that you could tell. Fixed the bug where the Rule of Six checkbox on the Basic roller doesn&#8217;t turn off when you uncheck it. That should work properly now. Also, fixed Longshot Tests on the Advanced roller. Edge should work properly in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dicebag.com/xsrdice/"><img src="http://www.dicebag.com/files/xsrdice/xsrdice_s01.png" /></a></p>
<p>Another bugfix release. I did a little cleanup of the code, though not that you could tell. Fixed the bug where the Rule of Six checkbox on the Basic roller doesn&#8217;t turn off when you uncheck it. That should work properly now. Also, fixed Longshot Tests on the Advanced roller. Edge should work properly in all cases now on the Advanced roller.</p>
<p><a href="http://www.dicebag.com/downloads/XSRDice-0.3.3.dmg" onClick="javascript: pageTracker._trackPageview('/downloads/xsrdice-0.3.3'); ">Download Here</a></p>
<p>The next features I add in will be rerolling dice that didn&#8217;t score a hit and a way to add in Edge after the initial roll. It really should be part of this release, but I&#8217;m still working on some of the UI changes that will happen. I may be jumping the gun doing this release, so hopefully 0.3.4 will follow shortly.</p>
<p>If there are any more basic roll mechanics you&#8217;d like to see implemented in the program itself let me know.</p>
<p>Opposed and Extended Tests are next on the list to tackle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dicebag.com/2009/05/xsrdice-033-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSRDice 0.3.2 Release</title>
		<link>http://www.dicebag.com/2009/03/xsrdice-032-release/</link>
		<comments>http://www.dicebag.com/2009/03/xsrdice-032-release/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 21:03:55 +0000</pubDate>
		<dc:creator>avb</dc:creator>
				<category><![CDATA[XSRDice]]></category>

		<guid isPermaLink="false">http://www.dicebag.com/wp/?p=36</guid>
		<description><![CDATA[Just released another minor bugfix update to XSRDice. This one fixes the issue of spawning multiple windows when the dock icon is clicked. Apparently that’s the default behavior of an NSPanel, which I had been playing around with using early on to see if I was going to go with the HUD-style window. Seeing as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dicebag.com/xsrdice/"><img src="http://www.dicebag.com/files/xsrdice/xsrdice_s01.png" /></a></p>
<p>Just released another minor bugfix update to XSRDice. This one fixes the issue of spawning multiple windows when the dock icon is clicked. Apparently that’s the default behavior of an NSPanel, which I had been playing around with using early on to see if I was going to go with the HUD-style window.</p>
<p>Seeing as I’ve decided against that awhile ago, it seemed that reverting back to a good old NSWindow would do the trick.</p>
<p>If you notice any more bugs, or have any feature requests please <a href="http://github.com/avb/xsrdice/issues" target="_blank" onClick="javascript: pageTracker._trackPageview('/downloads/xsrdice-0.3.2'); ">let me know</a>.</p>
<p><a href="http://www.dicebag.com/downloads/XSRDice-0.3.2.dmg">Download XSRDice</a> or visit the <a href="http://github.com/avb/xsrdice/" target="_blank">github project page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dicebag.com/2009/03/xsrdice-032-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blog engine; XSRDice updates&#8230;</title>
		<link>http://www.dicebag.com/2009/03/new-blog-engine-xsrdice-updates/</link>
		<comments>http://www.dicebag.com/2009/03/new-blog-engine-xsrdice-updates/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:56:25 +0000</pubDate>
		<dc:creator>avb</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[XSRDice]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.dicebag.com/wp/?p=28</guid>
		<description><![CDATA[Decided to integrate a simple tumblr blog into the page. Should make it easier to keep the blog updated, yet simple at the same time. Also, I’m pounding away again on some updates for XSRDice, so hopefully I can get that put together and another (mostly) bugfix release out. Maybe even get some additional features [...]]]></description>
			<content:encoded><![CDATA[<p>Decided to integrate a simple tumblr blog into the page. Should make it easier to keep the blog updated, yet simple at the same time.</p>
<p>Also, I’m pounding away again on some updates for XSRDice, so hopefully I can get that put together and another (mostly) bugfix release out. Maybe even get some additional features in there while I’m at it.</p>
<p>That’s all for now…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dicebag.com/2009/03/new-blog-engine-xsrdice-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
