Michael Whiter

Results 5 comments of Michael Whiter

I didn't see a fix posted for this, so I wrote one myself. I changed the code in Tmx::Tileset::Parse() to this: http://pastebin.com/HBDMYUqn Please let me know if you have any...

@andrewrk I'm having trouble cloning my fork onto my computer, so you'll have to wait on that. Github just doesn't want to do it right now. I'll try again sometime...

Okay, I fixed the clone issue and got the repo on my desktop. Submitted a pull request. That's just a phase 1 fix. I'm sure it could be cleaned up...

I was looking into this a bit. What is the intended scope of this issue? Is it for files (I see references to `new FileIniDataParser().ReadFile(SETTINGS_FILE_NAME)`), fonts (I see references to...

Here's my interpretation of the requirements: 1. We want a file reader that is both safe, and generic. In the event of a failure, default to some value passed in,...