<?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>Masterhawk studios</title>
	<atom:link href="http://masterhawk.dyndns.org/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://masterhawk.dyndns.org/wordpress</link>
	<description>programming out of conviction</description>
	<lastBuildDate>Mon, 16 Nov 2009 10:17:20 +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>Minigolf3D abandoned</title>
		<link>http://masterhawk.dyndns.org/wordpress/?p=183</link>
		<comments>http://masterhawk.dyndns.org/wordpress/?p=183#comments</comments>
		<pubDate>Mon, 16 Nov 2009 10:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://masterhawk.dyndns.org/wordpress/?p=183</guid>
		<description><![CDATA[As you might already know the Minigolf3D-project was abandoned due to another major HDD crash. All irrlicht related work but CustomUI is affected by this incident. I take this as a chance to think about a new project very carefully. When there is something to report about you&#8217;ll find it here. Be sure that there [...]]]></description>
			<content:encoded><![CDATA[<p>As you might already know the Minigolf3D-project was abandoned due to another major HDD crash. All irrlicht related work but CustomUI is affected by this incident. I take this as a chance to think about a new project very carefully. When there is something to report about you&#8217;ll find it here. Be sure that there definately will be a future game project based on irrlicht.</p>
]]></content:encoded>
			<wfw:commentRss>http://masterhawk.dyndns.org/wordpress/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harddisk FAILURE</title>
		<link>http://masterhawk.dyndns.org/wordpress/?p=166</link>
		<comments>http://masterhawk.dyndns.org/wordpress/?p=166#comments</comments>
		<pubDate>Wed, 01 Apr 2009 12:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[hdd failure]]></category>

		<guid isPermaLink="false">http://masterhawk.dyndns.org/wordpress/?p=166</guid>
		<description><![CDATA[As you maybe already noticed the server had a downtime yesterday. Due to a HardDiskFailure, which befall yesterday, the server shut down automatically and could be restarted in the evening hours. Perhaps there will be several downtimes the next days in order to replace the broken HDD. I try to keep them as short as [...]]]></description>
			<content:encoded><![CDATA[<p>As you maybe already noticed the server had a downtime yesterday. Due to a HardDiskFailure, which befall yesterday, the server shut down automatically and could be restarted in the evening hours. Perhaps there will be several downtimes the next days in order to replace the broken HDD. I try to keep them as short as possible.</p>
<p>Unfortunately this is no April Fool, but the good news is the affected data were not part of one of the Masterhawk studios projects so the work on these can resume unhindered.</p>
]]></content:encoded>
			<wfw:commentRss>http://masterhawk.dyndns.org/wordpress/?feed=rss2&amp;p=166</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CustomUI 0.6 released</title>
		<link>http://masterhawk.dyndns.org/wordpress/?p=82</link>
		<comments>http://masterhawk.dyndns.org/wordpress/?p=82#comments</comments>
		<pubDate>Sat, 21 Mar 2009 14:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CustomUI]]></category>
		<category><![CDATA[customui 0.6]]></category>
		<category><![CDATA[wp-syntax]]></category>

		<guid isPermaLink="false">http://masterhawk.dyndns.org/wordpress/?p=82</guid>
		<description><![CDATA[As the headline already indicates I managed to finish the newest release of CustomUI for Irrlicht applications.
A few new features were spent to CustomUI in this release. The major features is the support of free-form polygon buttons. Now you, as a designer, have no restrictions on how to design the shape of your buttons. The [...]]]></description>
			<content:encoded><![CDATA[<p>As the headline already indicates I managed to finish the newest release of <strong>CustomUI</strong> for Irrlicht applications.</p>
<p>A few new features were spent to <strong>CustomUI</strong> in this release. The major features is the support of free-form polygon buttons. Now you, as a designer, have no restrictions on how to design the shape of your buttons. The button shape is defined by a vertex list which spans a polygon. I guess that is a function which makes <strong>CustomUI</strong> superior to several other existing enhanced Irrlicht GUIs out there.</p>
<p>I guess a code snippet says more than a thousand words. This also gives me the opportunity to introduce my new plugin for Wordpress <a href="http://wordpress.org/extend/plugins/wp-syntax/" target="_blank">wp-syntax</a></p>

<div class="wp_syntax"><div class="code"><pre class="cpp" style="font-family:monospace;">array vertices<span style="color: #008080;">;</span>
vertices.<span style="color: #007788;">push_back</span><span style="color: #008000;">&#40;</span>position2di<span style="color: #008000;">&#40;</span><span style="color: #0000dd;">0</span>,<span style="color: #0000dd;">0</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span>
vertices.<span style="color: #007788;">push_back</span><span style="color: #008000;">&#40;</span>position2di<span style="color: #008000;">&#40;</span><span style="color: #0000dd;">100</span>,<span style="color: #0000dd;">20</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span>
vertices.<span style="color: #007788;">push_back</span><span style="color: #008000;">&#40;</span>position2di<span style="color: #008000;">&#40;</span><span style="color: #0000dd;">50</span>,<span style="color: #0000dd;">210</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span>
vertices.<span style="color: #007788;">push_back</span><span style="color: #008000;">&#40;</span>position2di<span style="color: #008000;">&#40;</span><span style="color: #0000dd;">20</span>,<span style="color: #0000dd;">200</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span>
cInterface<span style="color: #000040;">-</span><span style="color: #000080;">&gt;</span>addButton<span style="color: #008000;">&#40;</span>stringw<span style="color: #008000;">&#40;</span><span style="color: #FF0000;">&quot;btn_quit&quot;</span><span style="color: #008000;">&#41;</span>,
			<span style="color: #0000dd;">new</span> CIC_Polygon<span style="color: #008000;">&#40;</span>position2di<span style="color: #008000;">&#40;</span><span style="color: #0000dd;">0</span>,<span style="color: #0000dd;">0</span><span style="color: #008000;">&#41;</span>,
					vertices,
					position2di<span style="color: #008000;">&#40;</span><span style="color: #0000dd;">20</span>,<span style="color: #0000dd;">20</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">&#41;</span>,
			<span style="color: #0000dd;">0</span><span style="color: #008000;">&#41;</span><span style="color: #008080;">;</span></pre></div></div>

<p>Furthermore <strong>CustomUI 0.6</strong> got a new hierarchy system which allows you to design your GUI in within a tree structure. I now that this feature was overdue but it finally found its way to the source. The remaining additions and bug-fixes which were not explicit mentioned can be taken from the changelog at the end of this post.</p>
<p style="text-align: center;"><a href="http://masterhawk.dyndns.org/wordpress/download/customui_06.zip">Download CustomUI 0.6</a></p>
<p style="text-align: center;">
<p style="text-align: center;">
<pre>Changelog v0.6

(added) new collision: 'CIC_Polygon'
(added) function 'lock' to exclude an element from 'changeSection()'
(added) hierarchy system for GUI-elements
(added) modal-flag for CEMessageBox
(fixed) clicking through a messagebox
(fixed) enabled-state of object affectless
(fixed) need of placeholder in CEAnimatedImage</pre>
]]></content:encoded>
			<wfw:commentRss>http://masterhawk.dyndns.org/wordpress/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome back, Masterhawk studios!</title>
		<link>http://masterhawk.dyndns.org/wordpress/?p=15</link>
		<comments>http://masterhawk.dyndns.org/wordpress/?p=15#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:42:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://192.168.178.25/wordpress/?p=15</guid>
		<description><![CDATA[Past 1 1/2 years the last post was published on the old website. Since then I nearly spend all my time on the Minigolf3D project and due to the fact that there exists an own development blog for this project the information on non-minigolf3d-related topics run dry. Also the awkward maintenance of the antiquated source [...]]]></description>
			<content:encoded><![CDATA[<p>Past 1 1/2 years the last post was published on the old website. Since then I nearly spend all my time on the Minigolf3D project and due to the fact that there exists an own development blog for this project the information on non-minigolf3d-related topics run dry. Also the awkward maintenance of the antiquated source distracted me from posting new information.</p>
<p>This time I try to make it better! A new Apache webserver and a Wordpress distribution should do the trick for now. But the new webserver will also have some other positive effects on the development of the Masterhawk studios. It can be used to set up several game servers for upcoming multiplayer games, because that is what I will place the scope on. Minigolf3D will only begin the new era. I have quite a lot of new concepts in my tray.</p>
<p>I hope you like the new site. A few more improvements on the wordpress skin will further increase the usablitity for my purposes.</p>
<p>So stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://masterhawk.dyndns.org/wordpress/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
