Matt Styles

Results 136 comments of Matt Styles

Good to know! If it fixes a bug could you perhaps share what you did or submit a pull request?

It sounds like it could be as simple as correctly converting isometric coords into sfml/world coords. I'll investigate further when I can. Thanks for the feedback!

I think this is a very fair point. When I implemeneted this it was my first attempt at a quad tree so there is a lot of room for improvement....

update to this is currently available in the 'next' branch

Sure, this sounds like a good idea. Will endeavour to add it (although can't say when though)

If you want to do that, that would be great, thanks! Ideally I'd like to automate it as part of the build process with cmake or something, but this will...

There's no harm in renaming the documentation directory to 'doc' I guess, if it's more in line with convention. I'd prefer to keep the doxy file to make creating the...

Usually I would pull down dependencies in this manner - but in this case the files are small enough to be contained within the repo, and the risk of breaking...

This is caused by version mismatches of the dependencies. The SFML errors appeared with the release of 2.4.1, reverting to 2.4.0 should fix these. Currently I'm waiting on the 2.4.2...

For anyone wishing to work around this until it is fixed erincatto/Box2D@2cb4e26 has been tested to work