Matt Styles

Results 149 comments of Matt Styles

OK I think I get what you mean. There are already Tile and Layer structs so modifying them wouldn't be a stretch. What I really need to think about is...

Right, in which case there's probably not much to do. Object properties are already parsed and publicly available, so if a user wants to look for an animated property in...

always happy to accept pull requests on the Next branch! ;)

I know it's probably not what you want to hear, but I've pretty much abandoned this in favour of [tmxlite](https://github.com/fallahn/tmxlite) - although I see you've already forked it ;) You'll...

It appears the compiler is complaining about a non-const reference in the comparison, but I don't understand exactly why. The animation operator [here](https://github.com/fallahn/tmxlite/blob/master/tmxlite/include/tmxlite/Tileset.hpp#L81) is defined with a const reference as...

OK thanks, I'll take a look when I can.

A small update: I've tried building the SFML example as included with the Visual Studio solution in the repository and it seems to work OK. I'm not familiar with vcpkg,...

Which version of the NDK are you using, and which toolchain? I can compile the library for android with NDK-r16b using CLANG 5.0 with LLVM libc++ and g++4.9 with GNU...

Does the MapWithQuadTree example work for you? And does it work if you load your map into it?

Unfortunately this will be ongoing until I get some time to look at it. The current kludge is to comment out lines 540-543 in MapLoaderPrivate.cpp but this may (read: will,...