<?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>micolous.id.au &#187; Projects</title>
	<atom:link href="http://micolous.id.au/archives/category/coding/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://micolous.id.au</link>
	<description>the result of a blogging accident</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:08:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>portal2 2.8.1 API documentation</title>
		<link>http://micolous.id.au/archives/2010/05/01/portal2-2-8-1-api-documentation/</link>
		<comments>http://micolous.id.au/archives/2010/05/01/portal2-2-8-1-api-documentation/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 20:27:13 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Lanning]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/?p=278</guid>
		<description><![CDATA[There have been some requests that I make portal2&#8217;s API documentation available online and not just available at LANs.  So I have published a copy of the portal2 API v2.8.1.  This covers the (at the time of writing) current version of portal2&#8217;s HTTP GET and XMLRPC APIs.
Unfortunately, there&#8217;s no online &#8220;simulator&#8221; available, but [...]]]></description>
			<content:encoded><![CDATA[<p>There have been some requests that I make <a href="/projects/portal2/">portal2</a>&#8217;s API documentation available online and not just available at LANs.  So I have published a copy of the <a href="/projects/portal2/portal2_api/">portal2 API v2.8.1</a>.  This covers the (at the time of writing) current version of portal2&#8217;s HTTP GET and XMLRPC APIs.</p>
<p>Unfortunately, there&#8217;s no online &#8220;simulator&#8221; available, but that should be trivial for someone to write if they&#8217;re testing their program.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2010/05/01/portal2-2-8-1-api-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVGForm alpha3; menus, input boxes, focus model&#8230; oh my!</title>
		<link>http://micolous.id.au/archives/2008/06/27/svgform-alpha3-menus-input-boxes-focus-model-oh-my/</link>
		<comments>http://micolous.id.au/archives/2008/06/27/svgform-alpha3-menus-input-boxes-focus-model-oh-my/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 08:59:26 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2008/06/27/svgform-alpha3-menus-input-boxes-focus-model-oh-my/</guid>
		<description><![CDATA[I&#8217;ve updated SVGForm now to alpha3.  It now includes some new stuff, a simple menu system (and I mean, simple), and a focus model allowing an input control to work.
I&#8217;ve changed the way label elements are positioned now, and they all use the `hanging` `dominant-baseline`.  Unfortunately Opera 9.5 doesn&#8217;t support `dominant-baseline` [just yet][operasvg], [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated SVGForm now to alpha3.  It now includes some new stuff, a simple menu system (and I mean, simple), and a focus model allowing an input control to work.</p>
<p>I&#8217;ve changed the way label elements are positioned now, and they all use the `hanging` `dominant-baseline`.  Unfortunately Opera 9.5 doesn&#8217;t support `dominant-baseline` [just yet][operasvg], so all the UI elements will look messed up there.  It works fine in Firefox 2 and Firefox 3 though, and I&#8217;ve heard it also works in Safari on OSX fine too.  Unfortunately because Internet Explorer doesn&#8217;t have inbuilt SVG support (and [Adobe's SVG viewer is discontinued][adobesvgeol]), so you may have to wait for Internet Explorer 8 and hope they add support for SVG and the SVG DOM.</p>
<p><a href="/static/projects/svgform/tests/alpha3/clickingbricks.svg"><img src="/static/projects/svgform/tests/alpha3/clickingbricksa3.png" alt=""/></a></p>
<p>[Clicking Bricks][cbsvg] has been updated to use the new version of the library&#8230; no new functionality in it.  There&#8217;s an [SVG part (click this to run)][cbsvg], and the [source script file][cbjs].</p>
<p><a href="/static/projects/svgform/tests/alpha3/focus.svg"><img src="/static/projects/svgform/tests/alpha3/focusa3.png" alt=""/></a></p>
<p>There&#8217;s also a little [focus model test][fsvg] that has an input box and a menu that doesn&#8217;t do very much.  There&#8217;s an [SVG part (click this to run)][fsvg], and the [source script file][fjs].</p>
<p>And there&#8217;s [SVGForm's source itself][svgform] if you have a thing for reading source code.  It&#8217;s now getting quite big, at about 30kB!</p>
<p>Again, it&#8217;s still licensed under the [GNU General Public License v2][gpl2], or at your option, any later version published by the Free Software Foundation (this includes GPL3).  Once this starts coming along a bit more, I&#8217;ll probably change the license to something more appropriate for web application development &#8211; as presently you would have to license the JavaScript/ECMAScript and SVG portions of your site also under the GPL as they link to it.  As it&#8217;s still alpha and incomplete, this shouldn&#8217;t be much of an issue for now.</p>
<p>[cbsvg]: /static/projects/svgform/tests/alpha3/clickingbricks.svg<br />
[cbjs]: /static/projects/svgform/tests/alpha3/clickingbricks.js<br />
[svgform]: /static/projects/svgform/tests/alpha3/svgform.js<br />
[fsvg]: /static/projects/svgform/tests/alpha3/focus.svg<br />
[fjs]: /static/projects/svgform/tests/alpha3/focus.js<br />
[operasvg]: http://www.opera.com/docs/specs/svg/<br />
[adobesvgeol]: http://www.adobe.com/svg/eol.html<br />
[gpl2]: http://www.gnu.org/licenses/gpl-2.0.html</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2008/06/27/svgform-alpha3-menus-input-boxes-focus-model-oh-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVG + Forms = SVGForm begins</title>
		<link>http://micolous.id.au/archives/2008/05/26/svg-forms-svgform-begins/</link>
		<comments>http://micolous.id.au/archives/2008/05/26/svg-forms-svgform-begins/#comments</comments>
		<pubDate>Sun, 25 May 2008 17:44:49 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2008/05/26/svg-forms-svgform-begins/</guid>
		<description><![CDATA[I&#8217;m starting to write a ECMAScript-based (JavaScript) SVG UI toolkit called SVGForm.  The idea behind it is that it adds HTML-style form controls to ECMAScript applications, allowing you to have some of the functionality of other systems like Adobe Flash and Microsoft Silverlight without needing browser plugins (where the browser has native SVG support). [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting to write a ECMAScript-based (JavaScript) SVG UI toolkit called SVGForm.  The idea behind it is that it adds HTML-style form controls to ECMAScript applications, allowing you to have some of the functionality of other systems like Adobe Flash and Microsoft Silverlight without needing browser plugins (where the browser has native SVG support).  It also has the bonus of the implementations of SVG and ECMAScript exist on many platforms and architectures, where Flash or Silverlight are unavailable or horribly unstable.</p>
<p>As a test so far, I&#8217;m upto alpha2 of my UI toolkit.  It&#8217;s totally unfinished right now, and includes a button and label control, as well as some styling support for them.  This allows very simple applications to be created.  I haven&#8217;t got a focus model done just yet, so text input can&#8217;t be done just yet.</p>
<p>Note: Currently, this will not work in Internet Explorer 6 (it does not have SVG support as standard), and other versions of Internet Explorer don&#8217;t support parts of the SVG DOM needed to run this library.  It does, however, work in Mozilla Firefox 2 and 3, Opera 9.2 and later.</p>
<p>For the first application, I&#8217;ve ported a game I developed a very long time ago (2001, if my memory is correct) in Pascal (on DOS) and VB4 (on Windows) to my SVGForm toolkit, called [Clicking Bricks][cba2].  Each of the bricks when pressed toggles one or many other bricks, and the object of the game is to make all the bricks disappear.  In the default pattern included, #16545445 (aka &#8220;pattern 003&#8243;), it takes a minimum of three moves to solve the puzzle.  If you want the solution, take a peek in the source file (clickingbricks.js).  Unfortunately, I have probably lost the original patterns I made (000-002), so 003 is a new pattern.</p>
<p>In the application there are three files, a small [UI wrapper (SVG)][cba2], the [game logic (JS)][cba2js] and the [SVGForm library (JS)][svgform].</p>
<p>The UI wrapper contains minimal code; references to the game logic and SVGForm library, and some text that is displayed for browsers (or image editors) not capable of running ECMAScript.</p>
<p>The game logic JS is fairly simple too, it creates the game UI, styles it, and contains the game&#8217;s logic.</p>
<p>The SVGForm library is heavier, it contains implementations of the SVGButton and SVGLabel classes.</p>
<p>It&#8217;s currently all licensed under the [GNU General Public License v2][gpl2], or at your option, any later version published by the Free Software Foundation (this includes GPL3).</p>
<p>To create new patterns, change the query string (the bit of the URL after the question mark) to another number.  Each brick has 5 bits (maximum number of 31) representing each of the bricks to be toggled, where bit 1 (1) is brick 1, and bit 5 (16) is brick 5.  The various bits are then packed so the most significant bit is brick 1, and the least significant bit is brick 5.</p>
<p>So, for the game #16545445 (the default pattern, 003), the binary code is: 01111 11000 11101 10101 00101, which means:</p>
<p> * Brick 1&#8217;s value is 01111, so all but brick 5 is toggled<br />
 * Brick 2&#8217;s value is 11000, so bricks 4 and 5 are toggled<br />
 * Brick 3&#8217;s value is 11101, so all but brick 2 is toggled<br />
 * Brick 4&#8217;s value is 10101, so bricks 1, 3 and 5 are toggled<br />
 * Brick 5&#8217;s value is 00101, so bricks 1 and 3 are toggled</p>
<p>[cba2]: /static/projects/svgform/tests/clickingbricks/clickingbricks.svg?16545445<br />
[cba2js]: /static/projects/svgform/tests/clickingbricks/clickingbricks.js<br />
[svgform]: /static/projects/svgform/tests/clickingbricks/svgform.js<br />
[gpl2]: http://www.gnu.org/licenses/gpl-2.0.html</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2008/05/26/svg-forms-svgform-begins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackmania Disassembler Updated (1.2), and some musings</title>
		<link>http://micolous.id.au/archives/2008/04/24/trackmania-disassembler-updated-12-and-some-musings/</link>
		<comments>http://micolous.id.au/archives/2008/04/24/trackmania-disassembler-updated-12-and-some-musings/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 14:39:15 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2008/04/24/trackmania-disassembler-updated-12-and-some-musings/</guid>
		<description><![CDATA[I&#8217;ve updated my [Trackmania Disassembler][tmdisasm] to support Trackmania Nations Forever and Trackmania United Forever.  And it seems Nadeo have finally gone off their weak XOR password obfuscation algorithm.  The previous part of the file that held the password is now always blank &#8211; wether there is a password there or not, and the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my [Trackmania Disassembler][tmdisasm] to support Trackmania Nations Forever and Trackmania United Forever.  And it seems Nadeo have finally gone off their weak XOR password obfuscation algorithm.  The previous part of the file that held the password is now always blank &#8211; wether there is a password there or not, and the password seems to be buried somewhere in the data block.</p>
<p>Seeing as the algorithm has been now changed, I thought I&#8217;d document how the old password algorithm worked.</p>
<p> 1. The first three bytes are 31, 180, 229. (`1F B4 E5`)<br />
 2. The 5 bytes of the password are XOR&#8217;d with 94, 36, 240, 15, 90. (`5E 24 F0 0F 5A`)<br />
 3. Go back to step 2 until the end of the password string.</p>
<p>As an example, say my password is &#8220;passwd&#8221;.  That means the encrypted form of my password is `1F B4 E5 2E 45 83 7C 2D 3A`.</p>
<p>XOR for password obfuscation is trivial to decode.  If you know the original text and the encoded text, you can determine the cipher text.  (Original XOR Encoded = Cipher)  Once you know the ciper text, you can then encode or decode text freely. (Original XOR Cipher = Encoded; Encoded XOR Cipher = Original)</p>
<p>The size of the password stored the old way is variable, so a long password will take more bytes to store than a short one.</p>
<p>There&#8217;s more about the [XOR cipher on Wikipedia][xor].</p>
<p>So far, looking at the Trackmania Forever stuff, I&#8217;ve noticed:</p>
<p> * The thumbnail introduced in Trackmania United changes on each save, due to the lighting and clouds changing in that frame.  As a result, the file size will change slightly because of the nature of JPEG.<br />
 * The same password on two identical tracks (same UID and name) means the data block is the same.  So the password encoding doesn&#8217;t have a random element to it.<br />
 * The password for the same track is stored in a way that the size is constant.  At the moment, I&#8217;m thinking there is a hash of the password being stored, meaning the password storage algorithm may be very difficult to break, apart from dictionary attacks (computationally expensive to do).<br />
 * I think that the password is stored near the end of the data block, after all the other data.</p>
<p>[tmdisasm]: /tmn/disasm/<br />
[xor]: http://en.wikipedia.org/wiki/XOR_cipher</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2008/04/24/trackmania-disassembler-updated-12-and-some-musings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ddrgen 1.1.4, igaeditor hiatus</title>
		<link>http://micolous.id.au/archives/2007/08/01/ddrgen-114/</link>
		<comments>http://micolous.id.au/archives/2007/08/01/ddrgen-114/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 15:11:33 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2007/08/01/ddrgen-114/</guid>
		<description><![CDATA[Yay!  It&#8217;s ddrgen 1.1.4!  After way too long leaving the changes without actually publishing them, I&#8217;ve published them.  ddrgen now features support for Avahi for broadcasting found computer names/addresses over MDNS/Zeroconf/Bonjour (for all you OSX and Linux users), so now you don&#8217;t need to be the primary nameserver for your network to [...]]]></description>
			<content:encoded><![CDATA[<p>Yay!  It&#8217;s <a href="/projects/ddrgen/">ddrgen 1.1.4</a>!  After way too long leaving the changes without actually publishing them, I&#8217;ve published them.  ddrgen now features support for Avahi for broadcasting found computer names/addresses over MDNS/Zeroconf/Bonjour (for all you OSX and Linux users), so now you don&#8217;t need to be the primary nameserver for your network to advertise found names.</p>
<p>It also features an improved share scanning module that is multithreaded.  This drastically reduces scan time on large networks.  It now takes about 30 seconds to scan a network that would have previously taken 5 minutes or more.</p>
<p>There&#8217;s no updates to DDRHelper at this time.</p>
<p>igaeditor development is on hiatus until I can find out more about the recent changes to the BF2142 ad cache files (nobody has been nice enough to send me a copy of the new cache file), or the advertising in Counterstrike 1.6 that was recently added.  Mainly because I haven&#8217;t actually gotten any bug reports and some trolls at Total BF2142 Forums nicely got my research forum thread shut.  Because they can&#8217;t keep their traps shut and must insist on complaining about any piece of software that they don&#8217;t want to use.  Then again, I think they&#8217;re really corporate shills working for EA or IGA trying to cause trouble.  As a result I&#8217;ll be operating the project a little differently until I can find another forum that will happily host the thread and keep it spam free.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2007/08/01/ddrgen-114/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>igaeditor 0.1.5</title>
		<link>http://micolous.id.au/archives/2006/12/21/igaeditor-015/</link>
		<comments>http://micolous.id.au/archives/2006/12/21/igaeditor-015/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 15:41:21 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2006/12/21/igaeditor-015/</guid>
		<description><![CDATA[A new release of IGA Ad Cache Editor: The &#8220;I gotta stop playing Warcraft if I expect to get any development work done&#8221; edition. (0.1.5) 
What&#8217;s new in 0.1.5:
- New abstracted database connection system, &#8220;IGADatabaseConnector&#8221;. This is a part of the &#8220;IGA Common&#8221; module. This allows you to write non-WinForms interfaces using the same engine. [...]]]></description>
			<content:encoded><![CDATA[<p>A new release of IGA Ad Cache Editor: The &#8220;I gotta stop playing Warcraft if I expect to get any development work done&#8221; edition. (0.1.5) </p>
<p>What&#8217;s new in 0.1.5:</p>
<p>- New abstracted database connection system, &#8220;IGADatabaseConnector&#8221;. This is a part of the &#8220;IGA Common&#8221; module. This allows you to write non-WinForms interfaces using the same engine. At the moment there is a GTK# version in some development available from the igaeditor SVN repository.<br />
- The AdPackSupport libraries are now no longer used. The AdPackImportForm and AdPackExportForm are now a part of the main module again, and the AdPack and AdPackEntry classes are now a part of IGACommon. As a result, IGACommon.dll now depends on SharpZipLib.<br />
- Localisable stubs added.<br />
- The &#8220;vaccum/shrink database&#8221; menu item is now no longer disabled if an unsupported appId is found.<br />
- Mono.Data.SqliteClient is used in favour of System.Data.SQLite, so to allow for cross-platform support.<br />
- DDSReader has undergone a major overhaul, with native .NET DDS reading. As a result, DDSReader no longer depends on DevIL or DevIL.NET. This means that the program, uncompressed, is about 1MB smaller. At the moment, the library only supports DXT1 and DXT3 compression modes. Other decompressors are to be added in future versions. Think of it as a test of &#8220;will my image work in the game&#8221;&#8230; the game doesn&#8217;t support the uncompressed images. <img src='http://micolous.id.au/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
- IGACommon and DDSReader now build under Mono without issues.<br />
- DDSReader is now licensed under the LGPL (it was previously licensed under a BSD license). This is due to the code ported to C# from DevIL. </p>
<p>All of this can be gotten from the <a href="http://igaeditor.sf.net/">igaeditor website</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/12/21/igaeditor-015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Early December Updates</title>
		<link>http://micolous.id.au/archives/2006/12/05/early-december-updates/</link>
		<comments>http://micolous.id.au/archives/2006/12/05/early-december-updates/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 14:49:05 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2006/12/05/early-december-updates/</guid>
		<description><![CDATA[So, now for a quick rundown on all my development stuff, now it&#8217;s the beginning of December.  It&#8217;s end-of-year assignment and test time, so it&#8217;s been rather busy.
 * I&#8217;ve released DDRHelper 0.9.2.  This includes automatic service class generation, which allows you to define new service types with no coding required, as well [...]]]></description>
			<content:encoded><![CDATA[<p>So, now for a quick rundown on all my development stuff, now it&#8217;s the beginning of December.  It&#8217;s end-of-year assignment and test time, so it&#8217;s been rather busy.</p>
<p> * I&#8217;ve released DDRHelper 0.9.2.  This includes automatic service class generation, which allows you to define new service types with no coding required, as well as Windows 2000 support.  You can grab that from the [ddrhelper][] page.  I must admit this has been ready for a while, I just needed to do some more testing, and bother to release it&#8230; <img src='http://micolous.id.au/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
 * ddrgen needs to have some final cleanups done before it&#8217;s ready for the next release.  The major change is that it includes threaded scanning support, greatly reducing scan times.<br />
 * igaeditor (aka: Battlefield 2142 Ad Cache Editor) v0.1.5 is nearing completion for the Windows version.  I want to run some more tests on it, and possibly implement a DXT-5 decompressor before releasing it.  At the moment, it only has DXT-1 and DXT-3 DDS file support, whereas the older versions supported many more (because it was using an external decompressor).  I&#8217;ve fixed the major issue of broken file import that was stopping me from releasing it earlier &#8211; there was a bug in the old version of the Mono SQLite ADO.NET provider I was using.  After updating it to v1.2.1 it works nicely.  There&#8217;s a really bare GTK#/Linux version at the moment, however I think I will put that on hold.  The impatient may wish to [check out the source in SVN][igasvn].</p>
<p>[igasvn]: http://sourceforge.net/svn/?group_id=181663<br />
[ddrhelper]: /projects/ddrgen/ddrhelper/</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/12/05/early-december-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ddrgen 1.1.3</title>
		<link>http://micolous.id.au/archives/2006/09/06/ddrgen-113/</link>
		<comments>http://micolous.id.au/archives/2006/09/06/ddrgen-113/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 10:00:20 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2006/09/06/ddrgen-113/</guid>
		<description><![CDATA[There&#8217;s a new release of [ddrgen][].  It includes numerous improvements:
 * An all new configuration file system
 * Automatic network detection on Linux
 * DNS record generation is now optional
 * ddrgen fixes permissions on zone and stats files automatically.
 * Fixed BIND record generation
 * Improved detection of Ubuntu Linux (includes many pre-release [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new release of [ddrgen][].  It includes numerous improvements:</p>
<p> * An all new configuration file system<br />
 * Automatic network detection on Linux<br />
 * DNS record generation is now optional<br />
 * ddrgen fixes permissions on zone and stats files automatically.<br />
 * Fixed BIND record generation<br />
 * Improved detection of Ubuntu Linux (includes many pre-release Samba versions)<br />
 * Updated generic Samba detection for versions 3.0.0 to 3.0.23<br />
 * A new XSL stylesheet for the XML stats<br />
 * Fixed a bug that caused XML parse errors while the page was updating<br />
 * Temporary files are now handled dynamically by ddrgen (and ddrgen.tmp isn&#8217;t used anymore)</p>
<p>The configuration file stuff is the biggest change, and the README file explains the changes.</p>
<p>So go and [yoink the latest version][dl113] of [ddrgen][].</p>
<p>[dl113]: /static/projects/ddrgen/ddrgen-1.1.3.tar.bz2<br />
[ddrgen]: /projects/ddrgen/</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/09/06/ddrgen-113/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ddrgen and URL handlers</title>
		<link>http://micolous.id.au/archives/2006/07/20/ddrgen-and-url-handlers/</link>
		<comments>http://micolous.id.au/archives/2006/07/20/ddrgen-and-url-handlers/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 15:34:54 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/archives/2006/07/20/ddrgen-and-url-handlers/</guid>
		<description><![CDATA[I&#8217;ve had a bit of a problem with ddrgen lately.  That is, with the new ddrhelper stuff there&#8217;s a need for protocol handlers to be inserted.  Many games don&#8217;t do that.  While GameSpy Arcade may be the closest thing to what I want it to do, it&#8217;s full of adware.  So [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a bit of a problem with ddrgen lately.  That is, with the new ddrhelper stuff there&#8217;s a need for protocol handlers to be inserted.  Many games don&#8217;t do that.  While GameSpy Arcade may be the closest thing to what I want it to do, it&#8217;s full of adware.  So I may start another project: one that will register itself as a URL handler for all those games, and be able to call them appropriately.  The URL handler should strip off the protocol cruft from the URL, and just give it a simple server+port.</p>
<p>This project would work in a similar way to DDRHelper: games use dynamically compiled plugins.  A thin &#8220;layer&#8221; seperates the plugin from the actual win32api calls, to try and limit potential damage, and make it so the only thing that the plugin should care about is trying to locate where the game is installed to.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/07/20/ddrgen-and-url-handlers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ddrgen and Windows Vista</title>
		<link>http://micolous.id.au/archives/2006/07/04/ddrgen-and-windows-vista/</link>
		<comments>http://micolous.id.au/archives/2006/07/04/ddrgen-and-windows-vista/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 18:34:39 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://lz129.concreteairship.com/archives/2006/07/04/ddrgen-and-windows-vista/</guid>
		<description><![CDATA[I had the oppertunity to do some preliminary testing of ddrgen with Windows Vista Beta 2, seeing as Microsoft made it a public beta.  At the moment, there&#8217;s no need for special detection techniques to be employed, as Vista reports a lot more information about itself over NetBIOS.  All versions of ddrgen should [...]]]></description>
			<content:encoded><![CDATA[<p>I had the oppertunity to do some preliminary testing of ddrgen with Windows Vista Beta 2, seeing as Microsoft made it a public beta.  At the moment, there&#8217;s no need for special detection techniques to be employed, as Vista reports a lot more information about itself over NetBIOS.  All versions of ddrgen should show Vista&#8217;s edition (ie: &#8220;Home Basic&#8221;, &#8220;Home Premium&#8221;, &#8220;Ultimate&#8221;, etc.) and build number.  In the case of builds number, Beta 2&#8217;s build number is 5384.</p>
<p>Presently, x86\_64 detection of Windows XP is done by the build number only &#8211; Windows XP x86\_64 reports as having the same build number as a Windows 2003 SP1 system (3790).  Windows XP x86 <strong>doesn&#8217;t</strong> report a build number at all.  I haven&#8217;t downloaded the x86_64 build of Windows Vista yet, but due to it&#8217;s size it&#8217;s unlikely I will soon.</p>
<p>I intend to do some further work on it, where I will include the build number to beta version translation.  This will also be included for any further betas or release candidates I gain access to, and get around to examining.  </p>
<p><strong>Do you have access to Vista or Longhorn betas?  Mind doing me a favour?</strong></p>
<p>I&#8217;m looking for more information about what all the Vista and Longhorn betas are numbered.  I&#8217;d love to be able to detect them all.  I don&#8217;t want you to send me copies of Vista or Longhorn.  All you need to do is <a href="/contact-me/">send me an email</a> with:</p>
<ul>
<li>The output of <code>smbclient -gNL [ip address]</code> from a computer with Samba installed, where the IP address is that of the Vista/Longhorn box.  For example: <code>smbclient -gNL 192.168.1.5</code>.  Make sure there is at least one folder shared from the Vista/Longhorn system.</li>
<li>The build number, version number, edition (eg: Starter, Home Premium, Ultimate) and architecture (x86 or x86_64/32-bit or 64-bit) of the installation.</li>
<li>Any additional information about the build (was it a public beta, or is it a leaked or private beta version?)</li>
</ul>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2006/07/04/ddrgen-and-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
