<?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>TidalWare Blog</title>
	<atom:link href="http://blog.tidalware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tidalware.com</link>
	<description>Behind the Scenes</description>
	<lastBuildDate>Wed, 06 Jan 2010 17:29:52 +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>Dev Diary 4:&#160;Shadows</title>
		<link>http://blog.tidalware.com/2009/12/dev-diary-4-shadows/</link>
		<comments>http://blog.tidalware.com/2009/12/dev-diary-4-shadows/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 22:44:34 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.tidalware.com/?p=224</guid>
		<description><![CDATA[Sinbad recently added shadow support to the new Ogre terrain.
What a difference!

]]></description>
			<content:encoded><![CDATA[<p>Sinbad recently added shadow support to the new Ogre terrain.</p>
<p>What a difference!</p>
<p><a href="http://blog.tidalware.com/wp-content/uploads/2009/12/projectutopia-shadows.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/12/projectutopia-shadows-177x300.jpg" alt="Project Utopia Shadows" title="Project Utopia Shadows" width="177" height="300" class="alignnone size-medium wp-image-225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tidalware.com/2009/12/dev-diary-4-shadows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Development Diary&#160;3</title>
		<link>http://blog.tidalware.com/2009/12/development-diary-3/</link>
		<comments>http://blog.tidalware.com/2009/12/development-diary-3/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 00:16:00 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.tidalware.com/?p=217</guid>
		<description><![CDATA[Three months since our last post, where does the time go?!
Okay, new dev diary for you. If you&#8217;ve been following us on Twitter, you&#8217;ll know that we&#8217;ve still been very busy with stuff, including, yep, Project Utopia.
By the way, we setup a Flickr page for Project Utopia if you didn&#8217;t already know.
Those screenshots look neat, [...]]]></description>
			<content:encoded><![CDATA[<p>Three months since our last post, where does the time go?!</p>
<p>Okay, new dev diary for you. If you&#8217;ve been <a href="http://twitter.com/tidalware" target="_blank">following</a> us on Twitter, you&#8217;ll know that we&#8217;ve still been very busy with stuff, including, yep, Project Utopia.</p>
<p>By the way, we setup a <a href="http://www.flickr.com/photos/tidalwareinteractive/sets/72157622610781679/">Flickr page</a> for Project Utopia if you didn&#8217;t already know.</p>
<p>Those screenshots look neat, huh? However, we hit a bit of a dilemma. The terrain system featured in those screenshots looks impressive, but there&#8217;s various underlying problems. Not only that, but Ogre, the 3D engine we use, has a brand new terrain system in the works. Here&#8217;s a lowdown of the advantages/disadvantages:</p>
<p><strong>Current terrain:</strong><br />
<u>Advantages:</u><br />
- Beautiful, powerful atmospheric system.<br />
- Feature rich including paging, splatting, normal and parallax mapping etc.<br />
<u>Disadvantages</u><br />
- The sky with atmospheric scattering is intensive and requires a decent graphics card.<br />
- No dynamic weather.<br />
- Uses the old Ogre terrain system.<br />
- Shaders are commercial.<br />
- Support is not great.<br />
- Slow development.<br />
- There are still many unsolved bugs.</p>
<p><strong>Ogre&#8217;s terrain:</strong><br />
<u>Advantages:</u><br />
- Very efficient.<br />
- It&#8217;s just a world object, not a &#8220;scene manager&#8221;, so that allows for a huge amount of flexibility, even with the possibility of seamless indoor/outdoor support.<br />
- Great support and rapid development.<br />
- Alternative sky has dynamic weather.<br />
<u>Disadvantages:</u><br />
- No atmospheric scattering, though it will support it eventually.<br />
- Other disadvantages are down to the fact that it&#8217;s still WIP.</p>
<p>So what do we do? Well, basically, it &#8220;makes sense&#8221; to go with the Ogre terrain, because it&#8217;s going to be the best choice in the long term. But that means we have a lot of work to do to catch up with the graphical quality of the old environment.</p>
<p>Here&#8217;s where we&#8217;re at so far:</p>
<p><a href="http://blog.tidalware.com/wp-content/uploads/2009/12/devdairy.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/12/devdairy-133x300.jpg" alt="Dev Dairy 3 - New terrain" title="Dev Dairy 3 - New terrain" width="133" height="300" class="alignnone size-medium wp-image-221" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tidalware.com/2009/12/development-diary-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Leak&#160;Detector</title>
		<link>http://blog.tidalware.com/2009/09/visual-leak-detector/</link>
		<comments>http://blog.tidalware.com/2009/09/visual-leak-detector/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:24:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.tidalware.com/?p=199</guid>
		<description><![CDATA[Spent today fixing a number of memory leaks in the client.
Ran the Visual Leak Detector, and these were the results, no joke:

Number of the geek!
There aren&#8217;t literally that many memory leaks, it&#8217;s misleading &#8211; simply not calling delete on a new can cause dozens of leaks according to VLD. In this case the majority seem [...]]]></description>
			<content:encoded><![CDATA[<p>Spent today fixing a number of memory leaks in the client.</p>
<p>Ran the <a href="http://www.codeproject.com/KB/applications/visualleakdetector.aspx" target="_blank">Visual Leak Detector</a>, and these were the results, no joke:</p>
<p><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/vldscreen.jpg" alt="Visual Leak Detector" title="Visual Leak Detector" width="509" height="264" class="alignnone size-full wp-image-200" /></p>
<p>Number of the geek!</p>
<p>There aren&#8217;t literally that many memory leaks, it&#8217;s misleading &#8211; simply not calling delete on a new can cause dozens of leaks according to VLD. In this case the majority seem to come from Ogre&#8217;s internals, as if root hasn&#8217;t been deleted, when in fact it has. *Sigh*, that&#8217;s what you get for using an unstable version.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tidalware.com/2009/09/visual-leak-detector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development Diary&#160;2</title>
		<link>http://blog.tidalware.com/2009/09/development-diary-2/</link>
		<comments>http://blog.tidalware.com/2009/09/development-diary-2/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 22:33:51 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.tidalware.com/?p=180</guid>
		<description><![CDATA[These past few weeks have consisted of re-writing the client to make it more stable and efficient. Upgrading to Ogre 1.7 has been a long haul, but it was absolutely worth the effort. It meant we could add some important features to the background loading system.
Background loading is where resources are loaded seamlessly as you [...]]]></description>
			<content:encoded><![CDATA[<p>These past few weeks have consisted of re-writing the client to make it more stable and efficient. Upgrading to Ogre 1.7 has been a long haul, but it was absolutely worth the effort. It meant we could add some important features to the background loading system.</p>
<p>Background loading is where resources are loaded seamlessly as you play. The client connects to a HTTP server where the resources are located and downloads them to an offline cache. When you exit, the next time you play the client will use the resources from the cache unless they have changed on the server. Most MMOs use patching to update game resources &#8211; this means long waiting times before the game even loads. We will still need some form of patching for binary files and major updates, but it will take considerably less time.</p>
<p>We have put our game engine and distributed server architecture aside for now and have decided instead to create a standard Client-Server system. This consists of a Login Server and a World Server. Each World Server will hold an instance of the game and support a maximum of 2000 players. This is a far more realistic approach for the short term, and will give us more time to focus on gameplay and art.</p>
<p>Thanks to <a href="http://www.ogre3d.org/" target="_blank">Ogre 3D</a> and a new landscape system the graphics are looking better than ever. All it needs now is some good 3D art, made easy with our editor which I will discuss in another post.</p>
<p>For your viewing pleasure:</p>
<p><a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_0.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_0-150x150.jpg" alt="screenshot_0" title="screenshot_0" width="150" height="150" class="alignnone size-thumbnail wp-image-181" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_1.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_1-150x150.jpg" alt="screenshot_1" title="screenshot_1" width="150" height="150" class="alignnone size-thumbnail wp-image-182" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_2.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_2-150x150.jpg" alt="screenshot_2" title="screenshot_2" width="150" height="150" class="alignnone size-thumbnail wp-image-183" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_3.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_3-150x150.jpg" alt="screenshot_3" title="screenshot_3" width="150" height="150" class="alignnone size-thumbnail wp-image-184" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_4.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_4-150x150.jpg" alt="screenshot_4" title="screenshot_4" width="150" height="150" class="alignnone size-thumbnail wp-image-185" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_5.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_5-150x150.jpg" alt="screenshot_5" title="screenshot_5" width="150" height="150" class="alignnone size-thumbnail wp-image-186" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_6.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_6-150x150.jpg" alt="screenshot_6" title="screenshot_6" width="150" height="150" class="alignnone size-thumbnail wp-image-187" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_7.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_7-150x150.jpg" alt="screenshot_7" title="screenshot_7" width="150" height="150" class="alignnone size-thumbnail wp-image-188" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_8.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_8-150x150.jpg" alt="screenshot_8" title="screenshot_8" width="150" height="150" class="alignnone size-thumbnail wp-image-189" /></a> <a href="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_9.jpg" target="_blank"><img src="http://blog.tidalware.com/wp-content/uploads/2009/09/screenshot_9-150x150.jpg" alt="screenshot_9" title="screenshot_9" width="150" height="150" class="alignnone size-thumbnail wp-image-190" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tidalware.com/2009/09/development-diary-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building Ogre with Visual&#160;Studio</title>
		<link>http://blog.tidalware.com/2009/08/building-ogre-with-visual-studio/</link>
		<comments>http://blog.tidalware.com/2009/08/building-ogre-with-visual-studio/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 11:26:11 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.tidalware.com/?p=171</guid>
		<description><![CDATA[Changelog:
6th January 2010
- Building the latest 1.7 dependencies package.
- It&#8217;s now a generic Building Ogre with Visual Studio guide, since there&#8217;s no longer a compelling reason to build from trunk.
This is my &#8220;hold-your-hand&#8221; guide to building the latest Ogre with Visual Studio C++, trunk or stable.
Prerequisites

Download and install the latest DirectX9 SDK: http://msdn.microsoft.com/en-us/directx
Download and install [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Changelog:</strong><br />
6th January 2010<br />
- Building the latest 1.7 dependencies package.<br />
- It&#8217;s now a generic Building Ogre with Visual Studio guide, since there&#8217;s no longer a compelling reason to build from trunk.</p>
<p>This is my &#8220;hold-your-hand&#8221; guide to building the latest Ogre with <a href="http://www.microsoft.com/express/vc/">Visual Studio C++</a>, trunk or stable.</p>
<h3>Prerequisites</h3>
<ul>
<li>Download and install the latest DirectX9 SDK: <a href="http://msdn.microsoft.com/en-us/directx" target="_blank">http://msdn.microsoft.com/en-us/directx</a></li>
<li>Download and install CMake from <a href="http://www.cmake.org/cmake/resources/software.html" target="_blank">http://www.cmake.org/cmake/resources/software.html</a></li>
<li>Download the latest dependencies package: <a href="http://sourceforge.net/projects/ogre/files/" target="_blank">http://sourceforge.net/projects/ogre/files/</a> (since this post was last updated, that would be: ogre-dependencies-vc++ -> 1.7 -> OgreDependencies_MSVC_20100106.zip)</li>
<li><strong>[TRUNK]</strong> Checkout ogre from SVN: <a href="https://ogre.svn.sourceforge.net/svnroot/ogre/trunk/" target="_blank">https://ogre.svn.sourceforge.net/svnroot/ogre/trunk/</a></li>
<li><strong>[1.7 STABLE]</strong> Checkout ogre from SVN: <a href="https://svn.ogre3d.org/svnroot/ogre/branches/v1-7" target="_blank">https://svn.ogre3d.org/svnroot/ogre/branches/v1-7</a> OR download a source package from: <a href="http://www.ogre3d.org/download/source" target="_blank">http://www.ogre3d.org/download/source</a></li>
</ul>
<h3>Building Ogre</h3>
<ol>
<li>You need to build the dependencies. Extract the Dependencies folder from the zip into the root directory (/trunk/Dependencies/). Go to Dependencies/src and open OgreDependencies.VS2008.sln. Right click the solution and click Build Solution, which will build every project. Do this for both Release and Debug.</li>
<li>Open CMake. &#8220;Where is the source code&#8221; should point to the root directory, and &#8220;Where to build the binaries&#8221; should point to a sub folder in the root directory. For example, you can create a folder named VCBuild.</li>
<li>Click Configure. Choose the compiler you are building for.</li>
<li>A list of options in red will appear. Configure it how you choose. I disable BUILD_PLUGIN_BSP and BUILD_RENDERSYSTEM_D3D10 since they are unnecessary for me.</li>
<li>[OPTIONAL] If you have <a href="http://www.boost.org/">boost</a> built and require threading, set the BOOST_ROOT value to the root of your boost directory (e.g. &#8220;C:/boost_1_39&#8243;). Subsequent boost variables should automatically be populated. (If this is an environment variable, it should automatically detect it.) Don&#8217;t forget to set CONFIG_THREADS to 1 or 2 depending on your requirements.</li>
<li>Click configure once again.</li>
<li>The options should turn grey. Click OK.</li>
<li>Open OGRE.sln in your build directory.</li>
<li>Right click the ALL_BUILD project and click Build. Do this for both Release and Debug.</li>
<li>Right click the INSTALL project and click Build. Do this for both Release and Debug.</li>
<li>You&#8217;re done! Make sure you direct any projects using Ogre to the generated <strong>sdk</strong> folder in your build directory.</li>
</ol>
<h3>FAQ</h3>
<p><strong>What happened to CEGUI?</strong><br />
From 1.7, CEGUI is no longer part of Ogre. You should now treat it as a separate library. For instructions, refer to <a href="http://www.ogre3d.org/wiki/index.php/Building_CEGUI">Building CEGUI</a>.</p>
<p><strong>What do I do next?</strong><br />
If you&#8217;ve not familiar with setting up an Ogre application, see my <a href="http://blog.tidalware.com/2009/06/ogre-and-visual-studio-beginners-faq/">Ogre and Visual Studio Beginners FAQ</a> and follow the walkthrough.</p>
<p>Let me know if you have problems with any of the steps, suggestions etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tidalware.com/2009/08/building-ogre-with-visual-studio/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
