First on the agenda, the book is real.

As you can see above, my three complimentary copies showed up in the mail today. Word from the Dread Pirate himself (i.e. Lead Author/Tech Reviewer) is the books should be en route, if not already arriving at book stores all over the place. After all, the guy in Canada got his. πŸ˜‰

– – – – –

Next, a Smiles update.

Smiles 1.2 is coming. It was sent to Apple Sunday afternoon. I imagine the queue is quite large at the moment, so I’d give it a week+ before it goes live. Smiles Zen, Smiles Drop, and Free Smiles 1.2’s will follow in the coming days.

Firmware 3.0 and the new iPhone launches at the end of the week, so I’ve made some appropriate compatibility updates to the game. There was a notable visual stuttering glitch seen on early firmware 3.0 beta’s. The same glitch I previously came across when testing the game on Intel GMA graphics cards. It seemed to go away in the final 3.0 firmware, but it’s an easy enough and forward compatible fix that I’ve included it anyways. At least this way it’s fixed for good.

For developers, the glitch can be best described as a triple buffering artifact, swapping buffers in a frame skipping situation when you draw nothing to a buffer. The fix being not to swap when you’ve drawn nothing. The β€œswap” on iPhone OS being:

[context presentRenderbuffer:GL_RENDERBUFFER_OES];

So, that’s included in 1.2. In addition, I’ve had a fix since GDC that actually improves the touch responsiveness of the game. It fared well on the show floor and in all my tests, but was hoping to include β€œsomething else” in the upcoming update, so I’ve been sitting on it for a while. One thing lead to another, book stuff, new project stuff, that it was just never submitted… until now.

And that’s pretty much everything. It’s a maintenance update, but familiar players should notice it feeling easier to play.

– – – – –

Smiles makes a brief appearance at WWDC, via the App Wall. Big thanks to Jay for meticulously searching the wall for me.

Also, Smiles Drop snuck in to the gallery from another site. See the far left side for a very β€œnot red” icon.

– – – – –

Also, Towlr might be showing up at minimalist game exhibit soon. Once/if that happens, then I’ll have the validation necessary to be able to play the role of pretentious art-game developer. πŸ˜€

– – – – –

As for the new project, the plan was and still is to talk about it more on the blog. I scrapped a few post drafts since it’s a little tricky to talk about at this point. Technically it’s a pretty dramatic change from my usual 2D game fare, seeing how it’s actually a fixed perspective 3D game now. It conceptually began as a 2D game, but made far more sense to be 3D. So the majority of my work the past month+ has been a combination of 3D homework and experimentation (shaders, decals), tools (exporter), and such.

The goal was to be far enough along to be working on content starting at the end of this month, but I’ve fallen behind. I’ll talk more about this soon.

And that’s it for now.