udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

#166 fix + slab colors (#177) and fix for altitude_graph includes #183

Closed uap-universe closed 13 years ago

uap-universe commented 13 years ago

Hi udoprog, it is fixed - finnaly :D

I'm proud to send you the fix for the #166 and hope that my changes don't have any side effects. It is tested with an isometric rendering and with enabled show-players option to check if all coordinates are just fine and yes - the are :)

The changes from zach-hinchy are also part of this pull request (#177).

And there is a fix for the include order in the altitude_graph.hpp. The previous order resulted in including setjmp.h twice which fails due to this bug: https://bugs.launchpad.net/ubuntu/+source/libpng/+bug/218409

udoprog commented 13 years ago

Very nice! Thank you!