<?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>Diversia</title>
	<atom:link href="http://diversia.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://diversia.org</link>
	<description>The decentralized open source metaverse.</description>
	<lastBuildDate>Sat, 06 Nov 2010 00:06:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>QtOgreEditor</title>
		<link>http://diversia.org/2010/11/06/qtogreeditor/</link>
		<comments>http://diversia.org/2010/11/06/qtogreeditor/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 00:04:36 +0000</pubDate>
		<dc:creator>gohla</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=153</guid>
		<description><![CDATA[For the past week I&#8217;ve been working on an editor for Diversia using the client as a library and Qt for the user interface. It&#8217;s getting along pretty nicely, object and component (property) manipulation is working but still very simple at the moment. Here&#8217;s a screen shot of the editor in its current state: The [...]]]></description>
			<content:encoded><![CDATA[<p>For the past week I&#8217;ve been working on an editor for Diversia using the client as a library and Qt for the user interface. It&#8217;s getting along pretty nicely, object and component (property) manipulation is working but still very simple at the moment. Here&#8217;s a screen shot of the editor in its current state:</p>
<div id="attachment_154" class="wp-caption alignnone" style="width: 607px"><a href="http://diversia.org/wp-content/uploads/2010/09/barreldude.png"><img class="size-large wp-image-154" title="Diversia QtOgreEditor" src="http://diversia.org/wp-content/uploads/2010/09/barreldude-1024x521.png" alt="" width="597" height="304" /></a><p class="wp-caption-text">Diversia QtOgreEditor with a barreldude!</p></div>
<p>The major problem I&#8217;m running into now is that data changed from within the editor is not yet serialized to server, and data changed from other sources (like clients or other editors) are not reflected in the editor yet. Once I get this working I&#8217;ll try to release some installers and documentation for running the server, client and editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/11/06/qtogreeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weather script</title>
		<link>http://diversia.org/2010/09/09/weather-script/</link>
		<comments>http://diversia.org/2010/09/09/weather-script/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 08:35:12 +0000</pubDate>
		<dc:creator>gohla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=146</guid>
		<description><![CDATA[Here&#8217;s a short video about the weather system in the new architecture: The weather is changed by a lua script on the server, all clients smoothly transition into the new weather (from normal weather, to rain and back to normal weather in the video). The client uses Caelum for the sky and precipitation effects. Sky [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a short video about the weather system in the new architecture:</p>
<p><object style="width: 619px; height: 360px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="619" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube-nocookie.com/v/_D8OSzi0-qs?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" /><embed style="width: 619px; height: 360px;" type="application/x-shockwave-flash" width="619" height="360" src="http://www.youtube-nocookie.com/v/_D8OSzi0-qs?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></embed></object></p>
<p>The weather is changed by a lua script on the server, all clients  smoothly transition into the new weather (from normal weather, to rain and back to normal weather in the video). The client uses Caelum for the  sky and precipitation effects.</p>
<p>Sky and weather effects are synchronized between the client and server using the new client-server plugin architecture in trunk. It&#8217;s very easy to create a new plugin like this, basically all you have to do is use the client-server plugin code template and add bindings for the variables and function calls that you want to synchronize, no wrapper functions are required. Permissions are also available for every variable and function call so that for example only the server administrator can change the weather, not just any user. We&#8217;ll provide more in depth information about the new architecture in a future blog post!</p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/09/09/weather-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interview in Linux Magazine</title>
		<link>http://diversia.org/2010/05/26/interview-in-linux-magazine/</link>
		<comments>http://diversia.org/2010/05/26/interview-in-linux-magazine/#comments</comments>
		<pubDate>Wed, 26 May 2010 19:02:50 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=126</guid>
		<description><![CDATA[Melvin Rook (Bamieater) was interviewed by Linux Magazine and talked about Diversia and the Game &#38; Simulation minor he worked on at the university. You can read it all in Linux Magazine, issue 2 of this year. &#8220;In this edition we spoke with the developer of Diversia, an open source virtual world. In an extensive [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxmag.nl/dit-nummer.html"><img class="size-full wp-image-127 alignright" style="margin: 5px;" title="lin0210_p01_cover" src="http://diversia.org/wp-content/uploads/2010/05/lin0210_p01_cover.jpg" alt="" width="74" height="105" /></a>Melvin Rook (Bamieater) was interviewed by Linux Magazine and talked about Diversia and the Game &amp; Simulation minor he worked on at the university. You can read it all in <a href="http://www.linuxmag.nl/archief/557-nummer-2-2010.html">Linux Magazine, issue 2</a> of this year.</p>
<blockquote><p><em>&#8220;In this edition we spoke with the developer of Diversia, an open source virtual world. In an extensive illustrated article, project manager Melvin Rook explains why Diversia has an advantage over existing virtual worlds such as Second Life, which is slowly turning into a ghost world.&#8221;</em></p></blockquote>
<p>We are still working on the Linux client port, but we ran into strange compile issues. Help is welcome, so we can release soon. <img src='http://diversia.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/05/26/interview-in-linux-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release to be expected soon</title>
		<link>http://diversia.org/2010/05/25/release-to-be-expected-soon/</link>
		<comments>http://diversia.org/2010/05/25/release-to-be-expected-soon/#comments</comments>
		<pubDate>Tue, 25 May 2010 13:31:48 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=124</guid>
		<description><![CDATA[Recently we branched our stable source code and started to work on the redesign. In parallel to the redesign we are working on getting the client and server working on as many platforms as possible. The client is reported to work on Linux and Windows. At the moment there is a ready to use client [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we branched our stable source code and started to work on the redesign. In parallel to the redesign we are working on getting the client and server working on as many platforms as possible. The client is reported to work on Linux and Windows. At the moment there is a ready to use client for Windows and we are working on a compile manual for Linux. The source code is almost ready for MacOS, so it should be easy to port the client to MacOS. The server works on FreeBSD, Linux and Windows.</p>
<p>The stable branch can be found at the following URL: http://xmultiverse.svn.sourceforge.net/viewvc/xmultiverse/branches/stable/</p>
<p>Please join our IRC channel (#diversia @ irc.freenode.net) if you would like to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/05/25/release-to-be-expected-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why the Phyzle developers moved to Diversia</title>
		<link>http://diversia.org/2010/04/21/why-the-phyzle-developers-moved-to-diversia/</link>
		<comments>http://diversia.org/2010/04/21/why-the-phyzle-developers-moved-to-diversia/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:16:43 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=99</guid>
		<description><![CDATA[Because there are a few people asking why Phyzle is undeveloped and why there is no recent activity, I will explain. In our opinion Phyzle is done (apart from a few small bugs and missing features). The sandbox feature is really popular among a lot of people and the game is downloaded by tens of [...]]]></description>
			<content:encoded><![CDATA[<p>Because there are a few people asking why <a href="http://phyzle.sf.net" target="_blank">Phyzle</a> is undeveloped and why there is no recent activity, I will explain.</p>
<p>In our opinion Phyzle is done (apart from a few small bugs and missing features). The sandbox feature is really popular among a lot of people and the game is downloaded by tens of thousands of people. We received loads of positive reactions on Phyzle:</p>
<blockquote><p><em>&#8220;I&#8217;m a computer teacher and some of my students enjoy problem solving  games. I thought maybe this would be a good one to add to our  collection. They love Armidillo Run and Crayon Physics.&#8221;</em></p>
<p><em>&#8220;Phyzle &#8211; another physics game puzzle builder like Phun. This time in  3D.&#8221;</em></p>
<p><em>&#8220;Some kind of Incredible Machine simulator, sounds cool.&#8221;</em></p>
<p><em>&#8220;Wow this looks awesome! I&#8217;m a big fan of sandbox style games like this  and the fact that it&#8217;s open source makes it even better.&#8221;</em></p></blockquote>
<p>We moved to Diversia in august 2008, because we expected we can do a lot of things better in Diversia. The sandbox feature would be persistent in Diversia for example. And with the multiplayer feature of Diversia the sandbox feature would be awesome. Not to mention the decentralized feature of the server.</p>
<p>With the Diversia project we raised the bar further and because of many new features the project became really a challenge for us. With the new features, many, many new aspects came into view and soon Diversia became a really big project to manage. We decided to split up the project into two sub-projects and we did the same to the project team. We teamed up with the developers of <a href="http://www.youtube.com/watch?v=rOyzXQr02ew" target="_blank">BlockBox</a>, so we would have six developers in total. Now we had three developers working on the server and three developers working on the client.</p>
<p>In the first three months we had loads of <span style="text-decoration: line-through;">fights</span> discussions on how to implement the server grid, the client- and server structure, UML models, documentation and many more things. After about three months the design was ready and we started implementing. After another three months our proof of concept was ready and we astonished loads of people with our results.</p>
<p>A few months later an article was <a href="http://wiki.diversia.org/wiki/Press#Interview_in_the_Techno_.28Dutch_tech_magazine.29" target="_blank">published</a> in the Dutch tech magazine TECHNO! and in august 2009 Gohla and me <a href="http://wiki.diversia.org/wiki/Press#Presentation_and_demonstration_at_HAR2009" target="_blank">demonstrated</a> Diversia at HAR2009. Now with the <a href="http://diversia.org/2010/04/17/new-architecture-for-diversia/">new architecture</a> coming up, Diversia has a really great future ahead. And lot&#8217;s of more is expected.</p>
<p>When you are interested in continuing Phyzle, please contact us, although we will encourage you to join the Diversia team. <img src='http://diversia.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>- Bamieater</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1142964&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=1142964&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/1142964">Phyzle 0.1 preview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/04/21/why-the-phyzle-developers-moved-to-diversia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New architecture for diversia</title>
		<link>http://diversia.org/2010/04/17/new-architecture-for-diversia/</link>
		<comments>http://diversia.org/2010/04/17/new-architecture-for-diversia/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 21:30:37 +0000</pubDate>
		<dc:creator>gohla</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[feature]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=48</guid>
		<description><![CDATA[This is a software development blogpost, it contains technical stuff! Because this is the first development blogpost, I&#8217;ll begin by explaining our current architecture briefly. If you want to know more about the project visit our wiki or have a look at the HAR2009 presentation videos. Current architecture There is a server and a client [...]]]></description>
			<content:encoded><![CDATA[<p>This is a software development blogpost, it contains technical stuff!</p>
<p>Because this is the first development blogpost, I&#8217;ll begin by explaining our current architecture briefly. If you want to know more about the project <a title="wiki" href="http://wiki.diversia.org/wiki/Main_Page" target="_blank">visit our wiki</a> or have a look at the <a title="HAR2009 presentation videos" href="http://diversia.org/2010/03/13/diversia-at-har2009/" target="_blank">HAR2009 presentation videos</a>.</p>
<h1>Current architecture</h1>
<p>There is a server and a client project, servers can connect to each other to form distributed grids, clients connect to one or multiple servers and see the world that is defined by the servers in the grid.<br />
Servers contain objects like barrels, crates and avatars. An object contains multiple components, and components are things like  3d meshes, sounds, object scripts and particles. Objects and components are synced between all clients using our object system and RakNet&#8217;s replica system. A simple plug-in structure is used for communication between global client-server processes like authentication, weather, grid layout and terrain data.</p>
<p>We&#8217;ve been working with the existing Diversia architecture since the beginning of the project, in that time we&#8217;ve found lots of limitations and things to improve in the architecture. A few examples of problems in the current architecture are:</p>
<ul>
<li>Low modularity, no easy way to create an AI client for example</li>
<li>Duplicate code in object and communication systems</li>
<li>Communication between the client and server is not consistent between different components and server plugins</li>
<li>No easy way to implement a permission system without a lot of code duplication</li>
<li>The client-server plug-in system is not as modular as the object system</li>
</ul>
<h1>New architecture</h1>
<p>For the past few weeks I&#8217;ve been working on a new design to reduce code duplication, increase modularity and increase consistency in the object and communication systems. In the new architecture the project is divided into multiple libraries:</p>
<ul>
<li>UtilLib, contains utility code like events (slots), a property system, XML parsing, simple data types (vector, matrix, etc.) and more</li>
<li>Object, contains the object system that will be used in clients and the server (and could be reused in other projects as well)</li>
<li>DiversiaLib, contains code that is shared between the client and server</li>
<li>ClientLib, contains all code that is not implementation (ogre3d) specific so that the code can be reused for an AI client for example</li>
<li>Client, the ogre3d client</li>
<li>Server</li>
</ul>
<h2>Properties</h2>
<p>One of the biggest improvements in the new architecture is the property system. Properties wrap around simple data types, store the data and control the access to it. Properties can also contain sets of other properties, allowing for infinite nesting of properties. Properties can be automatically serialized/de-serialized to/from XML, binary and RakNet bistreams, this means that writing a custom XML parsing function for every component is not necessary any more!</p>
<h2>Permissions</h2>
<p>Another big improvement in the new architecture is the possibility to do permission checking. The idea is to do most communication using properties and a message system, because this makes it very easy to check if clients have the right permissions to do the action(s) defined in a message. For example, a client wants to edit the scale (Vector3 property) of an object:</p>
<ol>
<li>The client edits the scale, a message is generated that encapsulates this mutation.</li>
<li>The message is first checked against the local permissions table, to see if the message can already be blocked from being sent.</li>
<li>If the message was not blocked on the client, it is sent to the server.</li>
<li>The server receives the message and checks the permission again, because clients cannot be trusted.</li>
<li>If the client has permissions to perform this mutation, the message is forwarded to the correct object and the mutation is executed.</li>
</ol>
<p>This will work in the client-server plug-in system as well if properties and messages are used.</p>
<h2>Diagrams</h2>
<p>I&#8217;ve created an UML class diagram that shows some of the relations between the different libraries from the ogre3d client&#8217;s point of view. It&#8217;s a bit messy but it shows where the current components and client-server plug-ins fit in in the new architecture. Click on the image below to see the full image.</p>
<div id="attachment_75" class="wp-caption alignnone" style="width: 310px"><a href="http://diversia.org/wp-content/uploads/2010/04/diversiadesign.png"><img class="size-medium wp-image-75" title="New architecture, client UML class diagram" src="http://diversia.org/wp-content/uploads/2010/04/diversiadesign-300x149.png" alt="New architecture, client UML class diagram" width="300" height="149" /></a><p class="wp-caption-text">New architecture, client UML class diagram</p></div>
<p>Here&#8217;s a simple diagram that shows the relations between the libraries inside Diversia, and a few important external libraries. I don&#8217;t think this is the official way to draw dependencies between libraries/packages in UML, but it&#8217;s simple and shows the relations.</p>
<div id="attachment_84" class="wp-caption alignnone" style="width: 171px"><a href="http://diversia.org/wp-content/uploads/2010/04/diversiadependencies.png"><img class="size-medium wp-image-84" title="New architecture, dependencies diagram" src="http://diversia.org/wp-content/uploads/2010/04/diversiadependencies-161x300.png" alt="New architecture, dependencies diagram" width="161" height="300" /></a><p class="wp-caption-text">New architecture, dependencies diagram</p></div>
<p>That&#8217;s it for now, we&#8217;ll be busy fine-tuning the new architecture and implementing it when we feel we&#8217;ve got everything right. I&#8217;ll keep you updated on the progress!</p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/04/17/new-architecture-for-diversia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blowing up Gohla in CTF</title>
		<link>http://diversia.org/2010/04/17/blowing-up-gohla-in-ctf/</link>
		<comments>http://diversia.org/2010/04/17/blowing-up-gohla-in-ctf/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 14:28:19 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=50</guid>
		<description><![CDATA[While testing CTF in Diversia I accidentally blew up Gohla. We created this &#8216;game&#8217; to test the Diversia scripting feature. The game logic is scripted and provides some basic CTF features: Teams Balancing of teams Capture flags Dropping flags Bombs]]></description>
			<content:encoded><![CDATA[<p>While testing CTF in Diversia I accidentally blew up Gohla. We created this &#8216;game&#8217; to test the Diversia scripting feature. The game logic is scripted and provides some basic CTF features:</p>
<ul>
<li> Teams</li>
<li>Balancing of teams</li>
<li>Capture flags</li>
<li>Dropping flags</li>
<li>Bombs</li>
</ul>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/DbB9Cb6r9gA&#038;hl=nl_NL&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DbB9Cb6r9gA&#038;hl=nl_NL&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/04/17/blowing-up-gohla-in-ctf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diversia ports server to FreeBSD</title>
		<link>http://diversia.org/2010/04/08/diversia-ports-server-to-freebsd/</link>
		<comments>http://diversia.org/2010/04/08/diversia-ports-server-to-freebsd/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 17:48:39 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=44</guid>
		<description><![CDATA[This week I finished the FreeBSD port of the server. Everything compiled very smoothly, but during the process some new bugs were introduced. The server starts and runs fine, but uses a lot of CPU resources. The bug was introduced after we upgraded a few of the libraries (RakNet or BulletPhysics are the suspects). The [...]]]></description>
			<content:encoded><![CDATA[<p>This week I finished the FreeBSD port of the server. Everything compiled very smoothly, but during the process some new bugs were introduced. </p>
<p>The server starts and runs fine, but uses a lot of CPU resources. The bug was introduced after we upgraded a few of the libraries (RakNet or BulletPhysics are the suspects). The CPU usage affects the overall performance of the server, so this bug has a high priority.</p>
<p>During the porting I wrote the documentation in &#8216;cookbook&#8217; style. In that way it would be easy for everyone to setup a Diversia server on FreeBSD. The documentation can be found on our wiki: <a href="http://wiki.diversia.org/wiki/FreeBSD_Server">http://wiki.diversia.org/wiki/FreeBSD_Server</a>.</p>
<p>If you have any suggestions about the issue described in this post, or would like to help, please drop by in our IRC channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/04/08/diversia-ports-server-to-freebsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Diversia at HAR2009</title>
		<link>http://diversia.org/2010/03/13/diversia-at-har2009/</link>
		<comments>http://diversia.org/2010/03/13/diversia-at-har2009/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:53:52 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=37</guid>
		<description><![CDATA[In the summer of 2009 Gohla and Bamieater attended the event Hacking at Random 2009 in Vierhouten, NL. They presented Diversia (codename: MultiVerse) for a crowd of about 600 people. The presentation and demonstration was recorded and can be viewed below.]]></description>
			<content:encoded><![CDATA[<p>In the summer of 2009 Gohla and Bamieater attended the event Hacking at Random 2009 in Vierhouten, NL.</p>
<p>They presented Diversia (codename: MultiVerse) for a crowd of about 600 people. The presentation and demonstration was recorded and can be viewed below.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/p/4987BB6538E97684&#038;hl=nl_NL&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/4987BB6538E97684&#038;hl=nl_NL&#038;fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/03/13/diversia-at-har2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Diversia Physics Bug</title>
		<link>http://diversia.org/2010/03/10/hello-world/</link>
		<comments>http://diversia.org/2010/03/10/hello-world/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:34:31 +0000</pubDate>
		<dc:creator>Bamieater</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://diversia.org/?p=1</guid>
		<description><![CDATA[This bug is now fixed, but it gives a good indication as to what the project looks like in its current state: (Excuse the quality while we figure out how to embed video in HD quality)]]></description>
			<content:encoded><![CDATA[<p>This bug is now fixed, but it gives a good indication as to what the project looks like in its current state:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/g7OwNnQ2WtQ&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/g7OwNnQ2WtQ&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Excuse the quality while we figure out how to embed video in HD quality)</p>
]]></content:encoded>
			<wfw:commentRss>http://diversia.org/2010/03/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

