<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.achurch.org/cgi-bin/hg/aquaria-psp/</link>
    <language>en-us</language>

    <title>aquaria-psp Changelog</title>
    <description>aquaria-psp Changelog</description>
    <item>
    <title>Minor fixes to the AquariaPSPBuilder tool.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/3b4b0b14caa7</guid>
    <description><![CDATA[Minor fixes to the AquariaPSPBuilder tool.<br/>
<br/>
- &lt;zlib.h&gt; is no longer included by current versions of libpng, so<br/>
  include it manually for the definition of Z_BEST_COMPRESSION.<br/>
<br/>
- Avoid crashing when &quot;Recently Used&quot; is selected in the GTK+ file<br/>
  chooser dialog.<br/>
<br/>
- Document the create-empty-file calls used to allow BBGE to load<br/>
  custom-format textures and MP3 audio files.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Tue, 28 Feb 2012 00:34:11 +0900</pubDate>
</item>
<item>
    <title>Merge script and display setting fixes.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/874a99605d3d</guid>
    <description><![CDATA[Merge script and display setting fixes.<br/>
<br/>
Display lists are still enabled by default on the PSP.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Sun, 02 Oct 2011 20:52:06 +0900</pubDate>
</item>
<item>
    <title>Fix overlooked uses of global variables in scripts.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/cc1ecff06431</guid>
    <description><![CDATA[Fix overlooked uses of global variables in scripts.<br/>
<br/>
Originally committed to Icculus repository as r192:deb98b4addea.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Sun, 02 Oct 2011 20:37:47 +0900</pubDate>
</item>
<item>
    <title>Improve backward compatibility for scripts.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/d02e9baceee3</guid>
    <description><![CDATA[Improve backward compatibility for scripts.<br/>
<br/>
This changeset updates the single-Lua-state script interface to allow<br/>
scripts to be written in a manner compatible with the original Aquaria<br/>
engine.  In particular:<br/>
<br/>
- The &quot;v = getVars()&quot; boilerplate line at the top of each script has<br/>
  been changed to read &quot;if not v then v = {} end&quot;.<br/>
<br/>
- The getVars() script function, added as part of the single Lua state<br/>
  implementation, has been removed as it no longer serves any purpose.<br/>
<br/>
- Scripts which previously included the &quot;entityinclude.lua&quot; file (which<br/>
  was removed as part of the change to a single Lua state) have been<br/>
  modified to once more include that file, but only when running under<br/>
  an earlier version of the Aquaria engine.  The entityinclude.lua file<br/>
  itself has also been restored from the _unused subdirectory for use<br/>
  by earlier versions of Aquaria.<br/>
<br/>
All scripts have been updated accordingly; as of this changeset, the<br/>
scripts should work with a vanilla (pre-open-source) Aquaria build.<br/>
<br/>
Originally committed to Icculus repository as three changesets:<br/>
   r184:acfa5176c17c<br/>
   r191:6225f572c3de<br/>
   r194:0790cfdf0438]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Sun, 02 Oct 2011 20:36:32 +0900</pubDate>
</item>
<item>
    <title>Disable display lists by default to avoid performance regressions on Intel GPUs.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/dec518d3a462</guid>
    <description><![CDATA[Disable display lists by default to avoid performance regressions on Intel GPUs.<br/>
<br/>
Originally committed to Icculus repository as r182:40a8fea2fe5e.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Sun, 02 Oct 2011 20:34:52 +0900</pubDate>
</item>
<item>
    <title>Merge typo fix.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/d547e415fbb9</guid>
    <description><![CDATA[Merge typo fix.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Wed, 17 Aug 2011 20:48:01 +0900</pubDate>
</item>
<item>
    <title>Fix a typo in r679 (2fc57365a294).</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/dd44cdd3a66c</guid>
    <description><![CDATA[Fix a typo in r679 (2fc57365a294).]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Wed, 17 Aug 2011 20:47:33 +0900</pubDate>
</item>
<item>
    <title>Merge scene editor fixes.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/a5d2035a0e21</guid>
    <description><![CDATA[Merge scene editor fixes.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Tue, 16 Aug 2011 18:58:45 +0900</pubDate>
</item>
<item>
    <title>Fix background elements becoming unselectable after moving them between layers.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/8e56fbb5eac0</guid>
    <description><![CDATA[Fix background elements becoming unselectable after moving them between layers.<br/>
<br/>
This patch fixes a bug in the scene editor which resulted in an element<br/>
moved between background layers (using Shift + the layer key) becoming<br/>
unselectable until the map was reloaded.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Tue, 16 Aug 2011 18:58:03 +0900</pubDate>
</item>
<item>
    <title>Fix logic bugs in reordering of RenderObjects within a layer.</title>
    <guid isPermaLink="true">http://www.achurch.org/cgi-bin/hg/aquaria-psp/rev/2fc57365a294</guid>
    <description><![CDATA[Fix logic bugs in reordering of RenderObjects within a layer.<br/>
<br/>
This patch fixes logic bugs with state management for the array-based<br/>
RenderObjectLayer implementation which could cause crashes when an<br/>
object was moved to the back of the layer.]]></description>
    <author>&#97;&#99;&#104;&#117;&#114;&#99;&#104;</author>
    <pubDate>Tue, 16 Aug 2011 18:43:52 +0900</pubDate>
</item>

  </channel>
</rss>
