<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>wheelmud Source Control Rss Feed</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>wheelmud Source Control Rss Description</description><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>DUMMY CHECKIN&amp;#13;&amp;#10;&amp;#13;&amp;#10;Please DO NOT get source from CodePlex anymore. This is not being updated. Instead use this URL with your favorite Subversion client &amp;#40;TortoiseSVN, RapidSVN, etc&amp;#41; to get the latest source&amp;#58;&amp;#13;&amp;#10;&amp;#13;&amp;#10;svn&amp;#58;&amp;#47;&amp;#47;svn.wheelmud.net&amp;#47;WheelMUDSharp&amp;#47;trunk&amp;#13;&amp;#10;&amp;#13;&amp;#10;The main site is still http&amp;#58;&amp;#47;&amp;#47;www.wheelmud.net&amp;#13;&amp;#10;&amp;#13;&amp;#10;We will continue to do source and binary releases over at CodePlex&amp;#39;s &amp;#34;Releases&amp;#34; tab, but no more checkins will happen here. SvnBride doesn&amp;#39;t seem to work for us anymore.</description><author>HectorSosaJr</author><pubDate>Mon, 17 Mar 2008 17:11:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080317051149P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>More tidying up.</description><author>HectorSosaJr</author><pubDate>Wed, 05 Mar 2008 15:39:35 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080305033935P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Tidied up a nasty if block and changed it to a switch block. This was done in ItemBuilderController.cs class.</description><author>HectorSosaJr</author><pubDate>Wed, 05 Mar 2008 07:17:13 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080305071713A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>More changes that were not commited last time. Seems to be a problem with AnkSVN.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Wed, 05 Mar 2008 06:06:07 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080305060607A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Successfully loaded the first item completely from the database. The blue potion now autoloads. Will work on the other items next.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Wed, 05 Mar 2008 06:02:40 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080305060240A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>A little bit more for item loading.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Tue, 04 Mar 2008 05:22:31 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080304052231A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Finally resolved the problem with the circular reference in the code architecture. I was putting the item builders in the Facades, where it needed to be in the Universe. At least now, I can work on the item loading code from now on. Also, many code changes were suggested by ReSharper 4.0.</description><author>HectorSosaJr</author><pubDate>Sun, 02 Mar 2008 05:51:41 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080302055141A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Some files didn&amp;#39;t make it through to the last check in.</description><author>HectorSosaJr</author><pubDate>Sun, 02 Mar 2008 04:51:04 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080302045104A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Added a DafaFacades folder inside the WheelMUD.Facades project to alleviate some confusion over how to use this namespace. Changed the current facade classes to use the WheelMUD.DataFacades namespace.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Sun, 02 Mar 2008 04:48:14 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080302044814A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Small change to Helpers&amp;#47;ItemCollection.cs. Added an empty constructor.</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 23:24:14 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229112414P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed some more misplaced database access code and namespaces. The code finally compiles.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 22:47:47 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229104747P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>HOLY CIRCULAR REFERENCE, BATMAN&amp;#33;&amp;#13;&amp;#10;&amp;#13;&amp;#10;I&amp;#39;m fixing some circular references in the WheelMUD.Universe, WheelMUD.MudObjectBuilders, and WheelMUD.Facades namespaces. It still does not compile, but already fixed a LOT of misplaced database access code. Ripped out direct access to the WheelMUD.DataLayer namespace and replaced it with calls to WheelMUD.Facade namespace.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 22:35:21 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229103521P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>More changes to ItemBuilders.</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 21:41:07 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229094107P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Removing ItemBuilders from the WheelMUD.Helpers directory structure.</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 21:25:30 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229092530P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Physically adding the ItemBuilders files to the new location.</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 21:11:11 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229091111P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Moved ItemBuilders from the WheelMUD.Universe namespace to WheelMUD.Helpers namespace to avoid circular references.</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 21:09:53 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229090953P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Added a new table called ItemType to the database. &amp;#13;&amp;#10;Recompiled SubSonic.dll with the new source from Google. &amp;#13;&amp;#10;Regenerated the DAL to support the new table and new columns.</description><author>HectorSosaJr</author><pubDate>Fri, 29 Feb 2008 05:46:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080229054654A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>PotionBuilder was not added in the last check-in. It should be in now.</description><author>HectorSosaJr</author><pubDate>Thu, 28 Feb 2008 05:28:04 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080228052804A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>&amp;#42; Added namespace&amp;#58; WheelMUD.Universe.ItemBuilders&amp;#13;&amp;#10;&amp;#42; Added interface &amp;#58; IItemBuilder&amp;#13;&amp;#10;&amp;#42; New Classes&amp;#58;&amp;#13;&amp;#10;  -- ItemDirector&amp;#13;&amp;#10;  -- PotionBuilder&amp;#13;&amp;#10;&amp;#13;&amp;#10;This is the beginning of the dynamic item loader.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Thu, 28 Feb 2008 05:25:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080228052537A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/wheelmud/SourceControl/ListDownloadableCommits.aspx</link><description>Started implementing GetItemsForRoom&amp;#40;&amp;#41; in the ItemFacade.cs class. After some coding, I realized that we need an object factory, since we now have some concrete implementations of IItem &amp;#40;portals, potions, coins,sacks, etc&amp;#41; . Need to go hit my books and read up on the Factory pattern again. The code compiles, but it does nothing yet. Just wanted to put it here so that I don&amp;#39;t lose what I have.&amp;#13;&amp;#10;</description><author>HectorSosaJr</author><pubDate>Mon, 25 Feb 2008 23:32:45 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080225113245P</guid></item></channel></rss>