This week I’ve been downloading updates for all my tools. Linux distros, as well as Apple tools and OS updates. Yesterday was spent trying to get a 64bit version of Ubuntu running on my Media Center PC (i.e. my old dual core AMD workstation PC, now hooked up to the projector). My initial attempt of installing it to a USB key didn’t work, but I did eventually get it working using WUBI.

Unfortunately, my video-out setup on that PC is a bit strange (Component Video from an NVidia 7600), and the results were a little less than ideal:

Feeling Blue Ubuntu?

So I bit the bullet and put an order in for a dedicated Linux PC. So for about $250 + tax and shipping, I have one of these on the way. Once it arrives, I’ll be filling that 120GB/160GB hard drive (I forget which mine has) with many distros. 64’s, 32’s, Ubuntus, Fedoras, and I guess a Suse since that’s the other big one according to the chart.

Today was the first #ScreenshotSaturday. You can see a compilation of images here.

Here’s my contribution:

After a few hours of fighting, the Smiles builds on Mac again

So yes, the Mac version has had some progress. I had to rebuild my project file (and mess with precompiled headers for a while), but the game is now building with the latest Xcode.

Tray Icons

“The plan” as I saw it, was to quickly see if I could get a Mac App Store build of Smiles HD ready over the weekend. Since there’s so much time between now and the supposed launch date of the Mac App Store, I expect to have an update ready even before it goes live. I did run in to some issues though.

I have an older MacMini (Core2 Duo with GMA950), and recently picked up a Magic Trackpad for testing. So I gave the game a spin. The menus do well:

Ahh, a nice 6% CPU usage on my dual core

But for some reason in-game performance is a little low… not to mention the CPU usage:

ZOUNDS! 76%! Eek! That’s the release build. The Debug build was 95%.

I’m fairly certain this is because my textures are just too big in VRAM, which is causing a cache miss. That leads me in to the next big item on my TODO list: improve my texture format. Exactly what that entails is somewhere between adding DXT compression support, and not loading/data-compressing the largest mipmap in the same chunk as the rest of them.