Chris Tucker Mear

Results 37 issues of Chris Tucker Mear

This is when we will be writing game state to disk, after having requested additional execution time (#36). Need to think about things like: - making sure we're handling the...

I suspect what's causing the bad save files in #16 is that the app is being terminated before it can complete writing the save. We can ask the OS to...

bug

Need to think about: - storing game state in case we get terminated later; - doing what a good iOS citizen should do in this situation.

Need to research what we should be doing to: (a) make sure the game starts running again properly; and (b) be a good citizen in iOS.

The SDL1/2 compatibility layer fills in the 'unicode' variable on key events, but the code that handles the SHIFT key doesn't handle anything other than capital letters. We can either...

bug