<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Titles for veteran a dot cc members</title>
		<link>http://www.allegro.cc/forums/view/618043</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Tue, 24 Mar 2020 23:31:38 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Since we&#39;ve all been here so long, I figure ML could give us some kind of titles. You know, like nobility, since we&#39;ve been freedom fighters for allegro.cc since the day we downloaded Allegro 3.9.11 <b>cough</b> well me anyway <b>cough</b></p><p>So I want my title to be Major Reynaldo. Titles are available on first come first serve basis. Vote for the title you want now, by reply to this thread.<span class="ref"><sup>[<a href="#">1</a>]</sup></span>.
</p><div class="ref-block"><h2>References</h2><ol><li>Subject to availability, appropriateness, humor, self deprecation, and the rule of ML and his willingness to play along</li></ol></div></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 17 Feb 2020 05:44:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I want my title to be Red Dude.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (MiquelFire)</author>
		<pubDate>Mon, 17 Feb 2020 09:42:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh, kids these days that think 2007 is a long time ago <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> I was a member before a.cc existed <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />, if you count Allegro Games Depot.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Tue, 18 Feb 2020 00:34:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, but you&#39;ve been mysteriously silent for decades now....</p><p><b>EDIT</b><br />AND, you didn&#39;t specify your new title. <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Tue, 18 Feb 2020 00:36:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m an American we rejected titles of nobility when we declared independence in 1776.</p><p>But in reality I&#39;m just not creative enough to think of a title <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />.</p><p>I&#39;ve not been silent for decades. I just post SUPER rarely now <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />. If you remember a year or two ago I was working on jalleg. These days I would be even more interested in seeing if Allegro can be made to work with GraalVM&#39;s native compilation mode -- instant start up + no JRE required + still can use Java. But I haven&#39;t quite figured out how it bridges to C code unless that C code was in LLVM, in which case the foreign function interface disappears apparently so there is zero-overhead calls between C and Java.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Tue, 18 Feb 2020 01:25:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m more interested in Ruby + Eagle + Allegro on my own end. That&#39;s one of my goals anyway. Runtime allegro interpreter. Ooh yeah. Talk about awesome sandbox.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Tue, 18 Feb 2020 02:21:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Well one of my motives for jalleg was that providing it also then supports any other languages on JVM such as JS, which of course you could type in and now it&#39;s totally dynamic and a more mainstream approach than using lua. And of course there are Ruby implementations on JVM, so with jalleg you could do Ruby + Eagle + Allegro today. I don&#39;t know the full extent of the quality of Ruby implementations on JVM though.</p><p>EDIT: a link to the most popular one that I know of: <a href="https://www.jruby.org/">https://www.jruby.org/</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Tue, 18 Feb 2020 02:46:56 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>What&#39;s the latest release of jalleg, gillius?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Tue, 18 Feb 2020 02:48:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Wow I guess I did jalleg farther back than I thought.</p><p>The latest version of jalleg deployed to Maven Central (public package repo) is 0.1. Most changes since then is the docs (which is seen on github page) and JDK 11 building support. There are getting started docs here:</p><p><a href="https://github.com/gillius/jalleg">https://github.com/gillius/jalleg</a></p><p>The latest runtime I&#39;ve pushed is 5.2.3. I only push Allegro runtimes for Windows x86. If you are running on Linux, you just need to have allegro installed on your ld_path (i.e. liballegro.so) as you would for any normal C-based app.</p><p>I wouldn&#39;t worry about the version number. I believe I mapped virtually all of the functions of Allegro.</p><p>You can see what I&#39;ve mapped here: <a href="https://github.com/gillius/jalleg/blob/master/jalleg-binding/BindingStatus.md">https://github.com/gillius/jalleg/blob/master/jalleg-binding/BindingStatus.md</a></p><p>You can see example Java program on that page. Since JRuby runs in JVM you can call Java code. I don&#39;t know what its equivalent is for importing, but if you import AllegroLibrary class, the static methods on that class it should look as much as possible like the C code.</p><p>I do provide an optional jalleg-framework component which can be used to make it more friendly in an object-oriented and managed/garbage collected environment.</p><p>I have pong clone examples using the raw &quot;C&quot; API and using jalleg-framework.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Tue, 18 Feb 2020 03:04:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I guess I&#39;m just a purist. I like C++. Java gives me nightmares about callbacks.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Tue, 18 Feb 2020 03:28:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The callbacks work in jalleg just as well as in C. They just call Java methods, not C ones. With Java 8+ lamdbas the callbacks even can look like inline functions like what you&#39;d see in JavaScript.</p><p>Although I am realizing now you can&#39;t use Eagle out of the box, since it would be a separate C library. You&#39;d have to provide a JNA binding to Eagle. However, JNA maps to C fairly easily, basically the hard part is that you need to manually convert the header or use a tool like JNAerator which takes header files, but as you know in C, header files can be a little tricky since they rely on a lot of external context, the class ultimately just has a bunch of native methods like so:</p><div class="source-code snippet"><div class="inner"><pre>  <span class="k1">public</span> <span class="k1">static</span> native <span class="k1">void</span> <a href="http://www.allegro.cc/manual/al_draw_bitmap"><span class="a">al_draw_bitmap</span></a><span class="k2">(</span><a href="http://www.allegro.cc/manual/ALLEGRO_BITMAP"><span class="a">ALLEGRO_BITMAP</span></a> bitmap, <span class="k1">float</span> dx, <span class="k1">float</span> dy, <span class="k1">int</span> flags<span class="k2">)</span><span class="k2">;</span>
  <span class="k1">public</span> <span class="k1">static</span> native <span class="k1">void</span> <a href="http://www.allegro.cc/manual/al_draw_bitmap_region"><span class="a">al_draw_bitmap_region</span></a><span class="k2">(</span><a href="http://www.allegro.cc/manual/ALLEGRO_BITMAP"><span class="a">ALLEGRO_BITMAP</span></a> bitmap, <span class="k1">float</span> sx, <span class="k1">float</span> sy, <span class="k1">float</span> sw, <span class="k1">float</span> sh, <span class="k1">float</span> dx, <span class="k1">float</span> dy, <span class="k1">int</span> flags<span class="k2">)</span><span class="k2">;</span>
  <span class="k1">public</span> <span class="k1">static</span> native <span class="k1">void</span> <a href="http://www.allegro.cc/manual/al_draw_scaled_bitmap"><span class="a">al_draw_scaled_bitmap</span></a><span class="k2">(</span><a href="http://www.allegro.cc/manual/ALLEGRO_BITMAP"><span class="a">ALLEGRO_BITMAP</span></a> bitmap, <span class="k1">float</span> sx, <span class="k1">float</span> sy, <span class="k1">float</span> sw, <span class="k1">float</span> sh, <span class="k1">float</span> dx, <span class="k1">float</span> dy, <span class="k1">float</span> dw, <span class="k1">float</span> dh, <span class="k1">int</span> flags<span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>

If you just have functions with primitives and callbacks it&#39;s not too bad but if you get into structs or a large number of functions, the tool may be worth using. To build the mapping for Allegro I ran the tool on each header file one at a time then did some cleanup (there can be different choices for how to map things) and pasted and merged into one file.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (gillius)</author>
		<pubDate>Tue, 18 Feb 2020 03:38:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Also, I&#39;m putting in a vote for 
</p><pre>Colonel Kalliokoski</pre><p>

Maybe that should be :
</p><pre>Kolonel KallioKoski</pre><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Tue, 18 Feb 2020 05:02:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think I requested &quot;Village Idiot&quot; once. Is it still available? As for my project, I am treating a serious case of writer&#39;s block with a healthy dose of Final Fantasy on a Nintendo emulator.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bob Keane)</author>
		<pubDate>Tue, 18 Feb 2020 07:50:34 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><tt>Almost Always Right</tt> <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><p>I think it&#39;s probably best to leave said titles up to ML. If we were to permit just anything now it could seriously taint the perceived quality of content here. The whole point of the title was that it was special. They didn&#39;t always mean something meaningful, but the fact that not just anybody could post something there made it meaningful in itself.</p><p>The fact that the site is dying might make it even more important that we not add titles now. Anybody who happens upon the archives, lucky devils, might be confused by context if our titles are misleading.</p><p><b>Append</b></p><div class="spoiler"><p>Or perhaps <tt>A.S.S.</tt>, short for <tt>Almost Always Sarcastic</tt>. I&#39;m not sure if that&#39;s true anymore, but I think it was back in our heyday. <img src="http://www.allegro.cc/forums/smileys/kiss.gif" alt=":-*" /></p></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (bamccaig)</author>
		<pubDate>Tue, 18 Feb 2020 10:51:37 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1044926#target">gillius</a> said:</div><div class="quote"><p>Oh, kids these days that think 2007 is a long time ago <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> I was a member before a.cc existed <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />, if you count Allegro Games Depot.</p></div></div><p>

Me too! <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /> I lost my first account though. I have mostly been lurking all these years, and I will continue to do so until the end. This place is so much nostalgia for me...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc ( Arvidsson)</author>
		<pubDate>Tue, 18 Feb 2020 13:31:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><span class="source-code">Senior Contributor</span><br /><img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Tue, 18 Feb 2020 20:38:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1044950#target">bamccaig</a> said:</div><div class="quote"><p>
The fact that the site is dying
</p></div></div><p>
That&#39;s been said for a very long time now, yet, we&#39;re still here.</p><p>As for titles, despite being from old Europe, I do not want one. Only losers need titles. <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Polybios)</author>
		<pubDate>Wed, 19 Feb 2020 02:42:38 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1044946#target">Edgar Reynaldo</a> said:</div><div class="quote"><p> Also, I&#39;m putting in a vote for<br /> Colonel Kalliokoski  </p></div></div><p>I already have a title! <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Wed, 19 Feb 2020 03:31:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>We all know your real name is Arthur KallioKosKi. <sup>note the KKK</sup></p><p>Oh, and if you don&#39;t want a new title, make it a new account name then. But keep the old account. <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Wed, 19 Feb 2020 03:45:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>We&#39;re all doing to die anyway.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Fri, 20 Mar 2020 00:17:01 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Why did Edgar get his title and not the rest of us? <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Fri, 20 Mar 2020 02:08:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>ML, you okay hun?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (dthompson)</author>
		<pubDate>Fri, 20 Mar 2020 05:28:30 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Dreams really do come true!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Fri, 20 Mar 2020 20:07:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Don&#39;t expect it to be filled, because I suppose it&#39;s a lot, but I wish my name on here were &quot;Erin Bolyard&quot; or, preferably, &quot;Erin Maus&quot; (the latter is what I&#39;ve been in the process of changing to BUT CORONA has definitely nuked that for now).</p><p>(ItsyRealm&#39;s website uses Erin Maus and I&#39;m working on updating my portfolio to do the same depending on the URL you hit it at).</p><p>I like my member number, it&#39;s a reminder that I and bambams are eternal nemeses. <img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" /> (Just jostling).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Erin Maus)</author>
		<pubDate>Fri, 20 Mar 2020 21:10:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://">JMasterx</a> said:</div><div class="quote"><p>Why did Edgar get his title and not the rest of us? </p></div></div><p>Did you notice Arthur Kalliokoski was named second in command, or have I not noticed it before?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bob Keane)</author>
		<pubDate>Fri, 20 Mar 2020 22:47:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ask and ye shall receive. Matthew resurrected this thread, so put in your votes now...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Fri, 20 Mar 2020 23:24:24 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1045364#target">Bob Keane</a> said:</div><div class="quote"><p> Did you notice Arthur Kalliokoski was named second in command, or have I not noticed it before?</p></div></div><p>You did not notice it before.</p><p>I still want my Senior Contributor title <img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Sat, 21 Mar 2020 01:35:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="https://www.allegro.cc/forums/thread/618043/1045362#target">Aaron Bolyard</a> said:</div><div class="quote"><p>
I like my member number, it&#39;s a reminder that I and bambams are eternal nemeses. <img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" /> (Just jostling).
</p></div></div><p>

<img src="http://www.allegro.cc/forums/smileys/angry.gif" alt="&gt;:(" /><img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" /></p><div class="quote_container"><div class="title"><a href="https://www.allegro.cc/forums/thread/618043/1045366#target">Edgar Reynaldo</a> said:</div><div class="quote"><p>
Ask and ye shall receive. Matthew resurrected this thread, so put in your votes now...
</p></div></div><p>

ML is not the type to just give you what you want. You&#39;ve done a lot to keep this site active and this community useful so perhaps you&#39;ve earned your title. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>All that I&#39;ve done is conquer everybody that ever dared debate me. There&#39;s no prize for that. <img src="http://www.allegro.cc/forums/smileys/cry.gif" alt=":&#39;(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (bamccaig)</author>
		<pubDate>Sat, 21 Mar 2020 03:00:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1045371#target">bamccaig</a> said:</div><div class="quote"><p>
All that I&#39;ve done is conquer everybody that ever dared debate me. There&#39;s no prize for that. <img src="http://www.allegro.cc/forums/smileys/cry.gif" alt=":&#39;(" />
</p></div></div><p>
</p><div class="spoiler"><p>
You&#39;re a Master Debater
</p></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sat, 21 Mar 2020 04:47:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Major Reynaldo Hahaha ^^</p><p>And for once the darkest of all, our dear great Dictator, the famous MattyMatt Leverton made an appearance.</p><p>I&#39;m amazed, I should have come before. People do not realize what is it to be confined with the family and still have to work.</p><p>Take care of yourselves.  I&#39;ll be back from times to times (when the children are asleep ^^)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (GullRaDriel)</author>
		<pubDate>Sat, 21 Mar 2020 12:00:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I want to be <i>The Allegro <a href="https://es.wikipedia.org/wiki/Campeador_(lexicograf%C3%ADa)">Campidoctor</a></i>. <img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Niunio)</author>
		<pubDate>Sat, 21 Mar 2020 16:25:19 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m just going to remain lurking in the shadows.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (l j)</author>
		<pubDate>Sat, 21 Mar 2020 19:31:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1045389#target">l j</a> said:</div><div class="quote"><p> I&#39;m just going to remain lurking in the shadows.</p></div></div><p>Hey I remember you <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Sat, 21 Mar 2020 20:04:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You have to earn your title.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bob)</author>
		<pubDate>Sun, 22 Mar 2020 09:50:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Can I be Doctor? </p><p>Dr. Amarillion</p><p>&quot;You know, it&#39;s amazing how many super villains have advanced degrees.&quot; <a href="https://www.quotes.net/show-quote/9207">-- Sheldon</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (amarillion)</author>
		<pubDate>Sun, 22 Mar 2020 16:48:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://">Amarillion</a> said:</div><div class="quote"><p>Can I be Doctor?</p></div></div><p>

