<?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>Mon, 05 Sep 2011 08:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Belated announcement: tollgate source released</title>
		<link>http://micolous.id.au/archives/2011/05/09/belated-announcement-tollgate-source-released/</link>
		<comments>http://micolous.id.au/archives/2011/05/09/belated-announcement-tollgate-source-released/#comments</comments>
		<pubDate>Sun, 08 May 2011 17:06:43 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/?p=375</guid>
		<description><![CDATA[Last weekend, tollgate&#8217;s source code was released. This is the project formerly known as portal2, which ran the captive portal system at StreetGeek and SAGAfest from January 2009 to September 2010. It&#8217;s a quota-managed captive portal system for Linux mainly &#8230; <a href="http://micolous.id.au/archives/2011/05/09/belated-announcement-tollgate-source-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last weekend, tollgate&#8217;s source code was released.  This is the project formerly known as portal2, which ran the captive portal system at StreetGeek and SAGAfest from January 2009 to September 2010.  It&#8217;s a quota-managed captive portal system for Linux mainly aimed at LAN parties.</p>
<p>There&#8217;s a number of improvements in 2.8.4&#8242;s development branch already over 2.8.3:</p>
<ul>
<li>Local sign-in and events management system.</li>
<li>Port forwarding system.</li>
<li>Migrating several systems over so they work with Django 1.2, and removing some older legacy code.</li>
<li>All the local authentication hacks have been eliminated.</li>
<li>Fixed XSS issue in captive landing page.</li>
</ul>
<p>The code is released under the GNU Affero General Public License v3, and is available <a href="https://github.com/micolous/tollgate/">from my GitHub repository</a>.</p>
<p>At some point in the future this&#8217;ll be pulled into a 2.8.4 release, after some further janitorial work is done.  It&#8217;s been sitting around for a little while, may as well get it out there now.  Eventually this will be migrated to become a part of the LanConnect project, with optional integration with it&#8217;s databases.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2011/05/09/belated-announcement-tollgate-source-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QCQREncoder, QCGPS, Openbravo hacks</title>
		<link>http://micolous.id.au/archives/2010/12/05/qcqrencoder-qcgps-openbravo-hacks/</link>
		<comments>http://micolous.id.au/archives/2010/12/05/qcqrencoder-qcgps-openbravo-hacks/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 16:32:05 +0000</pubDate>
		<dc:creator>micolous</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://micolous.id.au/?p=356</guid>
		<description><![CDATA[So, I&#8217;ve been busy a bit lately. I&#8217;ve written a QR Encoder patch for Quartz Composer based on libqrencode. You give it a string, and then it&#8217;ll encode it into an image. There&#8217;s another patch in my github which provides &#8230; <a href="http://micolous.id.au/archives/2010/12/05/qcqrencoder-qcgps-openbravo-hacks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been busy a bit lately.</p>
<p>I&#8217;ve written a <a href="https://github.com/micolous/QCQREncoder">QR Encoder patch for Quartz Composer based on libqrencode</a>.  You give it a string, and then it&#8217;ll encode it into an image.</p>
<p><img src="/static/resc/qrpatch.png" alt="[qr encoder patch]"/></p>
<p>There&#8217;s another patch in <a href="https://github.com/micolous">my github</a> which <a href="https://github.com/micolous/QCGPS">provides a client to GPSdX</a>.  It&#8217;s a bit buggy still, and only works with GPSd running on localhost with the older encoding method.  Unfortunately libgps is ridiculously annoying to work with, so I took the easy (incompatible) way out.</p>
<p>I&#8217;ve also <a href="https://github.com/micolous/Openbravo">patches for Openbravo POS</a>.  They make the &#8220;customer&#8221; price for an item be the buy price, allowing you to implement a simple discount for registered customers that isn&#8217;t based on a percentage.  It also includes Australian currency images and some minor UI modification to waste less screen space.</p>
<p>I&#8217;m currently working on cleaning portal2 up for release.  Which is fun.  Most of the legacy authentication hooks have been removed, and it&#8217;s getting closer to running standalone in a nice way.  As part of this I&#8217;m getting rid of lots of ugly and legacy code that was for Django 0.96.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2010/12/05/qcqrencoder-qcgps-openbravo-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More portal2 v2.8.3 API changes</title>
		<link>http://micolous.id.au/archives/2010/09/07/more-portal2-v2-8-3-api-changes/</link>
		<comments>http://micolous.id.au/archives/2010/09/07/more-portal2-v2-8-3-api-changes/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 11:49:53 +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=330</guid>
		<description><![CDATA[There&#8217;s some more updates to portal2&#8242;s API. UserProfile objects (returned by whoami and whois_ip) now also include the user&#8217;s forum numeric user ID. This means that your application can track when a user has changed their username. Additionally, there&#8217;s now &#8230; <a href="http://micolous.id.au/archives/2010/09/07/more-portal2-v2-8-3-api-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s some more updates to portal2&#8242;s API.</p>
<p><code>UserProfile</code> objects (returned by <code>whoami</code> and <code>whois_ip</code>) now also include the user&#8217;s forum numeric user ID.  This means that your application can track when a user has changed their username.</p>
<p>Additionally, there&#8217;s now a new &#8220;python&#8221; output method for the HTTP GET API which gives the output of <a href="http://docs.python.org/library/functions.html#repr">repr()</a> on the result object.  It&#8217;s not recommended that you use this with Python (instead use XMLRPC), but there may be instances where you find this useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2010/09/07/more-portal2-v2-8-3-api-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>portal2 API v2.8.3</title>
		<link>http://micolous.id.au/archives/2010/08/24/portal2-api-v2-8-3/</link>
		<comments>http://micolous.id.au/archives/2010/08/24/portal2-api-v2-8-3/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 15:10:40 +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=323</guid>
		<description><![CDATA[There&#8217;s been a minor change to the portal2 API as of v2.8.3 (to be deployed at LAN 10.09). Functions which attempt to identify you (usage, usage_history and whoami) will attempt to use cookie-based authentication before attempting to identify your computer &#8230; <a href="http://micolous.id.au/archives/2010/08/24/portal2-api-v2-8-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been a minor change to the <a href="/projects/portal2/portal2_api/">portal2 API</a> as of v2.8.3 (to be deployed at LAN 10.09).  Functions which attempt to identify you (<code>usage</code>, <code>usage_history</code> and <code>whoami</code>) will attempt to use cookie-based authentication before attempting to identify your computer by MAC address.</p>
<p>This will allow in-browser applications to determine the identity of who you are logged in as before attempting to fall back to who owns the computer.</p>
<p>In other news, portal2 v2.8.3 now has a couple of other changes to it, such as support for clustering and a new graph on the usage page which is generated client side (and much faster than the server-side graph).</p>
]]></content:encoded>
			<wfw:commentRss>http://micolous.id.au/archives/2010/08/24/portal2-api-v2-8-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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&#8216;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 &#8230; <a href="http://micolous.id.au/archives/2010/05/01/portal2-2-8-1-api-documentation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There have been some requests that I make <a href="/projects/portal2/">portal2</a>&#8216;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&#8242;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 &#8230; <a href="http://micolous.id.au/archives/2008/06/27/svgform-alpha3-menus-input-boxes-focus-model-oh-my/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 &#8230; <a href="http://micolous.id.au/archives/2008/05/26/svg-forms-svgform-begins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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&#8242;s value is 01111, so all but brick 5 is toggled<br />
 * Brick 2&#8242;s value is 11000, so bricks 4 and 5 are toggled<br />
 * Brick 3&#8242;s value is 11101, so all but brick 2 is toggled<br />
 * Brick 4&#8242;s value is 10101, so bricks 1, 3 and 5 are toggled<br />
 * Brick 5&#8242;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 &#8230; <a href="http://micolous.id.au/archives/2008/04/24/trackmania-disassembler-updated-12-and-some-musings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 &#8230; <a href="http://micolous.id.au/archives/2007/08/01/ddrgen-114/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 &#8230; <a href="http://micolous.id.au/archives/2006/12/21/igaeditor-015/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
	</channel>
</rss>

