udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Implement --disable-skylight #157

Closed uap-universe closed 10 years ago

uap-universe commented 13 years ago

This call for instance

./bin/c10t -w /opt/minecraft/world/ -i 66 -a -o /var/www/vhosts/live/htdocs/minecraft/rails.png -r 90 -B 66=255,0,0 --disable-skylight

produces a segmentation fault. No debug information is available.

Linux x64 version: git 43336eb, built on Mar 21 2011

udoprog commented 13 years ago

I'll wing it and go with bug confirmed, I haven't implemented the --disable-skylight feature yet, and definately not tried it. It's unfortunate that it is in the master branch.

uap-universe commented 12 years ago

Changed title and changed the label from "Bug confirmed" to "Improvement".

The --disable-skylight option will be completely removed by my next commit.

If someone wants to implement this, please consider giving the --disable-skylight option an own integer representation here. Currently it shares the same integer with the --write-js option ;)