Indeed, but if I remember correctly, those black borders that show up at 5:4 resolutions exist in older versions of the game, including the HIB version and 1.1.1<br><br><div class="gmail_quote">On Fri, Aug 19, 2011 at 12:36 PM, breversa <span dir="ltr">&lt;<a href="mailto:breversa@gmail.com">breversa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I confirm too : the minimap is displayed entirely again (in 1280x1024). :-)<br>
<br>
However, I still see narrow top and bottom black borders.<br>
<div class="im"><br>
2011/8/18 Icy EyeG &lt;<a href="mailto:icy.dearchild@gmail.com">icy.dearchild@gmail.com</a>&gt;:<br>
</div><div><div></div><div class="h5">&gt; Thank you for the patch, it works! I tested in both 4:3 and 5:4 resolutions,<br>
&gt; I can&#39;t test in 16:9 or 16:10 though.<br>
&gt;<br>
&gt; On Thu, Aug 18, 2011 at 9:49 PM, Andrew Church &lt;<a href="mailto:achurch%2Baquaria@achurch.org">achurch+aquaria@achurch.org</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt;Hi all,<br>
&gt;&gt; &gt;I just tried the latest build of Aquaria and the minimap at the bottom<br>
&gt;&gt; &gt; left<br>
&gt;&gt; &gt;corner of the screen gets cropped (ie, it&#39;s screen position is diverted<br>
&gt;&gt; &gt; too<br>
&gt;&gt; &gt;much to the bottom).<br>
&gt;&gt;<br>
&gt;&gt; Oops, this is probably my fault.  Patch below.<br>
&gt;&gt;<br>
&gt;&gt;  --Andrew Church<br>
&gt;&gt;    <a href="mailto:achurch@achurch.org">achurch@achurch.org</a><br>
&gt;&gt;    <a href="http://achurch.org/" target="_blank">http://achurch.org/</a><br>
&gt;&gt;<br>
&gt;&gt; # HG changeset patch<br>
&gt;&gt; # User Andrew Church &lt;<a href="mailto:achurch@achurch.org">achurch@achurch.org</a>&gt;<br>
&gt;&gt; # Date 1313667883 -32400<br>
&gt;&gt; # Node ID 929873f4768508f44273dc725df6f532fa717df1<br>
&gt;&gt; # Parent  88bd4f013e2e756e1b57891570f6c7980ea5025c<br>
&gt;&gt; Prevent the minimap from getting cut off on the bottom of a 1280x1024<br>
&gt;&gt; display.<br>
&gt;&gt;<br>
&gt;&gt; This patch fixes a bug in positioning the minimap which causes the<br>
&gt;&gt; bottom part of the minimap to be cut off when the display aspect ratio<br>
&gt;&gt; is less than 4:3 (e.g., 5:4 as on a 1280x1024 display).<br>
&gt;&gt;<br>
&gt;&gt; diff -r 88bd4f013e2e -r 929873f47685 Aquaria/MiniMapRender.cpp<br>
&gt;&gt; --- a/Aquaria/MiniMapRender.cpp Wed Aug 17 20:55:53 2011 +0900<br>
&gt;&gt; +++ b/Aquaria/MiniMapRender.cpp Thu Aug 18 20:44:43 2011 +0900<br>
&gt;&gt; @@ -243,7 +243,7 @@<br>
&gt;&gt;        RenderObject::onUpdate(dt);<br>
&gt;&gt;<br>
&gt;&gt;        position.x = core-&gt;getVirtualWidth() - core-&gt;getVirtualOffX() -<br>
&gt;&gt; getMiniMapWidth()/2;<br>
&gt;&gt; -       position.y = core-&gt;getVirtualHeight() - getMiniMapHeight()/2;<br>
&gt;&gt; +       position.y = 600 - getMiniMapHeight()/2;<br>
&gt;&gt;        position.z = 2.9;<br>
&gt;&gt;<br>
&gt;&gt;        waterSin += dt * (bitSizeLookupPeriod / (2*PI));<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; aquaria mailing list<br>
&gt;&gt; <a href="mailto:aquaria@icculus.org">aquaria@icculus.org</a><br>
&gt;&gt; <a href="http://icculus.org/mailman/listinfo/aquaria" target="_blank">http://icculus.org/mailman/listinfo/aquaria</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; aquaria mailing list<br>
&gt; <a href="mailto:aquaria@icculus.org">aquaria@icculus.org</a><br>
&gt; <a href="http://icculus.org/mailman/listinfo/aquaria" target="_blank">http://icculus.org/mailman/listinfo/aquaria</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
aquaria mailing list<br>
<a href="mailto:aquaria@icculus.org">aquaria@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/aquaria" target="_blank">http://icculus.org/mailman/listinfo/aquaria</a><br>
</div></div></blockquote></div><br>