tmxlite icon indicating copy to clipboard operation
tmxlite copied to clipboard

lightweight C++14 parser for Tiled tmx files

Results 23 tmxlite issues
Sort by recently updated
recently updated
newest added

I added support for base64 encoded maps with zstd compression. This fixes #80.

Is it just me or is anyone else experiencing this issue? I'm on VS 19 Community Edition. ``` Severity Code Description Project File Line Suppression State Detail Description Error (active)...

It would be nice to be able to use externally installed miniz & pugixml, vendoring is bad for package managers (ODR violation). - Move `miniz` & `pugixml` files in specific...

enhancement
Library

By default tmxlite uses fstream to open tmx files. As noted in #76 this does not work on android, the current work-around being loading the entire file into a string...

enhancement
help wanted
Library

Hi dear author I want to build TMXLite libraries on ubuntu 16.04, but I don't know the steps, thank you Best Regards William

question

As mentioned in #70 from version 1.4.0 Tiled introduces zstd compression as an option for base64 encoded maps. tmxlite currently doesn't support the compression format as it cannot be decompressed...

bug
Library

So, problem is here: [map.zip](https://github.com/fallahn/tmxlite/files/5188838/maps.zip) ![blinking](https://user-images.githubusercontent.com/52855719/92487829-70816b00-f1f6-11ea-8f77-f3e37a8c40c6.gif)

question
SFML Demo

Migrated from #75 Map files will fail to open on android as the NDK doesn't support opening files with fstream. Potential fixes are to either rewrite the file IO using...

bug
Library

I get the following error when I try to compile with the android NDK: ``` In file included from E:\max\android_libs\tmxliteOG\tmxlite\src\FreeFuncs.cpp:28: In file included from E:\max\android_libs\tmxliteOG\tmxlite\include\tmxlite\FreeFuncs.hpp:54: E:\max\android_libs\tmxliteOG\tmxlite\include\tmxlite\detail\Android.hpp:37:11: error: expected '{' ```

Im trying to use this library in xcode, and its failing while trying to load the sample provided. Im able to load other assets from the data folder referenced in...

question
SFML Demo