<?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>FIFE community &#38; development blog</title>
	<atom:link href="http://fifengine.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://fifengine.net</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 18:12:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>view_performance branch has been merged into trunk!</title>
		<link>http://fifengine.net/2010/05/12/view_performance-branch-has-been-merged-into-trunk/</link>
		<comments>http://fifengine.net/2010/05/12/view_performance-branch-has-been-merged-into-trunk/#comments</comments>
		<pubDate>Wed, 12 May 2010 18:12:32 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fifengine.net/?p=577</guid>
		<description><![CDATA[A big thanks to Phoku and Helios for making this a reality. We have now removed all O(N) instance lookups from FIFE. We have heard reports of some people getting 50% + better performance when operating at a regular zoom level.  Phoku did most of the work and Helios was able to find several pesky [...]]]></description>
			<content:encoded><![CDATA[<p>A big thanks to Phoku and Helios for making this a reality.  We have now removed all O(N) instance lookups from FIFE.  We have heard reports of some people getting 50% + better performance when operating at a regular zoom level.  Phoku did most of the work and Helios was able to find several pesky bugs that plagued the branch.  Also thanks to all the people who took time to help us test everything.  Your help/input was greatly appreciated!</p>
<p>Until next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2010/05/12/view_performance-branch-has-been-merged-into-trunk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>0.3.1 is now available!</title>
		<link>http://fifengine.net/2010/03/22/0-3-1-is-now-available/</link>
		<comments>http://fifengine.net/2010/03/22/0-3-1-is-now-available/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:43:01 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[0.3.1]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://fifengine.net/?p=571</guid>
		<description><![CDATA[Hello everyone and welcome to another release announcement for FIFE. That&#8217;s right, two releases in the span of 2 months! This release was focused mainly on taking care of some pesky bugs. Unfortunately we were unable to fix all the bugs we wanted to because of some issues with one of our dependencies (namely guichan [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone and welcome to another release announcement for FIFE.  That&#8217;s right, two releases in the span of 2 months!</p>
<p>This release was focused mainly on taking care of some pesky bugs.   Unfortunately we were unable to fix all the bugs we wanted to because of some issues with one of our dependencies (namely guichan and it&#8217;s event system).  For the most part we took care of everything we set out to fix.</p>
<p>Some of the changes of note for 0.3.1 include:</p>
<ul>
<li>Added color key support</li>
<li>You can now add event listeners to the front of the listener list</li>
<li>The VFS no longer transforms all filenames to lowercase</li>
<li>A few build system fixes</li>
<li>OpenBSD support</li>
<li>Many Editor fixes</li>
</ul>
<p>For a full list of changes please visit the 0.3.1  <a title="changelog" href="http://fife.trac.cvsdude.com/engine/browser/tags/0.3.1/CHANGES" target="_blank">change log</a>.</p>
<p>To download the new version of FIFE please visit our <a title="downlaods" href="http://wiki.fifengine.net/Download_section#0.3.1_-_March_22nd.2C_2010" target="_blank">download page</a> on the Wiki.</p>
<p>Thanks to everyone who helped make this release a possibility.  We hope to continue to provide you with regular releases of FIFE to help make developing a game with FIFE a lot easier to manage.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2010/03/22/0-3-1-is-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python Module, Extension, and Pychan Code Documentation</title>
		<link>http://fifengine.net/2010/02/24/python-module-extension-and-pychan-code-documentation/</link>
		<comments>http://fifengine.net/2010/02/24/python-module-extension-and-pychan-code-documentation/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:43:46 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[epydocs]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=568</guid>
		<description><![CDATA[Here we are with another short FIFE update. Since FIFE 0.3.0 has been released we have been busy working on FIFE 0.3.1 and have been making a lot of progress as the release date nears.  Unfortunately when we merged the build_system_rework branch into trunk the online epydocs stopped being updated. I just got word from [...]]]></description>
			<content:encoded><![CDATA[<p>Here we are with another short FIFE update.  Since FIFE 0.3.0 has been released we have been busy working on FIFE 0.3.1 and have been making a lot of progress as the release date nears.   Unfortunately when we merged the build_system_rework branch into trunk the online epydocs stopped being updated.  I just got word from MuteX that he was able to fix the job that updates the epydocs.  They are now <a title="epydocs" href="http://fifedocs.boxbox.org//epydoc" target="_blank">online</a> for your viewing pleasure.</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2010/02/24/python-module-extension-and-pychan-code-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0.3.0 is here!</title>
		<link>http://fifengine.net/2010/01/20/fife-0-3-0-is-here/</link>
		<comments>http://fifengine.net/2010/01/20/fife-0-3-0-is-here/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:08:43 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=559</guid>
		<description><![CDATA[We have some great news! The FIFE team has been working hard and finally after all that work we have finished work on FIFE 0.3.0. It has been a very long time since our last release so this is pretty big news for FIFE.  You can grab a copy of FIFE 0.3.0 on our download [...]]]></description>
			<content:encoded><![CDATA[<p>We have some great news!  The FIFE team has been working hard and finally after all that work we have finished work on FIFE 0.3.0.  It has been a very long time since our last release so this is pretty big news for FIFE.  You can grab a copy of FIFE 0.3.0 on our<a title="downloads" href="http://wiki.fifengine.de/Download_section" target="_blank"> download</a> page in various formats.  A lot has changed since the last official release so we encourage all to check it out.</p>
<p>Some of the major changes in FIFE 0.3.0 include:</p>
<ul>
<li>Moved to Python 2.6</li>
<li>Added UTF8 support</li>
<li>SCons build system has been completely re-written</li>
<li>Added adaptive pathfinding</li>
<li>Completely re-written editor with plugin support</li>
</ul>
<p>Of course there are many other bug fixes.  Check out the CHANGES file included in the FIFE source package for a more detailed list of all the changes.</p>
<p>Another thing to note is we have removed the demos from the source packages as to greatly reduce the size.  This was requested by package maintainers as they generally like keeping file sizes to a minimum.  Have no fear the demos are now available as a separate download.  All you have to do is install FIFE and extract the demos wherever you like and you&#8217;ll be able to test drive FIFE 0.3.0.</p>
<p>Check out some of the new features in action:</p>
<p style="text-align: center;"><strong>UTF8 Support</strong><a href="http://wiki.fifengine.de/images/7/72/PyChan_rev2758.png"><img class="aligncenter" title="UTF8 Support" src="http://wiki.fifengine.de/images/7/72/PyChan_rev2758.png" alt="" width="620" height="479" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;"><strong>New Editor</strong></p>
<p style="text-align: center;"><a href="http://wiki.fifengine.de/images/4/4b/Fifedit_0.3.png"><img class="aligncenter" title="New Editor" src="http://wiki.fifengine.de/images/4/4b/Fifedit_0.3.png" alt="" width="614" height="461" /></a></p>
<p style="text-align: left;">That&#8217;s all we have for now.  Stay tuned as the FIFE team has already started working on FIFE 0.3.1.   If you find any bugs or issues with 0.3.0 let us know by <a title="bug_report" href="http://wiki.fifengine.de/Bug_Report" target="_blank">filing a bug report</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2010/01/20/fife-0-3-0-is-here/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The build_system_rework branch has been merged into trunk!</title>
		<link>http://fifengine.net/2010/01/12/the-build_system_rework-branch-has-been-merged-intro-trunk/</link>
		<comments>http://fifengine.net/2010/01/12/the-build_system_rework-branch-has-been-merged-intro-trunk/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:44:51 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=547</guid>
		<description><![CDATA[Right on schedule for FIFE 0.3.0.  We have now (after a lot of work) completed work on the build_system_rework branch and have re-integrated it back into trunk. There has been a lot of changes to the build system.  Here is a list of some of the changes we have made: Re-wrote most of the build [...]]]></description>
			<content:encoded><![CDATA[<p>Right on <a title="schedule" href="http://wiki.fifengine.de/Release_Schedule" target="_blank">schedule</a> for FIFE 0.3.0.  We have now (after a lot of work) completed work on the build_system_rework branch and have re-integrated it back into trunk.  There has been a lot of changes to the build system.   Here is a list of some of the changes we have made:</p>
<ul>
<li>Re-wrote most of the build system</li>
<li>Added a lot of new build targets including fife-static, fife-shared, fife-python, fife-swig, fife and projects</li>
<li>Added install targets including install-shared, install-static, install-python, install-dev and install-all</li>
<li>Changed where fife.py and the fife python library get copied.  They now get copied to &lt;FIFE&gt;/engine/python/fife after being built</li>
<li>Changed the location of the fife extensions.  They are now located in &lt;FIFE&gt;/engine/python/fife/extensions</li>
<li>Moved rio_de_hola and the pychan_demo to &lt;FIFE&gt;/demos</li>
<li>Moved the editor and some misc tools to &lt;FIFE&gt;/tools</li>
<li>Created a new Windows<a title="devkit" href="https://sourceforge.net/projects/fife/files/active/sdks%20%28win32%29/FIFE_Development_Kit_Jan2010.exe/download" target="_blank"> FIFE Development Kit</a> which includes a new version of SCons.  <strong>Win32 users require this NEW Development Kit if they want to use trunk<br />
</strong></li>
<li>Updated guichan to 0.8.2 in &lt;FIFE&gt;/ext</li>
<li>Removed openal-soft and UnitTest++ from &lt;FIFE&gt;/ext</li>
<li>Changed how clients import fife.  See <a title="this page" href="http://wiki.fifengine.de/Importing_Python_Module" target="_blank">this page</a> for more information.  Also updated rio_de_hola and the editor to import fife like this</li>
<li>SCons 1.2 is now a requirement</li>
</ul>
<p>For more information and help on the new build system check out the <a title="building:scons" href="http://wiki.fifengine.de/Building:SCons" target="_blank">Building:SCons</a> article on the wiki.  It describes all the targets and scons options in more details.</p>
<p>If you find any problems with the new build system please let us know ASAP!!  The FIFE 0.3.0 release date is near we need to resolve any issues that come up as quickly as possible.  You can do this by following the <a title="butreport" href="http://wiki.fifengine.de/Bug_Report" target="_blank">filing a bug report</a> document on the wiki, on the <a title="forums" href="http://forums.fifengine.de/index.php" target="_blank">forums </a>or in <a title="irc" href="http://wiki.fifengine.de/IRC" target="_self">IRC</a>.</p>
<p>We apologize for the lengthy update time for trunk.  We moved rio_de_hola to a different directory which makes svn have to re-ckeckout all  of rio&#8217;s assets.  Rest assured we have no plans to move it again in the future.   Sorry for the inconvenience.</p>
<p><strong>Known Issues</strong>:</p>
<ul>
<li>At this moment we have not updated the code-block project files.  Anyone who uses code-blocks will most likely have issues building FIFE.</li>
<li>mingw users will not be able to compile debug binaries as there is an issue linking against the release versions of the python libraries.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2010/01/12/the-build_system_rework-branch-has-been-merged-intro-trunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0.3.0 Release date is approaching!</title>
		<link>http://fifengine.net/2010/01/06/0-3-0-release-date-is-approaching/</link>
		<comments>http://fifengine.net/2010/01/06/0-3-0-release-date-is-approaching/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 04:08:44 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[0.3.0]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=544</guid>
		<description><![CDATA[It&#8217;s getting down to crunch time. We have been working very hard to get everything ready for the quickly approaching 0.3.0 release date.  Check out the release schedule for a detailed schedule of the release plan. The build_system_rework branch is almost complete. We are in the process of adding all the finishing touches to it [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s getting down to crunch time.  We have been working very hard to get everything ready for the quickly approaching 0.3.0 release date.   Check out the <a href="http://wiki.fifengine.de/Release_Schedule#FIFE_Release">release schedule</a> for a detailed schedule of the release plan.</p>
<p>The build_system_rework branch is almost complete.  We are in the process of adding all the finishing touches to it and making it as developer and user friendly as possible.  If anyone is interested in testing it out let us know. A few things have changed in the way this branch works.  We have added a lot of new build and install targets!  FIFE can now be installed in the users python directory which makes packagers lives a lot easier!   For windows developers you will require a new development kit which is temporarily available <a href="http://members.fifengine.de/prock/FIFE_Win32_DevKit_Dec2009.exe">here</a>.  For more information you can also check out <a href="http://fife.trac.cvsdude.com/engine/ticket/328">Ticket #328</a>.</p>
<p>In other exciting news there is now a FIFE <a href="http://trac.macports.org/browser/trunk/dports/games/fife/Portfile">MacPort</a> available.  This port was built from the build_system_rework branch and has not been tested yet.  The official release of this MacPort will be after the FIFE 0.3.0 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2010/01/06/0-3-0-release-date-is-approaching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Jonestown portrait massacre</title>
		<link>http://blog.parpg.net/2010/01/the-jonestown-portrait-massacre/</link>
		<comments>http://blog.parpg.net/2010/01/the-jonestown-portrait-massacre/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:44:43 +0000</pubDate>
		<dc:creator>mvBarracuda</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PARPG]]></category>

		<guid isPermaLink="false">http://blog.parpg.net/?p=227</guid>
		<description><![CDATA[Heya and welcome to yet another PARPG news update! The holidays are over so it&#8217;s now back to work for us   Still moving towards the release of our first techdemo.
Project management department
As already mentioned in the introduction: most of us had to take a break from the project in December and over the [...]]]></description>
			<content:encoded><![CDATA[<p>Heya and welcome to yet another PARPG news update! The holidays are over so it&#8217;s now back to work for us <img src='http://blog.parpg.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Still moving towards the release of our first techdemo.</p>
<h3>Project management department</h3>
<p>As already mentioned in the introduction: most of us had to take a break from the project in December and over the holidays to spend some time with the family and to recharge our batteries. The original plan was to post this update some time after Christmas, but seeing that most of us were still on a break, I&#8217;ve postponed this news update until today. The plan is to shoot everyone on the team a short email, hoping that a bunch of devs will be back in action over the course of the next week.</p>
<p>We&#8217;ll give you a more accurate picture of our resources in the next news update; right now we don&#8217;t really know who can invest time into PARPG in early 2010 to finish our first techdemo release.</p>
<h3>Audio department</h3>
<p>We reported about <strong>Sindwiller&#8217;s</strong> contributions in the audio department in our last update in December and while most of us have been enjoying the break from the project, Sindwiller has continueed to work on his audio track in the meanwhile. The current version is still work in progress but the volume level has been normalized and a couple of other details have been tweaked, so feel free to check it out: <a href="http://parpg-svn.cvsdude.com/parpg/trunk/game/music/snow_may_never_end.ogg">Snow may never end</a> &#8211; work in progress audio track by Sindwiller</p>
<h3>Programming department</h3>
<p>Altough our own programming department has been rather busy due the holidays, there are some exciting news to report nevertheless. First and foremost: the FIFE team plans to ship a new stable release after there hasn&#8217;t been such a release in one and a half years! Stay tuned for FIFE 0.3.0 and let&#8217;s hope that they can manage to finish the work on it until the scheduled 2010/01/20 release date.</p>
<p>We at PARPG have been always using the latest SVN version of FIFE so the lack of new official releases did not really affect us. But if you would have to compile a complete list of changes and improvements over the last 2008.1 release, you might need to invest a couple of days to not miss anything. So that&#8217;s a huge step for the FIFE team and we keep our fingers crossed that FIFE development will flourish over the course of the next months and years. A release date announcement can be found at the FIFE blog: <a href="http://fife.trac.cvsdude.com/engine/milestone/0.3.0">FIFE 0.3.0 release date annoucement</a></p>
<p>We do keep our fingers even more crossed that one specific improvement makes it into this 0.3.0 release. As mentioned in our last PARPG news update: we&#8217;ve encountered performance issues that showed up when you used FIFE in combination with very large maps due the huge number of map instances. The underlying problem has been identified by a number of developers, including PARPG programmer <strong>amo-ej1</strong>, so FIFE guru <strong>phoku</strong> decided to look into rewriting FIFE&#8217;s view code.</p>
<p>Although the rewritten code does already reside in a branch in FIFE&#8217;s SVN repository, it has not been merged back into the FIFE trunk yet. There are still a number of smaller problems, but they can be hopefully fixed soon so every FIFE-based project can profit from the vastly improved performance of the new code. We&#8217;ve tested it on a number of system ourselves and encountered improved performance up to 400% (read: yes, that&#8217;s four times as fast as before) on some systems in combination with our profiling map. If you&#8217;re interested in the details and/or would like to test the branch yourself, head over to our forums and check out this thread: <a href="http://forums.parpg.net/index.php?topic=570.msg6946#msg6946">testing the view_performance branch with PARPG</a></p>
<h3>Writing department</h3>
<p>While most of us enjoyed their free time, <strong>zenbitz</strong> continueed to work on the <a href="http://parpg-trac.cvsdude.com/parpg/changeset/454">ingame dialog scripts</a>. Feel free to <a href="http://wiki.parpg.net/Download">test the latest version of them yourself</a>!</p>
<h3>Graphics department</h3>
<p>In case you wondered about the title of the news update and what the heck it is supposed to mean. Well, we saved the best for last <img src='http://blog.parpg.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  So here we go, a whole bunch of new portraits, created by our concept artists. Most of them have been drawn by <strong>Gaspard</strong>, with the exception of the <strong>Ula portrait</strong>, which has been created by <strong>JustinOperable</strong>. Enjoy them <img src='http://blog.parpg.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h4>Camilla</h4>
<p><a href="http://wiki.parpg.net/images/b/be/Camilla.png"><img src="http://wiki.parpg.net/images/thumb/b/be/Camilla.png/500px-Camilla.png" alt="Camilla" /></a></p>
<h4>Synnove</h4>
<p><a href="http://wiki.parpg.net/images/e/e9/Synnove.png"><img src="http://wiki.parpg.net/images/thumb/e/e9/Synnove.png/500px-Synnove.png" alt="Synnove" /></a></p>
<h4>Hoadir, the husky</h4>
<p><a href="http://wiki.parpg.net/images/f/fa/Hoadir.png"><img src="http://wiki.parpg.net/images/thumb/f/fa/Hoadir.png/500px-Hoadir.png" alt="Hoadir, the husky" /></a></p>
<h4>Kimmo</h4>
<p><a href="http://wiki.parpg.net/images/3/34/Kimmo.png"><img src="http://wiki.parpg.net/images/thumb/3/34/Kimmo.png/500px-Kimmo.png" alt="Kimmo" /></a></p>
<h4>Jacob</h4>
<p><a href="http://wiki.parpg.net/images/0/0b/Jacob.png"><img src="http://wiki.parpg.net/images/thumb/0/0b/Jacob.png/500px-Jacob.png" alt="Jacob" /></a></p>
<h4>Ula</h4>
<p><a href="http://wiki.parpg.net/images/a/a7/Ula.png"><img src="http://wiki.parpg.net/images/thumb/a/a7/Ula.png/500px-Ula.png" alt="Ula" /></a></p>
<h4>Character pinups</h4>
<p><a href="http://wiki.parpg.net/images/9/9a/Character_pinups.png"><img src="http://wiki.parpg.net/images/thumb/9/9a/Character_pinups.png/500px-Character_pinups.png" alt="Character pinups" /></a></p>
<p>There are actually even more new and refined portraits at our wiki gallery. E.g. an updated version of the female guard shown before or Dig, the bouncer, created by <strong>comscar</strong>. Feel free <a href="http://wiki.parpg.net/Gallery#Characters">to check them all out</a>.</p>
<p>That&#8217;s all concerning PARPG for today.</p>
<p>Last but not least: the fine folks at <a href="http://www.irontowerstudio.com/">Iron Tower Studios</a> released a first combat demo of their upcoming post apoc ancient Rome indie RPG <strong>Age of Decadence</strong>. Their persistence in continuing to create a game against a lot of odds and especially their fair, open and transparent way of community interaction has always been a great source of inspiration to me and without their example, PARPG might not have been founded at all. So to give credit where credit is due, check out <a href="http://www.nma-fallout.com/forum/viewtopic.php?t=53339">their combat demo</a> and feel free to head over to their forums to provide <a href="http://www.irontowerstudio.com/forum/index.php/board,1.0.html">feedback</a>. They actually care about it <img src='http://blog.parpg.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Next news update scheduled for Monday, 18th of January. See you then.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.parpg.net/2010/01/the-jonestown-portrait-massacre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays</title>
		<link>http://fifengine.net/2009/12/24/happy-holidays/</link>
		<comments>http://fifengine.net/2009/12/24/happy-holidays/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 15:00:24 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=538</guid>
		<description><![CDATA[We would like to take this opportunity to thank everyone who has contributed to FIFE and for your continued support. We really appreciate the effort everyone has put into this project and hope to see it continue to grow in the new year! Happy holidays from the FIFE team!]]></description>
			<content:encoded><![CDATA[<p>We would like to take this opportunity to thank everyone who has contributed to FIFE  and for your continued support.  We really appreciate the effort everyone has put into this project and hope to see it continue to grow in the new year!</p>
<p>Happy holidays from the FIFE team!</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2009/12/24/happy-holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIFE 0.3.0 Release Date &#8211; January 20th, 2010</title>
		<link>http://fifengine.net/2009/12/14/fife-0-3-0-release-date-january-20th-2010/</link>
		<comments>http://fifengine.net/2009/12/14/fife-0-3-0-release-date-january-20th-2010/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 17:56:53 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=536</guid>
		<description><![CDATA[We are  happy to report that the long awaited FIFE 0.3.0 release will happen on January 20th, 2010! This is the first release with the new version scheme. We are hoping that the new scheme will enable us to continue to provide you releases on a more regular basis. We are almost complete work in [...]]]></description>
			<content:encoded><![CDATA[<p>We are  happy to report that the long awaited FIFE 0.3.0 release will happen on January 20th, 2010!  This is the first release with the new version scheme.  We are hoping that the new scheme will enable us to continue to provide you releases on a more regular basis.  We are almost complete work in the build_system_rework branch and plan to merge it into trunk before we release.   Once the branch is complete testers will be required on all platforms to help ensure we aren&#8217;t introducing any unwanted bugs to the build system.  An announcement will be made when we are ready for that.  Until then you are welcome to check out the build_system_rework branch and give us any feedback on the forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2009/12/14/fife-0-3-0-release-date-january-20th-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>View Performance Branch &#8211; Almost Complete</title>
		<link>http://fifengine.net/2009/12/07/view-performance-branch-almost-complete/</link>
		<comments>http://fifengine.net/2009/12/07/view-performance-branch-almost-complete/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:10:14 +0000</pubDate>
		<dc:creator>prock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fifengine.de/?p=532</guid>
		<description><![CDATA[We have some exciting news! Phoku has been working hard on the view_performance branch and has been able to improve FIFE&#8217;s performance when zoomed in on a map by almost 100% in some cases.  He has done this by removing all of the O(N) loops through the Instance list when rendering.  You will see most [...]]]></description>
			<content:encoded><![CDATA[<p>We have some exciting news!  Phoku has been working hard on the view_performance branch and has been able to improve FIFE&#8217;s performance when zoomed in on a map by almost 100% in some cases.   He has done this by removing all of the O(N) loops through the Instance list when rendering.   You will see most gains when you are not rendering a lot of instances which is why when you are zoomed out you will continue to see lower frame-rates.  Unfortunately that is another issue with the renderer which we are also working on.</p>
<p>We plan on merging his changes into trunk when it has been fully tested and before we release FIFE 0.3.0.  We ask that everyone give the view_performance branch a try and report your experiences and any bugs you find at <a href="http://forums.fifengine.de/index.php?topic=328.0">this post</a> on the forms so we can accomplish this.  Your help is greatly appreciated!</p>
]]></content:encoded>
			<wfw:commentRss>http://fifengine.net/2009/12/07/view-performance-branch-almost-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
