<?xml version="1.0" encoding="ISO639" ?>
<rss version="2.0">
<channel>
	<title>Announcements</title>
	<description>ArcEmu News</description>
	<link>http://arcemu.org/forums/index.php</link>
	<pubDate>Fri, 06 Jan 2012 11:05:48 +0000</pubDate>
	<ttl>1440</ttl>
	<item>
		<title>Happy Birthday Jackpoz !</title>
		<link>http://arcemu.org/forums/index.php?showtopic=25935</link>
		<description><![CDATA[Happy Birthday Jackpoz ,<br />
<br />
                                                      <br />
                                                                                                                     <img src='http://3.bp.blogspot.com/_AYKfV-Wdc3E/SfOtQFDdEVI/AAAAAAAAAKY/FmEP4JPQ0_E/s400/Another+year+older.jpg' alt='Posted Image' class='bbc_img' />]]></description>
		<pubDate>Fri, 06 Jan 2012 11:05:48 +0000</pubDate>
		<guid>http://arcemu.org/forums/index.php?showtopic=25935</guid>
	</item>
	<item>
		<title>Wiki Enchantments Part 3</title>
		<link>http://arcemu.org/forums/index.php?showtopic=24921</link>
		<description><![CDATA[Greetings. The ArcEmu wiki has been updated with many new features (yet again)! It is now on the same version as Mediawiki is, with many of the same extensions and looks.<br />
<br />
You may all notice the new article editor from Wikipedia, it is a very nice fully featured editor that can help even a novice properly use wiki markup. Included with it for browsers that don't have the required javascript, is a text/button based version that highlights some of the main features of wikimarkup that new editors should know.<br />
<br />
You can all poke and prod it here <a href='http://arcemu.org/wiki/index.php?title=Test&action=edit' class='bbc_url' title='External link' rel='nofollow external'>ArcEmu-Wiki Testing</a> If it doesn't display correctly, you need a valid UserAgent in your browser. (Should support all mainstream browsers)<br />
<br />
Commit style log for those interested.<br />
<pre class='prettyprint'>
Wiki updated to latest mediawiki rev. http&#58;//arcemu.org/wiki/Special:Version
Entire wiki database updated to latest structures & maintenance ran (Nothing to cleanup manually this time ;_; beautiful)
Full Featured editor installed.
Special character/formatting insert form added.
All extensions updated.
Mediawiki theme customizations imported.
Checked and rechecked expanding/collapsing code.
Added expanding/collapsing menus to the left sidebar.
SimpleAntiSpam added (Prevents bots from being able to edit the wiki, even though it is heavily locked down already to their edits)
Recaptcha switched out for Confirmedit (forced, changes in MW) - You will never see another recaptcha request during editing.
</pre><br />
<br />
Oh and for peeps doing documenting, if you want to save some typing instead of typing: &lt;source lang='stuff'&gt; everywhere, just use &lt;source&gt; it defaults to Lua (since thats the most popular thing on the wiki).<br />
<br />
A new developer page has been added to the wiki for team members, and those curious and looking for documentation. You may find it here at the <strong class='bbc'><a href='http://arcemu.org/wiki/Developer_Entry' class='bbc_url' title='External link' rel='nofollow external'>Developer Entry</a></strong> over time this page should become filled with documentation relating to the client, packets, scripting, and whatever else we want to put somewhere for others to read that would only confuse the general public.]]></description>
		<pubDate>Sun, 29 May 2011 08:56:18 +0000</pubDate>
		<guid>http://arcemu.org/forums/index.php?showtopic=24921</guid>
	</item>
	<item>
		<title>Arcemu Goes Cmake</title>
		<link>http://arcemu.org/forums/index.php?showtopic=24912</link>
		<description><![CDATA[Hey there everyone!<br />
<br />
Today as the documentation has been mostly finished, and now all the usual platforms have been tested and turned out to be working, we officially change our build system to use CMake.<br />
<br />
<strong class='bbc'>What is CMake</strong><br />
CMake is a cross platform build system, which means it can configure the build on multiple systems ( Windows, Linux, BSD, OS X, etc ), for multiple build tools ( Visual C++, G++, etc )<br />
You can read more about CMake on the wiki here: <a href='http://www.arcemu.org/wiki/CMake' class='bbc_url' title='External link' rel='nofollow external'>http://www.arcemu.org/wiki/CMake</a><br />
<br />
<strong class='bbc'>Why are we changing to CMake</strong><br />
We have users using many different Operating Systems on their machines, some use Windows, some use Linux, some use something else, and also we have different people with different build tools ( compilers ),<br />
which means we need a unified build system to serve the needs of everyone, so that everyone can build nearly the same way.<br />
<br />
<strong class='bbc'>What does this mean for Arcemu</strong><br />
Basically what this transition means to all of us is that before (re)building you will have to do an extra step and set up the build environment using CMake. Fortunately this is not at all hard, and we provide enough documentation on the wiki for it. This way Arcemu is more portable as you are not bound to only the compilers we officially support ( like now you can again use Visual Studio 2008 on Windows pretty easily ).]]></description>
		<pubDate>Fri, 27 May 2011 18:47:17 +0000</pubDate>
		<guid>http://arcemu.org/forums/index.php?showtopic=24912</guid>
	</item>
	<item>
		<title>Happy Birthday Hasbro!</title>
		<link>http://arcemu.org/forums/index.php?showtopic=24792</link>
		<description><![CDATA[Hey everyone!<br />
Well, a year has passed again, and we have today a very special day for our leader!<br />
This day is Hasbro's birthday!<br />
So all of you should wish him a happy birthday!<br />
<br />
I'll go first!<br />
Happy birthday boss!<br />
<br />
<img src='http://www.picbutler.de/bild/196468/bushbirthdayg9ovb.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
I sincerely hope you get to have some <a href='http://www.blabla.co.za/wp-content/gallery/postimages/HappyBirthdayYankees_7AC9/AmericanFlag_BodyPaint.jpg' class='bbc_url' title='External link' rel='nofollow external'>fun</a>!]]></description>
		<pubDate>Mon, 25 Apr 2011 05:12:12 +0000</pubDate>
		<guid>http://arcemu.org/forums/index.php?showtopic=24792</guid>
	</item>
	<item>
		<title>Arcemu Developer Documentation</title>
		<link>http://arcemu.org/forums/index.php?showtopic=24357</link>
		<description><![CDATA[Greetings!<br />
Here you will be able to find our Arcemu developer documentation releases.<br />
<br />
<strong class='bbc'>Arcemu r3651 doxygen ( chm )</strong><br />
<a href='http://arcemu.org/docs/Arcemu_developer_documentation_r3651.zip' class='bbc_url' title='External link' rel='nofollow external'>http://arcemu.org/docs/Arcemu_developer_documentation_r3651.zip</a> <br />
<br />
<br />
<strong class='bbc'>Arcemu r4031 doxygen ( chm )</strong><br />
<a href='http://filebeam.com/2fd0f51abb3dc44c5c997560d21fe50d' class='bbc_url' title='External link' rel='nofollow external'>http://filebeam.com/2fd0f51abb3dc44c5c997560d21fe50d</a>]]></description>
		<pubDate>Sun, 30 Jan 2011 02:36:07 +0000</pubDate>
		<guid>http://arcemu.org/forums/index.php?showtopic=24357</guid>
	</item>
</channel>
</rss>
