<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SourceMod DevLog</title>
	<atom:link href="http://www.sourcemod.net/devlog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sourcemod.net/devlog</link>
	<description>SourceMod Development - Or Something</description>
	<lastBuildDate>Sun, 17 May 2009 15:30:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DevLog Discontinued!</title>
		<link>http://www.sourcemod.net/devlog/?p=142</link>
		<comments>http://www.sourcemod.net/devlog/?p=142#comments</comments>
		<pubDate>Sun, 12 Aug 2007 07:56:46 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=142</guid>
		<description><![CDATA[From now on I will be making &#8220;programming article&#8221; style posts here: http://www.bailopan.net/blog.  It is unlikely this area will be used further, since for SourceMod I tend to write normal programming documentation now.
I will be moving some of the better series/articles as I get the time.
Thanks for reading, all zero readers!
]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Benchmarks Against EventScripts</title>
		<link>http://www.sourcemod.net/devlog/?p=140</link>
		<comments>http://www.sourcemod.net/devlog/?p=140#comments</comments>
		<pubDate>Thu, 07 Jun 2007 20:03:58 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=140</guid>
		<description><![CDATA[A long time ago we wrote benchmark charts comparing AMX Mod and AMX Mod X.  It created a flurry of flaming, but the end result was &#8212; AMX Mod X performed better, but the comparisons were realistic.
Today we&#8217;re releasing: benchmarks against EventScripts.  Needless to say, these comparisons have an astronomical difference, totally unlike [...]]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=140</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Benchmarks Against AMX Mod X</title>
		<link>http://www.sourcemod.net/devlog/?p=139</link>
		<comments>http://www.sourcemod.net/devlog/?p=139#comments</comments>
		<pubDate>Wed, 06 Jun 2007 18:09:48 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=139</guid>
		<description><![CDATA[After all this talk about optimizing SourceMod, has it paid off?  Today I&#8217;ve updated our old AMX Mod X benchmark tests for SourceMod and added a few new tests.  
The old test suite is available here.
Updated files for SourceMod support are here.
First, let&#8217;s show a pretty graph of the results (click to enlarge):

To [...]]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Menus Explored, Part 5</title>
		<link>http://www.sourcemod.net/devlog/?p=138</link>
		<comments>http://www.sourcemod.net/devlog/?p=138#comments</comments>
		<pubDate>Fri, 18 May 2007 15:00:40 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=138</guid>
		<description><![CDATA[In this installment of the menu series, we go over the SourceMod menu system and how its designed changed.]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menus Explored, Part 4</title>
		<link>http://www.sourcemod.net/devlog/?p=137</link>
		<comments>http://www.sourcemod.net/devlog/?p=137#comments</comments>
		<pubDate>Wed, 16 May 2007 15:00:43 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=137</guid>
		<description><![CDATA[Today we explore a proprietary menu system built off the AMX Mod X menu system.  ]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=137</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Menus Explored, Part 3</title>
		<link>http://www.sourcemod.net/devlog/?p=136</link>
		<comments>http://www.sourcemod.net/devlog/?p=136#comments</comments>
		<pubDate>Mon, 14 May 2007 15:00:51 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=136</guid>
		<description><![CDATA[In today's article, we go over some of the more complicated issues with AMX Mod X new menu system.]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menus Explored, Part 2</title>
		<link>http://www.sourcemod.net/devlog/?p=135</link>
		<comments>http://www.sourcemod.net/devlog/?p=135#comments</comments>
		<pubDate>Fri, 11 May 2007 15:00:12 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=135</guid>
		<description><![CDATA[In this the second part of the Menus Explored series, we go into the AMX Mod X "new menu" API and discuss the design decisions behind it.]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menus Explored, Part 1</title>
		<link>http://www.sourcemod.net/devlog/?p=134</link>
		<comments>http://www.sourcemod.net/devlog/?p=134#comments</comments>
		<pubDate>Wed, 09 May 2007 15:10:11 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=134</guid>
		<description><![CDATA[Menus are surprisingly complex design issues.  Much like timers, they have gone through numerous iterations in both API and implementation throughout my/our development projects.
A menu system can be broken down into two major pieces.  The first piece is the part that builds the menu; for example, managing how many items the menu has. [...]]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeyValues (SourceMod Scripting)</title>
		<link>http://www.sourcemod.net/devlog/?p=133</link>
		<comments>http://www.sourcemod.net/devlog/?p=133#comments</comments>
		<pubDate>Mon, 07 May 2007 15:00:33 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wiki Articles]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=133</guid>
		<description><![CDATA[Today's article goes into detail about how to use SourceMod's KeyValues API, in particular with regard to traversal, iteration, and deletion.]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Events in SourceMod</title>
		<link>http://www.sourcemod.net/devlog/?p=132</link>
		<comments>http://www.sourcemod.net/devlog/?p=132#comments</comments>
		<pubDate>Fri, 04 May 2007 15:00:18 +0000</pubDate>
		<dc:creator>BAILOPAN</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wiki Articles]]></category>

		<guid isPermaLink="false">http://www.sourcemod.net/devlog/?p=132</guid>
		<description><![CDATA[Today's article introduces SourceMod's abstraction of the HL2 event system.]]></description>
		<wfw:commentRss>http://www.sourcemod.net/devlog/?feed=rss2&amp;p=132</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