<a href="https://www.youtube.com/watch?v=C41o5a6NeNE">You&#39;ll need to spend 6 years in evil medical school.</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bob Keane)</author>
		<pubDate>Sun, 22 Mar 2020 17:10:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I contributed a 20,000 line Gui api that was used in a popular game and supported that api on these forums for years, what more could one want <img src="http://www.allegro.cc/forums/smileys/shocked.gif" alt=":o" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Mon, 23 Mar 2020 00:13:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>jmasterx, you do go unappreciated around here.... <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" />(((((((((</p><p>Therefore I proclaim your title to be Senior GUI Contributor. Matthew, if you please jmasterx has earned this title in my humble opinion.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 23 Mar 2020 21:50:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m good with that
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Mon, 23 Mar 2020 23:56:44 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think it should be more fun. These titles are often tongue in cheek. <tt>Senior Gooey</tt> perhaps. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (bamccaig)</author>
		<pubDate>Tue, 24 Mar 2020 00:46:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m good with Edgar&#39;s suggestion or:<br />Senior Gooey <br />Senior Gooey Guy<br />Senior Gooey Dood<br />A Gooey Guy</p><p>or some variant.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Tue, 24 Mar 2020 01:18:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://">JMasterx</a> said:</div><div class="quote"><p>I&#39;m good with Edgar&#39;s suggestion or:<br />Senior Gooey<br />Senior Gooey Guy<br />Senior Gooey Dood<br />A Gooey Guy</p><p>or some variant. </p></div></div><p> How about Generally Useful Informant?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Bob Keane)</author>
		<pubDate>Tue, 24 Mar 2020 01:51:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1045397#target">jmasterx</a> said:</div><div class="quote"><p>
that was used in a popular game
</p></div></div><p>

Was this Factorio?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (amarillion)</author>
		<pubDate>Tue, 24 Mar 2020 12:31:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1045419#target">amarillion</a> said:</div><div class="quote"><p> Was this Factorio?</p></div></div><p>Indeed it was! <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/618043/1045414#target">Bob Keane</a> said:</div><div class="quote"><p> How about Generally Useful Informant?</p></div></div><p>Sure
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Tue, 24 Mar 2020 23:31:38 +0000</pubDate>
	</item>
</rss>
