Archive for January, 2009

Best of Casual Gameplay 2008 – Airport Mania

Airport Mania - Best of 2008
Jayisgames.com (a very important game news and reviews site) has just published the results of its annual Best of the year, and it was a really nice surprise to find Airport Mania as the winner in the Time Management category.

Read the rest of this entry »

Comments (4)

Fast Integer Log2 function in C/C++

Some times, it happens that you need to have a high performance function that you usually use in a not optimized way. And since you never needed to optimize it you hesitated before realising it can be severly improved. Probably, this is what you would think of the integer log2 function, in general this function is used on not critic code so it can be “slow” without creating any problem (often used to calculate the size of a power of 2 texture to hold an image)

Read the rest of this entry »

Comments (6)

Mouse Lag / Keyboard Lag / Direct3D Lag

If you develop for DirectX, there is one very common undesirable behavior which is not as spreaded as other problems. If you plan to create a quality product I recommend you to take the measures to prevent it.

Read the rest of this entry »

Comments

We will change our look.

Our site needs a revamp, probably it will happen when our new game gets out. But that’s not all, our logo is some years old too and it is getting old fashioned. We want to redesign it to express our vision of our work.

Read the rest of this entry »

Comments