Category: Connectagram (Page 2 of 2)

I just realized I forgot to announce the releases I made at the beginning of the month! Oops. This poor, neglected blog.

I updated all of my projects, and for the most part it was a very minor release that fixed an installation bug in Linux or updated the translations. Of course, FocusWriter had a few more fixes than the rest, but that is to be expected as it is a much more complicated program. And Tanglet actually had a feature release, thanks to Markus Enzenberger. If you have not yet updated, enjoy!

Over the past week and a half, I have made releases for all of my projects. Most of them were pretty minor, and just amounted to updating the translations (and fixing an issue where the Qt-supplied translations were not being properly loaded). Packagers will now need to depend on lrelease, because I no longer include the precompiled binary .qm files.

The projects with actual feature releases were CuteMaze, Hexalate, Tanglet, and Tetzle. For the most part, the features added will not be obvious unless you have a 4K monitor, because the biggest thing I added was support for high-DPI displays. I did also finish moving my projects to be Qt 5 only, and to use C++11.

As usual, report any issues you have. Enjoy!

I should have announced this sooner, but better late than never I suppose. I will no longer be creating new PowerPC builds of my programs. There are many reasons, but the biggest two are that my iBook G3 finally gave up the ghost, and that Qt has dropped support for PowerPC. I know that this is an inconvenience for some of my users, and I am sorry about that. Still, I hung in there as long as I could, but Apple has moved on.

Bugfix release for Connectagram

Posted on September 7, 2009, under Connectagram

No matter how hard you try, a few bugs always slip through. The first bug I fixed was minor, and it was merely that I had overlooked what happens when you use more than one mouse button to drag the letters (answer: bad things).

The second bug I fixed was a slightly larger oversight on my part. Originally the game was single threaded, but I moved most of the game creation into a second thread shortly before making the first public release. When I did that I forgot about the fact that it is not safe to call rand() and srand() in two threads, which was causing the saved games to be loaded incorrectly. I replaced those calls with calls to qrand() and qsrand(), and now it has no problems loading the current game on start.

A fun new project

Posted on August 30, 2009, under Connectagram

I recently thought up an idea for a simple game, and because I couldn’t get it out of my head I took a short break from my current projects to finish it. The game is called Connectagram, and the goal is to unscramble a group of words as fast as possible. You get to choose how long the words are, and how many words there are, so you can choose how hard you want it to be. Enjoy!

Categories