<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Vexonater's site</title>
        <link>http://www.byond.com/members/Vexonater</link>
        <description></description>
        <lastBuildDate>Sat, 11 Feb 2012 00:37:50 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>US Navy Saves Iranians</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=122631</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=122631</guid>
            <pubDate>Sat, 07 Jan 2012 00:37:10 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=122631#comments</comments>
            
            <description>&lt;a href=&quot;http://www.aljazeera.com/news/middleeast/2012/01/20121619222856166.html&quot;&gt;http://www.aljazeera.com/news/middleeast/2012/01/ 20121619222856166.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Stories like this help give my heart a warm fuzzy.</description>
        </item>
                <item>
            <title>Merry Christmas</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=122245</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=122245</guid>
            <pubDate>Sun, 25 Dec 2011 19:39:20 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=122245#comments</comments>
            
            <description>If u comment on my post with anything I dont like i will ban u</description>
        </item>
                <item>
            <title>Newt on Palestine</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=121795</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=121795</guid>
            <pubDate>Sat, 10 Dec 2011 23:55:24 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=121795#comments</comments>
            
            <description>Newt Gingrich is someone I sincerely hope will never wind up in the White House. I won't go in to detail here, but he's said plenty of dumb things that make me dislike the man with a certain degree of intensity. That being said, his comments on Palestine, while supposedly &quot;racist,&quot; actually seemed to be pretty much spot on. I don't see why anyone saw fit to make some Palestinian leader's unjustified use of the word racist headline news. Heck, I think we all need to learn to throw around that word a lot less.</description>
        </item>
                <item>
            <title>Surreal Dreams v.2.002 (or 72. whatever)</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=121661</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=121661</guid>
            <pubDate>Tue, 06 Dec 2011 15:21:31 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=121661#comments</comments>
            
            <description>I recently released a small number of updates to the classic &lt;a href=&quot;http://byond.com/games/Kunark/SurrealDreams&quot;&gt;Surreal Dreams&lt;/a&gt;, to absolutely zero fanfare. The updates completely overhauled the interface and allow for multiple games to be played at once. With today's update, I feel that the new version is stable enough to announce publicly, and invite everyone with the slightest affinity for strategy games to check it out. Next on the agenda will be completing the game's AI, but don't expect that to be done anytime soon.</description>
        </item>
                <item>
            <title>Deleting grid cells.</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=154903</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=154903</guid>
            <pubDate>Mon, 14 Nov 2011 02:14:20 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=154903#comments</comments>
            
            <description>How do I erase a cell completely? All I have been able to do is make a cell blank. Any help is appreciated</description>
        </item>
                <item>
            <title>Mouseover image issue.</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=138807</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=138807</guid>
            <pubDate>Sat, 12 Nov 2011 14:44:32 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=138807#comments</comments>
            
            <description>&lt;b&gt;Code:&lt;/b&gt;&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
mob/&lt;span class=&quot;dmkeyword&quot;&gt;proc&lt;/span&gt;/DList()&lt;br&gt; &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/l = 0&lt;br&gt; &lt;span class=&quot;dmkeyword&quot;&gt;for&lt;/span&gt;(&lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/obj/Char/C &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; CharList)&lt;br&gt;   src &amp;lt;&amp;lt; output(C,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;grid3:1,&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[l]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;)&lt;br&gt;   l++&lt;br&gt;&lt;br&gt;obj/Char&lt;br&gt; MouseDown()&lt;br&gt;  mouse_drag_pointer = src
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
A weird thing I haven't been able to work around; when doing a click and drag on an object from the grid that hasn't been moved from the grid before (aka is not on the main map), the mouseover icon does not change at all. However, it changes fine for any and all subsequent mouse drags on the object. Results are the same setting mouse_drag_pointer = icon. How can I fix this? Any help is appreciated.</description>
        </item>
                <item>
            <title>SD Version 64</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=120932</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=120932</guid>
            <pubDate>Fri, 11 Nov 2011 01:31:21 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=120932#comments</comments>
            
            <description>I've had more free time recently so I got another &lt;a href=&quot;http://www.byond.com/games/Kunark/SurrealDreams&quot;&gt;update&lt;/a&gt; in. I finally got around to making a long-overdue improvement on the character select process. Next in the works is support for multiple games at a time on any given server, since the biggest deterrent to new players appears to be being unable to join when the game is actually hosted. Hopefully changing this will garner more interest for this classic, but until then, feel free to take a look at the changes made.&lt;br&gt;
&lt;br&gt;
On another note, I had been working on grids for the update, and I did run in to a problem as far as mouseover icons. If anybody has a decent amount of knowledge relating to grid and mouseover icons, I implore you to help me out &lt;a href=&quot;http://www.byond.com/developer/forum/?id=795724&quot;&gt;here&lt;/a&gt;</description>
        </item>
                <item>
            <title>Teh Blobz -- Version 2.95</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=111180</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=111180</guid>
            <pubDate>Fri, 25 Mar 2011 22:51:56 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=111180#comments</comments>
            
            <description>I went ahead and released this update that had been sitting around for a while. It fixes bugs and the interface, and makes the game look somewhat better. If I update again in the near future (hint: I probably will, just because I don't like leaving stuff unfinished), I will finally put in the next level and make the game's opening page less stupid looking.</description>
        </item>
                <item>
            <title>It's all good.</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=110966</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=110966</guid>
            <pubDate>Sat, 19 Mar 2011 22:11:50 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=110966#comments</comments>
            
            <description>So yeah, it's been a few months and all, but I've got a bit of free time, so here I am. I updated &lt;a href=&quot;http://www.byond.com/games/Kunark/SurrealDreams&quot;&gt;Surreal Dreams&lt;/a&gt; a tiny bit and there you have it. It may or may not work, because I can't remember what I did.</description>
        </item>
                <item>
            <title>Surreal Dreams Version 1.048</title>
            <link>http://www.byond.com/members/Vexonater?command=view_post&amp;post=101594</link>
            <guid>http://www.byond.com/members/Vexonater?command=view_post&amp;post=101594</guid>
            <pubDate>Tue, 07 Sep 2010 20:43:35 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Vexonater?command=view_comments&amp;post=101594#comments</comments>
            
            <description>Finally got a massive spurt of work in, and a new Custom System is what I have to show for it. It's currently somewhat more robust than the old one from ages past, but I plan to add more in the near future once some more things are worked around.&lt;br&gt;
&lt;br&gt;
On a side note, I accidentally made a hilarious mess after accidentally doing &quot;replace all&quot; with min and max. I think everything will work now, but if it doesn't, tell me asap.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.byond.com/games/Kunark/SurrealDreams&quot;&gt;http://www.byond.com/games/Kunark/SurrealDreams&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Have fun, and post all complaints on the forum.</description>
        </item>
            
    </channel>
</rss>


