18 08 2008
Album Cover Art Downloader 1.6.6 released
Album Cover Art Downloader 1.6.6 is now out. Changes:
- Fixed unicode BOM bug for UTF-8/16 systems.
- Removed hardcoded latin-1 encoding.
- Made the configuration dialog more accessible.
- Don’t crash when using the generic image exporter on an item
that was not recognized.
06 07 2008
Album Cover Art Downloader 1.6.5 released
Album Cover Art Downloader 1.6.5 has now been released.
Changes:
- Windows (Win32) support re-enabled.
- Support unicode paths.
- Support for ID3 v2.4 files courtesy of Andy Ward.
27 05 2008
Indiana Jones meets Marty McFly?
Apologies in advance: the following is not even remotely on-topic, but that’s what blogs are for, right?
Having just seen the latest installment in the Indiana Jones series I couldn’t help but notice that a certain part of the film felt awfully familiar. In the segment, Indy climbs inside a lead-lined fridge to escape an imminent nuclear explosion. The bomb goes off, throwing the fridge into a dizzying spin. After the dust settles, Jones climbs out of the scorched refrigerator relatively unscathed.
Surely no other action epic has used such an extravagant plot device before? Well, not quite, but almost. You see, the original script draft for the 1985 blockbuster Back to the Future called for a time machine built out of — you guessed it — a Philco refrigerator. Operating the time machine required quite a lot of power — 4200 rads to be exact — and the only thing producing that much radiation back in 1949 was a nuclear explosion. To get back to his own time, Marty takes the fridge/time machine to a Nevada nuclear test site and climbs inside. The bomb goes off, throwing the fridge back to the future, and moments later Marty climbs out of the melted Philco with hardly a scratch.
Well, I’m glad that Back to the Future didn’t end up like this. There’s no denying that a Delorean is way cooler than some crummy refrigerator. Still, you have to wonder how a very similar plot sequence ended up in the Kingdom of the Crystal Skull.
Post a comment05 04 2008
Epic Graduation
My master’s thesis just got accepted, making me a graduate of the Degree Program on Information Engineering at the University of Oulu. The work, titled A Mobile Vector Graphics Quality Analysis Toolkit, deals with solving inefficiencies and other problems found in mobile applications that use vector graphics such as OpenGL ES and OpenVG.
1 comment29 03 2008
CMake and Microsoft Visual C++ 2005 Express
This is just a reminder to myself and maybe others as well of how to get CMake and Visual C++ 2005 Express playing together nicely. Namely, how to get past the following error when trying initialize a project using CMake:
LINK : fatal error LNK1104: cannot open file 'user32.lib'
The problem is that you’re missing the Windows Platform SDK. But just installing it is not enough. Microsoft has the details, but in short you have to:
- Install the Platform SDK.
- In VC++, add the following paths to the Tools | Options | Projects and Solutions | VC++ Directories page. Be sure to click the checkmark button to verify the paths.
- Executable files: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin
- Include files: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include
- Library files: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib
With that, the linker error should go away.
1 comment18 03 2008
Flying the Beaver DHC-2
09 03 2008
Building a Beaver DHC-2 RC plane
Here are some pictures from the construction of a Beaver DHC-2 radio-controlled airplane. The plane is made from a type of insulation foam called depron, which is light, durable and a particularly unattractive shade of gray. It took us three days to build the plane, and hopefully with the right kind of weather, we might also actually get to fly it soon.
1 comment20 10 2007
Frets on Fire 1.2.512 released
A fresh version of Frets on Fire is out. This time around we focused on general bugfixes, performance improvements and making the game run more smoothly, especially on older computers. Only a few new features were introduced, most notably the support for importing songs from Guitar Hero Encore: Rocks the 80s.
If you used the Windows installer package of the previous version, please uninstall it before using this latest release.
Here’s a more complete changelog:
- Graphics performance improvements
- Effects optimization
- Font rendering optimization
- Miscellaneous bug fixes
- Added import support for Guitar Hero 80s
- Translation updates
- World Charts standing is now reported after each game
15 10 2007
What’s happening with Frets On Fire?
As you might have noticed, it’s been awhile since we’ve put out a new version of Frets On Fire and generally things have been a little dormant around the project. I hope to somewhat clarify the situation with this post.
Well, first off, rumors about the death of the project have been greatly exaggerated. We have a new version in the works and at this point it is nearly finished. This time around the focus has been on performance optimization and general bug fixes, so no major new features are being introduced. Hopefully we’ll have the new packages up later this week.
That said, in the long run our intention is to gradually move Frets into a maintenance mode and concentrate more on our next game project. It’s been a blast working on Frets On Fire, but at the same time all these other awesome game ideas have been fighting for attention in our respective heads. This does not mean that we are abandoning Frets completely; the only implication is that major new features will probably not be implemented by us in the near future.
I’ll try to write something more about the new game as it materializes. In the mean time, you might want to check out this General Games Podcast, where I’m interviewed by Justin Amirkhani about all things Frets On Fire.
13 comments