<?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>Hardwar</title>
	<atom:link href="http://www.hardwar.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hardwar.org</link>
	<description>A free software Hardwar remake</description>
	<lastBuildDate>Tue, 09 Mar 2010 02:44:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Weekly dev update #14</title>
		<link>http://www.hardwar.org/post/134</link>
		<comments>http://www.hardwar.org/post/134#comments</comments>
		<pubDate>Tue, 09 Mar 2010 02:43:34 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=134</guid>
		<description><![CDATA[Last week there was no developer update as I was sick with the flu. This week however I wanted to do something different so I have been working on the sky in the game.
My first attempt was to simply place a skybox into the game with a star background. A skybox is simply a box [...]]]></description>
			<content:encoded><![CDATA[<p>Last week there was no developer update as I was sick with the flu. This week however I wanted to do something different so I have been working on the sky in the game.</p>
<p>My first attempt was to simply place a skybox into the game with a star background. A skybox is simply a box with an image on it.<br />
<a href="http://www.hardwar.org/wp-content/uploads/2010/03/screenshot_0.png"><img src="http://www.hardwar.org/wp-content/uploads/2010/03/screenshot_0-300x187.png" alt="" title="Sky Attempt 1" width="300" height="187" class="aligncenter size-medium wp-image-135" /></a></p>
<p>As you can see the results are not very pleasing. I tried numerous ways to increase the resolution of the image displayed however nothing seemed to work, including increasing the image size.</p>
<p>Instead I tried something completely different. I read about <a href="http://www.ogre3d.org/forums/viewtopic.php?f=11&#038;t=48414">SkyX in the Ogre forums</a> and decided to give that a try.</p>
<p>Firstly however I had to convert the shader code from HLSL to CG and then get it working in linux. Below you can see the results.</p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2010/03/screenshot_1.png"><img src="http://www.hardwar.org/wp-content/uploads/2010/03/screenshot_1-300x187.png" alt="" title="Sky Attempt 2" width="300" height="187" class="aligncenter size-medium wp-image-136" /></a></p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2010/03/screenshot_2.png"><img src="http://www.hardwar.org/wp-content/uploads/2010/03/screenshot_2-300x187.png" alt="" title="Sky Attempt 3" width="300" height="187" class="aligncenter size-medium wp-image-137" /></a></p>
<p>I am unsure that it is working 100% correctly at the moment. The screenshot with the dark clouds should show a star background which doesn&#8217;t seem to be displaying. The second screenshot with the white volumetric clouds seems to be working correctly however has very slow FPS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/134/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #13</title>
		<link>http://www.hardwar.org/post/128</link>
		<comments>http://www.hardwar.org/post/128#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:07:07 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=128</guid>
		<description><![CDATA[This week was very successful. The problems saving building layouts has been fixed. You can now load and save your layouts. My next task is to get editing working and then I am hoping to generate some support in helping to texture all these building models we have.
Right now they&#8217;re all texture-less white, Boring. If [...]]]></description>
			<content:encoded><![CDATA[<p>This week was very successful. The problems saving building layouts has been fixed. You can now load and save your layouts. My next task is to get editing working and then I am hoping to generate some support in helping to texture all these building models we have.</p>
<p>Right now they&#8217;re all texture-less white, Boring. If you know how to skin models please consider <a href="http://forum.hardwar.org/">dropping by the forums</a> and helping out.</p>
<p>I upgraded the debian packages I use for development to the latest version of Ogre (1.7.1 RC1) and found some new bugs which only appeared after the upgrade. They&#8217;ve all been fixed now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/128/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #12</title>
		<link>http://www.hardwar.org/post/124</link>
		<comments>http://www.hardwar.org/post/124#comments</comments>
		<pubDate>Tue, 16 Feb 2010 03:22:11 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=124</guid>
		<description><![CDATA[This week is Chinese new year, so happy year of the tiger everyone. I opened up a new thread on the free game dev forum to try and debug some of the problems I have been experiencing with integrating SQLite into the server. 
It seems I&#8217;m not the only one having problems saving to file [...]]]></description>
			<content:encoded><![CDATA[<p>This week is Chinese new year, so happy year of the tiger everyone. I <a href="http://forum.freegamedev.net/viewtopic.php?f=3&#038;t=175">opened up a new thread on the free game dev forum</a> to try and debug some of the problems I have been experiencing with integrating SQLite into the server. </p>
<p>It seems I&#8217;m not the only one having problems saving to file which is good as it means my hard drive is not broke. However, tracking down what the actual problem is has been difficult. There has been some banter on the forums about the game music, however it has been mostly quiet this week. Hopefully there will be more progress next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #11</title>
		<link>http://www.hardwar.org/post/114</link>
		<comments>http://www.hardwar.org/post/114#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:12:47 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=114</guid>
		<description><![CDATA[The weekly developer update is where you get the chance to catch up on the latest news that has been happening on the project.]]></description>
			<content:encoded><![CDATA[<p>These past three weeks have been pretty good. I took two weeks holiday as I mentioned in my previous update and this week I have been working on the save functionality of the game. Currently you can move and place buildings, however without being able to save your layouts the whole thing is totally pointless, right?</p>
<p>Well hopefully not for long, I have been working hard on getting save functionality working. Current I&#8217;m still having some problems, but progress is being made.</p>
<p><a href="http://www.zeljkolazic.com">Zeljko Lazic</a> who is a music producer <a href="http://dl.dropbox.com/u/197727/Hardwar%20Soundtrack.zip">submitted a music soundtrack for the game</a>. He has included two different versions for us to use. Please comment on what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/114/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #10</title>
		<link>http://www.hardwar.org/post/112</link>
		<comments>http://www.hardwar.org/post/112#comments</comments>
		<pubDate>Mon, 11 Jan 2010 06:27:05 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=112</guid>
		<description><![CDATA[Last week I took some time off the project to catch up on some things that I needed sorting out at home. There will also be a lack of updates for two more weeks as I go on vacation.
For the last two weeks I have been working on the save functionality on the server side. [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I took some time off the project to catch up on some things that I needed sorting out at home. There will also be a lack of updates for two more weeks as I go on vacation.</p>
<p>For the last two weeks I have been working on the save functionality on the server side. Now that we can place buildings down we need a way of saving them so when you quit the game you don&#8217;t loose of the hard work you put in. I&#8217;ve already added the code however there are bugs that need ironing out before I can commit it.</p>
<p><a href="http://forum.hardwar.org/viewtopic.php?f=6&#038;t=13">Kilagain has submitted another piece of concept artwork</a> on the large moth designs hopefully we&#8217;ll be able to use it to come up with some real models.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #9</title>
		<link>http://www.hardwar.org/post/99</link>
		<comments>http://www.hardwar.org/post/99#comments</comments>
		<pubDate>Mon, 28 Dec 2009 04:17:30 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=99</guid>
		<description><![CDATA[Happy new year! No rest for me this holiday as I have been busy cracking out code like there is no tomorrow. This week I fixed a long standing bug with buildings not appearing correctly upon starting up the game as well as some other small fixes. I am currently concentrating on saving the buildings [...]]]></description>
			<content:encoded><![CDATA[<p>Happy new year! No rest for me this holiday as I have been busy cracking out code like there is no tomorrow. This week I fixed a long standing bug with buildings not appearing correctly upon starting up the game as well as some other small fixes. I am currently concentrating on saving the buildings to file server side.</p>
<p>I have also been planning the release roadmap for the project which you can see below or <a href="https://wave.google.com/wave/#restored:wave:googlewave.com!w%252Bvn5ri21uA">if you have Google wave can view here</a>. Unfortunately Google wave is not viewable to those without an invite. I am not sure why this is because I have found it very productive for quickly brain dumping things that needs collaboration so it is a shame I can not let you view it. If anyone wants an invitation I can give you one, <a href="http://forum.hardwar.org/">if you post on the forum</a> and get involved with the project.</p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2009/12/roadmap.jpg"><img src="http://www.hardwar.org/wp-content/uploads/2009/12/roadmap-231x300.jpg" alt="Hardwar feature road map preview" title="Hardwar feature road map preview" width="231" height="300" class="aligncenter size-medium wp-image-100" /></a></p>
<p>I decided that for our first release it should just be something simple that lets people join a game, add, edit, delete buildings and then save them. You will notice that in the 0.1 release flight is not there. I think if I added flight code to the 0.1 release it would delay things a lot which is why I put it in 0.2. I&#8217;m hoping that by the time I start working on 0.2 we will have a few artists perfecting the building models and world map. Even if we don&#8217;t it still allows people to start making their own levels.</p>
<p>I put down &#8220;advanced building piece loading&#8221; for the 0.1 release because there needs to be more information associated with a building piece such as does this piece have an airlock, if so where is the airlock suppose to be, which materials (textures) can be used with this piece and so on. It might seem like a waste of time to some people however it think it&#8217;s better we get this done right before proceeding on to more difficult tasks and making a mess of the whole thing.</p>
<p>You will also notice I put down &#8220;shader editor&#8221; however I think it&#8217;s the wrong word to use. I want to put in a tool which allows you to reload the materials and play with the shader variables. I think this would make things easier for artists and myself when trying to get things to look right. The only other alternative is to continuously exit and start the game to view your changes, not cool. I do not think it will be that difficult to implement so I decided to put it in sooner rather then later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/99/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #8</title>
		<link>http://www.hardwar.org/post/93</link>
		<comments>http://www.hardwar.org/post/93#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:52:53 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=93</guid>
		<description><![CDATA[This week saw an explosion of work from multiple contributors.
Kilagain submitted some rough concept art for &#8220;moth&#8221; designs. A moth is the name of the flying vehicles in the game. I also started a discussion about the new kind of moths I&#8217;d personally like to see in our remake.

I finally managed to debug the code [...]]]></description>
			<content:encoded><![CDATA[<p>This week saw an explosion of work from multiple contributors.</p>
<p><a href="http://forum.hardwar.org/viewtopic.php?f=6&#038;t=13">Kilagain submitted some rough concept art</a> for &#8220;moth&#8221; designs. A moth is the name of the flying vehicles in the game. I also started a discussion about the new kind of moths I&#8217;d personally like to see in our remake.</p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2009/12/mothadmiralconcept.jpg"><img src="http://www.hardwar.org/wp-content/uploads/2009/12/mothadmiralconcept-300x234.jpg" alt="" title="moth admiral concept" width="300" height="234" class="aligncenter size-medium wp-image-96" /></a></p>
<p>I finally managed to debug the code I had been working on for two weeks and merged it into trunk. I also spent a lot of time internally restructuring the server code. It is easier to add functionality to the server now, however I&#8217;m still not satisfied with the design.</p>
<p>Along with my code updates there has been an effort to get <a href="http://forum.hardwar.org/viewtopic.php?f=5&#038;t=14">a windows build working again</a>. I also spent some time rewriting some of the cmake scripts so that they would generate a correct visual studio project file as well as updating the windows documentation. It&#8217;s still an on going task however as there is quite a variation between the library versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/93/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #7</title>
		<link>http://www.hardwar.org/post/84</link>
		<comments>http://www.hardwar.org/post/84#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:03:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=84</guid>
		<description><![CDATA[This week I slavishly hacked away at the code with little success towards fixing the errors I have been having. Fortunately not everyone was as unproductive as I am. Ville pitched in with a new main menu design as seen below.
I believe this is still very much a work in progress however the results so [...]]]></description>
			<content:encoded><![CDATA[<p>This week I slavishly hacked away at the code with little success towards fixing the errors I have been having. Fortunately not everyone was as unproductive as I am. Ville pitched in with a new main menu design as seen below.</p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2009/12/mainmenu.png"><img src="http://www.hardwar.org/wp-content/uploads/2009/12/mainmenu-300x170.png" alt="mainmenu design WIP" title="mainmenu design WIP" width="300" height="170" class="alignleft size-medium wp-image-85" /></a>I believe this is still very much a work in progress however the results so far are much better then I could even think about. It might seem like a main menu is such a trivial thing, however the aim for this project is that every part of it is as good as it can be.</p>
<p>The main menu is one of the first things a player sees when starting your game so giving a good impression helps to create a much better overall experience. If you would like to join in feel free to contribute your ideas on our <a href="http://forum.hardwar.org">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/84/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #6</title>
		<link>http://www.hardwar.org/post/66</link>
		<comments>http://www.hardwar.org/post/66#comments</comments>
		<pubDate>Sun, 06 Dec 2009 09:00:58 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=66</guid>
		<description><![CDATA[This week I was messing around in blender in an attempt to texture some of our building models we have. It also gave me an opportunity to try out the new blender 3D 2.5 alpha that people I know keep talking about. For those that don&#8217;t know blender 3D is a free modelling program.
First of [...]]]></description>
			<content:encoded><![CDATA[<p>This week I was messing around in blender in an attempt to texture some of our building models we have. It also gave me an opportunity to try out the new blender 3D 2.5 alpha that people I know keep talking about. For those that don&#8217;t know <a href="http://www.blender.org/">blender 3D is a free modelling program</a>.</p>
<p>First of all I&#8217;d like to announce that I rarely use blender so maybe some of the issues I had are invalid. My first experience with texturing a model in blender was pretty pleasant in that I was able to quickly load up my model and then draw on it using the paint tools.</p>
<p>My issues started to multiply when I could not figure out how to paint a texture on top of my model and the documentation was not that great either as it is only briefly mentioned. In the end I resorted to just using the image as my building&#8217;s texture and then making edits on top of it.</p>
<p>There are two things that bug me a little about the paint tool. The first is that it paints over unrelated faces simply because the UVs are closely wrapped. An example of this can be seen in the picture attached to this post. In it you can see black splodges on the top of the building however not because I painted it there. They are there because I painted on a completely different part of the mesh. The paint tool does not know how to prevent itself from painting over unrelated faces.</p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2009/12/Screenshot.png"><img src="http://www.hardwar.org/wp-content/uploads/2009/12/Screenshot-300x240.png" alt="First attempt at texturing in blender" title="First attempt at texturing in blender" width="300" height="240" class="aligncenter size-medium wp-image-69" /></a></p>
<p>My second problem is to do with the huge line you can see in the screenshot. I simply could not figure out how to get rid of it. Painting or smudging over it seemed to do nothing as it still persisted.</p>
<p>Other things that bug me is that &#8220;make invisible&#8221; still doesn&#8217;t stick, so every time you want to open, load or save something you got to click it to hide hidden files. Also it never remembers the last directory you loaded or saved from. In fact different load and save functions seem to start you off in completely different folders.</p>
<p>Saving over things also is a problem as it doesn&#8217;t prompt you. What you are suppose to do is click a tiny piece of text that disappears as soon as you move the mouse. This then causes you to have to go through the whole process of picking where you want to save again. This wasted a lot of my time as it was not immediately obvious what had happened the first time I experienced it. This made me confused as I attempted to figure out why my image was not being replaced.</p>
<p>Anyway here is my final result with added mist to make it look better then it really is.</p>
<p><a href="http://www.hardwar.org/wp-content/uploads/2009/12/render1.jpg"><img src="http://www.hardwar.org/wp-content/uploads/2009/12/render1-150x150.jpg" alt="render1" title="render1" width="150" height="150" class="alignleft size-thumbnail wp-image-72" /></a><a href="http://www.hardwar.org/wp-content/uploads/2009/12/render2.jpg"><img src="http://www.hardwar.org/wp-content/uploads/2009/12/render2-150x150.jpg" alt="render2" title="render2" width="150" height="150" class="alignleft size-thumbnail wp-image-73" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/66/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Weekly dev update #5</title>
		<link>http://www.hardwar.org/post/63</link>
		<comments>http://www.hardwar.org/post/63#comments</comments>
		<pubDate>Mon, 30 Nov 2009 03:33:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[dev update]]></category>

		<guid isPermaLink="false">http://www.hardwar.org/?p=63</guid>
		<description><![CDATA[I spent time planning out the feature set I want for our first binary release and came out with the following list that can be seen on the forum.
There is not going to be a set deadline to finish this stuff as the programming is still primarily a one man operation. I can see these [...]]]></description>
			<content:encoded><![CDATA[<p>I spent time planning out the feature set I want for our first binary release and came out with <a href="http://forum.hardwar.org/viewtopic.php?f=3&#038;t=6">the following list that can be seen on the forum</a>.</p>
<p>There is not going to be a set deadline to finish this stuff as the programming is still primarily a one man operation. I can see these features are going to take up a considerable amount of time (months). Hopefully by the end of it all there will be something that is fun to play rather then the tech demo we currently have.</p>
<p>I&#8217;m still working on issues with the client / server split which has made sqlite crash for some unknown reason. It has been a real blocker in allowing me to progress with the features I want to implement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hardwar.org/post/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
