Comments on “Bombs away”http://boxerapp.com/blog/2009/12/13/bombs-away/feed/Bombs+away2009-12-27T19:44:35+02:00ChyrpBombs awaytag:boxerapp.com,2009-12-13:/blog/id/38//comment_53602009-12-13T16:28:52+02:002009-12-13T16:28:52+02:00Mimsy Swallows
<p>Excellent - I can play Harvester! :)</p>
<p>Many thanks!</p>
Bombs awaytag:boxerapp.com,2009-12-13:/blog/id/38//comment_53612009-12-13T17:04:08+02:002009-12-13T17:04:08+02:00Aaron
<p>Congrats on the release!</p>
Bombs awaytag:boxerapp.com,2009-12-13:/blog/id/38//comment_53622009-12-13T17:13:31+02:002009-12-13T17:13:31+02:00Chris R
<p>Kudos!</p>
Bombs awaytag:boxerapp.com,2009-12-13:/blog/id/38//comment_53632009-12-13T22:52:41+02:002009-12-13T22:52:41+02:00Chris R
<p>Two things;</p>
<p>http://boxerapp.com/contact/ is a 404</p>
<p>Have you considered using code.google.com for issue tracking? I'd love to know where a list of outstanding bugs were so that I could, plausibly, help fix 'em.</p>
Bombs awaytag:boxerapp.com,2009-12-13:/blog/id/38//comment_53642009-12-13T23:40:38+02:002009-12-13T23:39:26+02:00Alun Bestorhttp://washboardabs.net/
<p>Thanks for pointing out the broken link Chris, fixed it now.</p>
<p>Bitbucket has <a href="http://bitbucket.org/alunbestor/boxer/issues/">issue tracking</a> of its own, and I'd prefer to use that to keep everything in one place. There's no tickets for known bugs yet, because I've been too busy fixing them to document them ;) But in the coming days I'll add some tickets for large-scale bugs (the kind it takes longer to fix than to document, that is).</p>
Bombs awaytag:boxerapp.com,2009-12-14:/blog/id/38//comment_53652009-12-14T07:15:33+02:002009-12-14T07:15:33+02:00Chip McK
<p>Can 0.8x and 1.0 coexist? Or does install of 1.0 overwrite 0.8x?</p>
Bombs awaytag:boxerapp.com,2009-12-14:/blog/id/38//comment_53662009-12-14T08:05:07+02:002009-12-14T08:03:19+02:00Alun Bestorhttp://washboardabs.net/
<p>They can coexist fine - Boxer 1.0 does not even share settings with Boxer 0.8x. As mentioned in the post though, OS X can be very picky about which version of an application is associated with filetypes: I have found that OS X frequently refuses to re-associate all gameboxes with Boxer 1.0 when I tell it to, instead reverting to Boxer 0.8x. This can make it tricky to use them both side-by-side if you want one particular version to be the 'preferred' one.</p>
Bombs awaytag:boxerapp.com,2009-12-21:/blog/id/38//comment_53692009-12-21T19:56:45+02:002009-12-21T19:56:45+02:00Lajcik
<p>Really, really, really awesome job. Period.</p>
Bombs awaytag:boxerapp.com,2009-12-26:/blog/id/38//comment_53702009-12-26T20:29:14+02:002009-12-26T20:29:14+02:00Chris R
<p>Here's another issue (sorry to be a pest): BGHUDAppKitPlugin.ibplugin doesn't load in Snow Leopard's interface builder (which seems odd; don't you use SL?) due to an architecture mismatch. Where can I dig up a replacement?</p>
Bombs awaytag:boxerapp.com,2009-12-26:/blog/id/38//comment_53712009-12-26T20:38:36+02:002009-12-26T20:38:36+02:00Chris R
<p>Or, never mind; I found the plugin (and am downloading it) so I hope that'll be all I need.</p>
Bombs awaytag:boxerapp.com,2009-12-26:/blog/id/38//comment_53722009-12-26T22:29:24+02:002009-12-26T22:29:24+02:00Alun Bestorhttp://washboardabs.net/
<p>Hi Chris, that is very weird - what CPU are you running on?
Anyway, it'll be fine to just download the framework and doubleclick the plugin in that to register it. (Just don't go as far as copying the downloaded framework over the copy that Boxer uses, as it's been customised a bit.)</p>
Bombs awaytag:boxerapp.com,2009-12-27:/blog/id/38//comment_53732009-12-27T19:44:35+02:002009-12-27T19:44:35+02:00Chris R
<p>$ uname -a
Darwin void.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386</p>
<p>2.4 GHz Intel Core 2 Duo</p>
<p>I built the IBPlugin myself and it works fine now.</p>
<p>Now to see if I can figure out how Cocoa works. Coming from C/Java/Python, this Cocoa/IB thing is just bloody confusing.</p>