<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Allegro Wiki  - Recent changes [en]</title>
		<link>http://wiki.allegro.cc/index.php?title=Special:RecentChanges</link>
		<description>Track the most recent changes to the wiki in this feed.</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Sat, 14 Nov 2009 21:06:40 GMT</lastBuildDate>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AllegroWiki-RecentChangesen" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>Timers</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/oNuxVFwW4p0/index.php</link>
			<description>&lt;p&gt;&lt;span class="autocomment"&gt;Yielding the CPU using a semaphore:&amp;#32;&lt;/span&gt; &lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 10:17, November 13, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 175:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 175:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	sem_init(&amp;amp;sem_rest, 0, 1);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	sem_init(&amp;amp;sem_rest, 0, 1);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	//for mac os x, named semaphores must be used instead, first by declaring a pointer sem_t* &lt;del class="diffchange diffchange-inline"&gt;sem_rest&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	//for mac os x, named semaphores must be used instead, first by declaring a pointer sem_t* &lt;ins class="diffchange diffchange-inline"&gt;sem_rest_ptr&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	//and then doing &lt;del class="diffchange diffchange-inline"&gt;sem_rest &lt;/del&gt;= sem_open(&amp;quot;sem_name&amp;quot;, O_CREATE, &lt;del class="diffchange diffchange-inline"&gt;0&lt;/del&gt;, 1)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	//and then doing &lt;ins class="diffchange diffchange-inline"&gt;sem_rest_ptr &lt;/ins&gt;= sem_open(&amp;quot;sem_name&amp;quot;, O_CREATE, &lt;ins class="diffchange diffchange-inline"&gt;(S_IRUSR | S_IWUSR)&lt;/ins&gt;, 1)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	//sem_name is the name of the semaphore, which should be unique&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	//sem_name is the name of the semaphore, which should be unique&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 211:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 211:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sem_destroy(&amp;amp;sem_rest);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sem_destroy(&amp;amp;sem_rest);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	//on mac osx, sem_destroy does not work, so do sem_close(&lt;del class="diffchange diffchange-inline"&gt;sem_rest&lt;/del&gt;) and sem_unlink(&amp;quot;sem_name&amp;quot;) instead&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	//on mac osx, sem_destroy does not work, so do sem_close(&lt;ins class="diffchange diffchange-inline"&gt;sem_rest_ptr&lt;/ins&gt;) and sem_unlink(&amp;quot;sem_name&amp;quot;) instead&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	return 0;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	return 0;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/21PPe8n9kQ5w2XpQsMNInLCtgSw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/21PPe8n9kQ5w2XpQsMNInLCtgSw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/21PPe8n9kQ5w2XpQsMNInLCtgSw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/21PPe8n9kQ5w2XpQsMNInLCtgSw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/oNuxVFwW4p0" height="1" width="1"/&gt;</description>
			<pubDate>Fri, 13 Nov 2009 10:17:18 GMT</pubDate>			<dc:creator>ZOMGxuan</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Timers</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Timers&amp;diff=5142&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Talk:Timers</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/5_JJrj_aerE/index.php</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 09:38, November 13, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 1:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;ZOMGxuan -- I've modified goalie's section on semaphore based timing to explain how to use semaphores on Mac OS X, as the functions sem_init and sem_destroy do not work on Mac OS X, and sem_open, sem_close, and sem_unlink must be used instead&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;goalieCa -- I've added a section on semaphore based timing for yielding the threads to the cpu. I originally discussed this method on the a.cc forums but here is the latest thread i can remember [http://www.allegro.cc/forums/thread/590932]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;goalieCa -- I've added a section on semaphore based timing for yielding the threads to the cpu. I originally discussed this method on the a.cc forums but here is the latest thread i can remember [http://www.allegro.cc/forums/thread/590932]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nAVScettMV_yXm8U_Ddf7QNT1hQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nAVScettMV_yXm8U_Ddf7QNT1hQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nAVScettMV_yXm8U_Ddf7QNT1hQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nAVScettMV_yXm8U_Ddf7QNT1hQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/5_JJrj_aerE" height="1" width="1"/&gt;</description>
			<pubDate>Fri, 13 Nov 2009 09:38:10 GMT</pubDate>			<dc:creator>ZOMGxuan</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Timers</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Talk:Timers&amp;diff=5141&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Timers</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/OdtzeajSAxg/index.php</link>
			<description>&lt;p&gt;&lt;span class="autocomment"&gt;Yielding the CPU using a semaphore:&amp;#32;&lt;/span&gt; &lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 09:35, November 13, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 172:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 172:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;{&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;{&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	//initialize the semaphore&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	//initialize the semaphore&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;	//following function works for linux and win32 pthreads&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	sem_init(&amp;amp;sem_rest, 0, 1);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	sem_init(&amp;amp;sem_rest, 0, 1);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;	//for mac os x, named semaphores must be used instead, first by declaring a pointer sem_t* sem_rest&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;	//and then doing sem_rest = sem_open(&amp;quot;sem_name&amp;quot;, O_CREATE, 0, 1)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;	//sem_name is the name of the semaphore, which should be unique&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	allegro_init();&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	allegro_init();&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 202:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 207:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remove_int(ticker);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remove_int(ticker);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;	//destroy the semaphore (important!)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sem_destroy(&amp;amp;sem_rest);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sem_destroy(&amp;amp;sem_rest);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;	//on mac osx, sem_destroy does not work, so do sem_close(sem_rest) and sem_unlink(&amp;quot;sem_name&amp;quot;) instead&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	return 0;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	return 0;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/r2Jm7BBM53gb7l_iJnEUZT5gVyY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r2Jm7BBM53gb7l_iJnEUZT5gVyY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/r2Jm7BBM53gb7l_iJnEUZT5gVyY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r2Jm7BBM53gb7l_iJnEUZT5gVyY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/OdtzeajSAxg" height="1" width="1"/&gt;</description>
			<pubDate>Fri, 13 Nov 2009 09:35:40 GMT</pubDate>			<dc:creator>ZOMGxuan</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Timers</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Timers&amp;diff=5140&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Tutorial 2: TrueType Fonts and Display Modes</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/yhNAtJWA7i0/index.php</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 19:32, November 10, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 15:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 15:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;allegro5/allegro5.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;allegro5/allegro5.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;allegro5/allegro_font.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;allegro5/allegro_font.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;allegro5/&lt;del class="diffchange diffchange-inline"&gt;allegro_fft&lt;/del&gt;.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;allegro5/&lt;ins class="diffchange diffchange-inline"&gt;allegro_ttf&lt;/ins&gt;.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;stdio.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;	#include &amp;lt;stdio.h&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;/highlightSyntax&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;/highlightSyntax&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 166:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 166:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;'''Linux users:'''&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;'''Linux users:'''&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	$ gcc hello1.c -o hello1 -&lt;del class="diffchange diffchange-inline"&gt;la5_ttf&lt;/del&gt;-4.9.8 -&lt;del class="diffchange diffchange-inline"&gt;la5_font&lt;/del&gt;-4.9.8 \&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	$ gcc hello1.c -o hello1 -&lt;ins class="diffchange diffchange-inline"&gt;allegro_ttf&lt;/ins&gt;-4.9.8 -&lt;ins class="diffchange diffchange-inline"&gt;allegro_font&lt;/ins&gt;-4.9.8 \&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;		`&lt;del class="diffchange diffchange-inline"&gt;allegro5&lt;/del&gt;-config --libs`&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;		`&lt;ins class="diffchange diffchange-inline"&gt;allegro&lt;/ins&gt;-config --libs`&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;'''Windows users:'''&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;'''Windows users:'''&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	&amp;gt; gcc hello1.c -o hello1 -&lt;del class="diffchange diffchange-inline"&gt;la5_ttf&lt;/del&gt;-4.9.8 -&lt;del class="diffchange diffchange-inline"&gt;la5_font&lt;/del&gt;-4.9.8 \&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	&amp;gt; gcc hello1.c -o hello1 -&lt;ins class="diffchange diffchange-inline"&gt;allegro_ttf&lt;/ins&gt;-4.9.8 -&lt;ins class="diffchange diffchange-inline"&gt;allegro_font&lt;/ins&gt;-4.9.8 \&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;		-&lt;del class="diffchange diffchange-inline"&gt;lallegro&lt;/del&gt;-4.9.8&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;		-&lt;ins class="diffchange diffchange-inline"&gt;allegro&lt;/ins&gt;-4.9.8&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;(Replace &amp;quot;-4.9.8&amp;quot; with your version of the library. As of the writing of this article, that was the most recent version, and it is now required of the add-on libraries. Presumably, when the API is stable the version number will be dropped from the library names.)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;(Replace &amp;quot;-4.9.8&amp;quot; with your version of the library. As of the writing of this article, that was the most recent version, and it is now required of the add-on libraries. Presumably, when the API is stable the version number will be dropped from the library names.)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;All other users: My apologies if you use MacOSX, Microsoft Visual Studio, or any other compiler or operating system. I cannot help you with the precise syntax for compilation or configuration.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;All other users: My apologies if you use MacOSX, Microsoft Visual Studio, or any other compiler or operating system. I cannot help you with the precise syntax for compilation or configuration.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ul9QeBsfLu68YPgzAAz2tYJKfis/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ul9QeBsfLu68YPgzAAz2tYJKfis/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ul9QeBsfLu68YPgzAAz2tYJKfis/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ul9QeBsfLu68YPgzAAz2tYJKfis/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/yhNAtJWA7i0" height="1" width="1"/&gt;</description>
			<pubDate>Tue, 10 Nov 2009 19:32:33 GMT</pubDate>			<dc:creator>C Bird</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Tutorial_2:_TrueType_Fonts_and_Display_Modes</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Tutorial_2:_TrueType_Fonts_and_Display_Modes&amp;diff=5139&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Allegro Wiki:Site support</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/z2XxVrBkgfA/index.php</link>
			<description>&lt;p&gt;protected "[[&lt;a href="/index.php?title=Allegro_Wiki:Site_support" title="Allegro Wiki:Site support"&gt;Allegro Wiki:Site support&lt;/a&gt;]]" [edit=sysop] (indefinite) [move=sysop] (indefinite)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/riCMTHfjLQ7qAFON_CDz58-BT2Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/riCMTHfjLQ7qAFON_CDz58-BT2Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/riCMTHfjLQ7qAFON_CDz58-BT2Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/riCMTHfjLQ7qAFON_CDz58-BT2Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/z2XxVrBkgfA" height="1" width="1"/&gt;</description>
			<pubDate>Tue, 10 Nov 2009 07:08:55 GMT</pubDate>			<dc:creator>Thomas Fjellstrom</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Allegro_Wiki_talk:Site_support</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Allegro_Wiki:Site_support&amp;diff=0&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Al create bitmap</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/DZDZKOroEkQ/index.php</link>
			<description>&lt;p&gt;Undo revision 5136 by &lt;a href="/index.php?title=Special:Contributions/PennieRay" title="Special:Contributions/PennieRay"&gt;PennieRay&lt;/a&gt; (&lt;a href="/index.php?title=User_talk:PennieRay&amp;amp;action=edit&amp;amp;redlink=1" class="new" title="User talk:PennieRay (page does not exist)"&gt;Talk&lt;/a&gt;) SPAM&lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 07:08, November 10, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 49:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 49:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[AL_BITMAP|AL_BITMAP]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[AL_BITMAP|AL_BITMAP]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_destroy_bitmap|al_destroy_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_destroy_bitmap|al_destroy_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;del style="color: red; font-weight: bold; text-decoration: none;"&gt;* [http://www.rushessay.com/ Custom essay writing]&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_display_bitmap|al_create_display_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_display_bitmap|al_create_display_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_bitmap_2|al_create_bitmap_2]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_bitmap_2|al_create_bitmap_2]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;del style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;[[Category:New API]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;[[Category:New API]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RvSsn0OWSCFJST8hU6ZN8usHCWk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RvSsn0OWSCFJST8hU6ZN8usHCWk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RvSsn0OWSCFJST8hU6ZN8usHCWk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RvSsn0OWSCFJST8hU6ZN8usHCWk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/DZDZKOroEkQ" height="1" width="1"/&gt;</description>
			<pubDate>Tue, 10 Nov 2009 07:08:12 GMT</pubDate>			<dc:creator>Thomas Fjellstrom</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Al_create_bitmap</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Al_create_bitmap&amp;diff=5137&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Al create bitmap</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/HP8wgl3h8s4/index.php</link>
			<description>&lt;p&gt;&lt;span class="autocomment"&gt;See Also:&amp;#32;&lt;/span&gt; &lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 19:37, November 9, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 49:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 49:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[AL_BITMAP|AL_BITMAP]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[AL_BITMAP|AL_BITMAP]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_destroy_bitmap|al_destroy_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_destroy_bitmap|al_destroy_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;* [http://www.rushessay.com/ Custom essay writing]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_display_bitmap|al_create_display_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_display_bitmap|al_create_display_bitmap]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_bitmap_2|al_create_bitmap_2]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;* [[al_create_bitmap_2|al_create_bitmap_2]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;[[Category:New API]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;[[Category:New API]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/v5W8ejGkwOs8lI7AMlJie_UrbhI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/v5W8ejGkwOs8lI7AMlJie_UrbhI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/v5W8ejGkwOs8lI7AMlJie_UrbhI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/v5W8ejGkwOs8lI7AMlJie_UrbhI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/HP8wgl3h8s4" height="1" width="1"/&gt;</description>
			<pubDate>Mon, 09 Nov 2009 19:37:36 GMT</pubDate>			<dc:creator>PennieRay</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Al_create_bitmap</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Al_create_bitmap&amp;diff=5136&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Allegro GUI php</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/isigUGyfOko/index.php</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 13:29, November 9, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 6:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 6:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;=CODE=&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;=CODE=&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;highlightSyntax language=&amp;quot;&lt;del class="diffchange diffchange-inline"&gt;php3&lt;/del&gt;&amp;quot;&amp;gt;&amp;lt;?php&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;highlightSyntax language=&amp;quot;&lt;ins class="diffchange diffchange-inline"&gt;php&lt;/ins&gt;&amp;quot;&amp;gt;&amp;lt;?php&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;class Dialog {&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;class Dialog {&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ymZzPiwfx6vwhCNQIu7XV55GCtI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ymZzPiwfx6vwhCNQIu7XV55GCtI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ymZzPiwfx6vwhCNQIu7XV55GCtI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ymZzPiwfx6vwhCNQIu7XV55GCtI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/isigUGyfOko" height="1" width="1"/&gt;</description>
			<pubDate>Mon, 09 Nov 2009 13:29:52 GMT</pubDate>			<dc:creator>Thomas Fjellstrom</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Allegro_GUI_php</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Allegro_GUI_php&amp;diff=5135&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Allegro Wiki:Site support</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/iAyGHpnypf0/index.php</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 12:55, November 9, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 1:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;= Sponsors =&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;Thanks to the following organizations and people that have kindly sponsored the wiki:&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;-----&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.nooskewl.com http://nooskewl.com/stuff/images/logo.png]&amp;lt;/span&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;[http://www.nooskewl.com Nooskewl Software] is an independent game developer with a team spanning several countries. We are currently working on a title that is yet to be announced. Keep an eye out for a new release some time in 2010.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;ins style="color: red; font-weight: bold; text-decoration: none;"&gt;= Donations =&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;The wiki is currently in good shape and is not in need of donations. If you feel the overpowering need to support the wiki anyway, start with submitting some new Tutorials, useful code snippets, or help finish or edit existing articles! And if you _still_ have the need to donate something, contact [[User:Thomas Fjellstrom|Tomasu]] and He'll help you out.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;The wiki is currently in good shape and is not in need of donations. If you feel the overpowering need to support the wiki anyway, start with submitting some new Tutorials, useful code snippets, or help finish or edit existing articles! And if you _still_ have the need to donate something, contact [[User:Thomas Fjellstrom|Tomasu]] and He'll help you out.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qLS3dQRw5gzY3Qj9hX_0440tGCY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qLS3dQRw5gzY3Qj9hX_0440tGCY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qLS3dQRw5gzY3Qj9hX_0440tGCY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qLS3dQRw5gzY3Qj9hX_0440tGCY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/iAyGHpnypf0" height="1" width="1"/&gt;</description>
			<pubDate>Mon, 09 Nov 2009 12:55:12 GMT</pubDate>			<dc:creator>Thomas Fjellstrom</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Allegro_Wiki_talk:Site_support</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Allegro_Wiki:Site_support&amp;diff=5134&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>MediaWiki:Sitesupport</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/6uZzrfxJuho/index.php</link>
			<description>&lt;p&gt;Created page with &amp;#39;Site Support&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CbqVN5VFGKSDoghCFJaTxJEpEtA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CbqVN5VFGKSDoghCFJaTxJEpEtA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CbqVN5VFGKSDoghCFJaTxJEpEtA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CbqVN5VFGKSDoghCFJaTxJEpEtA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/6uZzrfxJuho" height="1" width="1"/&gt;</description>
			<pubDate>Mon, 09 Nov 2009 12:40:23 GMT</pubDate>			<dc:creator>Thomas Fjellstrom</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=MediaWiki_talk:Sitesupport</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=MediaWiki:Sitesupport&amp;diff=5133&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>MediaWiki:Sitesupport-url</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/7C9CEXi_f1c/index.php</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TBcr98YBkXTaa0awbo4js_JnFF4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TBcr98YBkXTaa0awbo4js_JnFF4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TBcr98YBkXTaa0awbo4js_JnFF4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TBcr98YBkXTaa0awbo4js_JnFF4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/7C9CEXi_f1c" height="1" width="1"/&gt;</description>
			<pubDate>Mon, 09 Nov 2009 12:39:47 GMT</pubDate>			<dc:creator>Thomas Fjellstrom</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=MediaWiki_talk:Sitesupport-url</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=MediaWiki:Sitesupport-url&amp;diff=5132&amp;oldid=prev</feedburner:origLink></item>
		<item>
			<title>Tutorial 2: TrueType Fonts and Display Modes</title>
			<link>http://feedproxy.google.com/~r/AllegroWiki-RecentChangesen/~3/t6K_NwcFvTw/index.php</link>
			<description>&lt;p&gt;removed the note about al_draw_text()&amp;#39;s depreciated argument, and talked about the new argument.&lt;/p&gt;

		&lt;table style="background-color: white; color:black;"&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style="background-color: white; color:black;"&gt;Revision as of 06:54, November 7, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan="2" class="diff-lineno"&gt;Line 115:&lt;/td&gt;
&lt;td colspan="2" class="diff-lineno"&gt;Line 115:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;highlightSyntax language=&amp;quot;c&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;highlightSyntax language=&amp;quot;c&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	al_draw_text(data.f1, 10, 10, &lt;del class="diffchange diffchange-inline"&gt;-1&lt;/del&gt;, &amp;quot;Allegro 5 Rocks!&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	al_draw_text(data.f1, 10, 10, &lt;ins class="diffchange diffchange-inline"&gt;ALLEGRO_ALIGN_LEFT&lt;/ins&gt;, &amp;quot;Allegro 5 Rocks!&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;	al_draw_text(data.f2, 10, 60, &lt;del class="diffchange diffchange-inline"&gt;-1&lt;/del&gt;, &amp;quot;Allegro 5 Rocks!&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;	al_draw_text(data.f2, 10, 60, &lt;ins class="diffchange diffchange-inline"&gt;ALLEGRO_ALIGN_LEFT&lt;/ins&gt;, &amp;quot;Allegro 5 Rocks!&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;/highlightSyntax&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;lt;/highlightSyntax&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;The first argument specifies which font to use, and the second two are the x and y coordinates, respectively. In Allegro 5, the origin is in the upper-left corner of the screen, with x increasing to the right and y increasing down. Thus the coordinates (10, 10) will be a ten pixels offset from the upper-left corner of the screen. The fourth parameter &lt;del class="diffchange diffchange-inline"&gt;is the string &lt;/del&gt;to &lt;del class="diffchange diffchange-inline"&gt;output, followed finally by &lt;/del&gt;the &lt;del class="diffchange diffchange-inline"&gt;number of characters to print.&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;The first argument specifies which font to use, and the second two are the x and y coordinates, respectively. In Allegro 5, the origin is in the upper-left corner of the screen, with x increasing to the right and y increasing down. Thus the coordinates (10, 10) will be a ten pixels offset from the upper-left corner of the screen. The fourth parameter &lt;ins class="diffchange diffchange-inline"&gt;allows you &lt;/ins&gt;to &lt;ins class="diffchange diffchange-inline"&gt;pass flags telling allegro how to render &lt;/ins&gt;the &lt;ins class="diffchange diffchange-inline"&gt;text&lt;/ins&gt;. &lt;ins class="diffchange diffchange-inline"&gt; &lt;/ins&gt;In this case, we&lt;ins class="diffchange diffchange-inline"&gt;'re using the flag ALLEGRO_ALIGN_LEFT&lt;/ins&gt;, which &lt;ins class="diffchange diffchange-inline"&gt;will left-align the text &lt;/ins&gt;to the &lt;ins class="diffchange diffchange-inline"&gt;x and y coordinates&lt;/ins&gt;. &lt;ins class="diffchange diffchange-inline"&gt; By default&lt;/ins&gt;, &lt;ins class="diffchange diffchange-inline"&gt;allegro will align text to the left (you could pass NULL instead of any flags and &lt;/ins&gt;it would &lt;ins class="diffchange diffchange-inline"&gt;default &lt;/ins&gt;to &lt;ins class="diffchange diffchange-inline"&gt;left&lt;/ins&gt;-&lt;ins class="diffchange diffchange-inline"&gt;align)&lt;/ins&gt;. &lt;ins class="diffchange diffchange-inline"&gt; The last and final argument is the string &lt;/ins&gt;to &lt;ins class="diffchange diffchange-inline"&gt;output&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;&amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style="background: #ffa; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;del class="diffchange diffchange-inline"&gt;This last variable is interesting, and might not seem entirely useful at first&lt;/del&gt;. In this case, we &lt;del class="diffchange diffchange-inline"&gt;have passed -1&lt;/del&gt;, which &lt;del class="diffchange diffchange-inline"&gt;tells Allegro 5 &lt;/del&gt;to &lt;del class="diffchange diffchange-inline"&gt;output &lt;/del&gt;the &lt;del class="diffchange diffchange-inline"&gt;entire string&lt;/del&gt;. &lt;del class="diffchange diffchange-inline"&gt;Had we set a different value, for example 2&lt;/del&gt;, it would &lt;del class="diffchange diffchange-inline"&gt;only output the first two characters; just &amp;quot;Al&amp;quot; would be printed. This is useful if in your game, you want text &lt;/del&gt;to &lt;del class="diffchange diffchange-inline"&gt;slowly appear letter&lt;/del&gt;-&lt;del class="diffchange diffchange-inline"&gt;by-letter&lt;/del&gt;. &lt;del class="diffchange diffchange-inline"&gt;Instead of manupulating your strings &lt;/del&gt;to &lt;del class="diffchange diffchange-inline"&gt;get it to work out, you can just increment this parameter&lt;/del&gt;.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style="background: #cfc; color:black; font-size: smaller;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;We are outputting the same string twice so that we can see the difference in defining the font sizes. However, before this text is visible, we must flip the screen and the backbuffer.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style="background: #eee; color:black; font-size: smaller;"&gt;&lt;div&gt;We are outputting the same string twice so that we can see the difference in defining the font sizes. However, before this text is visible, we must flip the screen and the backbuffer.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-14 21:06:40 --&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/g7WthXDxFSmLMJI32H-CLVod3O8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/g7WthXDxFSmLMJI32H-CLVod3O8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/g7WthXDxFSmLMJI32H-CLVod3O8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/g7WthXDxFSmLMJI32H-CLVod3O8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AllegroWiki-RecentChangesen/~4/t6K_NwcFvTw" height="1" width="1"/&gt;</description>
			<pubDate>Sat, 07 Nov 2009 06:54:49 GMT</pubDate>			<dc:creator>Mark Oates</dc:creator>			<comments>http://wiki.allegro.cc/index.php?title=Talk:Tutorial_2:_TrueType_Fonts_and_Display_Modes</comments>		<feedburner:origLink>http://wiki.allegro.cc/index.php?title=Tutorial_2:_TrueType_Fonts_and_Display_Modes&amp;diff=5128&amp;oldid=prev</feedburner:origLink></item>
	</channel>
</rss>
