edoren / STP

SFML TMX Parser -
edoren.github.io/STP
Other
30 stars 13 forks source link

Add Isometric & Staggered Support #6

Closed Caerind closed 10 years ago

Caerind commented 10 years ago

Worked for me, and it seems I use the correct calculs. But that's not perfect as I wanted already

Caerind commented 10 years ago

Need to improve it again... If the tile size in the map & the tile size in the tileset are different, we get problems...

Caerind commented 10 years ago

This one fix it the last problem

Caerind commented 10 years ago

This fix the problem I had with isometric position & tile size. But another issue appeared... Now the tile line X = 0 has a problem... I'll fix it tomorrow

Caerind commented 10 years ago

Staggered support added ! Now I need to test it but I think it will work fine.

Also, I'm not done with the previous issue I had with Isometric. I make a list of what can be problems, so I'll will do some tests and make improvements.

Caerind commented 10 years ago

My last commit fix the problem I has been speaking before. I also clean the code in : 3c660e8

Now I only need to see if multiples layers are displayed correctly and if staggered work well

Caerind commented 10 years ago

Okay, this is done !

All orientations with multiples layers are correctly displayed !

edoren commented 10 years ago

Wow, such a great improvement, sorry I've been busy with university so I didn't check GitHub in a while.

Merged, Thanks.