fallahn / sfml-tmxloader

SFML 2.x based tmx tilemap parser for files created with Tiled tile map editor
106 stars 33 forks source link

Simple test fails: call for help #67

Open richelbilderbeek opened 8 years ago

richelbilderbeek commented 8 years ago

Hello user of sfml-tmxloader,

Both sfml-tmxloader and STP do not work anymore on a standard Tiled map. I suspect something upstream changed, but I have no clue.

Anybody has an idea?

I have created a test case on my fork. It loads a standard tiled map and checks that the number of layers is non-zero. It fails on that assert.

The test can be run with:

cd tests
./test.sh

@fallahn notified me of his full schedule, so who else can help me with pugixml?

I also submitted the same test to STP, that suffers the same problem, as a Pull Request, so I assume if one fixes the bug, it will be easier for the other to follow.

When the test is fixed on my fork, the Pull Request for fixing this bug can be accepted.

Thanks, Richel