November 2, 2009
… all my time up. I’m a sucker for just about any post-apocalyptic game. So, when I saw Borderlands for the first time, it was pretty much fait accompli that I should buy it. The only real question was, buy it at full price, or wait and buy at a discount when it had been out [...]
Read the full article →
May 9, 2009
I added a new common library to TSTK for actionMaps. This common library adds two new (user) methods: ActionMap::bindMulti( %this, %device, %action, %object, %callback ); ActionMap::unbindMulti( %this, %device, %action, %object, %callback ); The “bindMulti()” function allows you to bind the same input (key, button, etc.) to more than one callback. Typically, you can only bind [...]
Read the full article →