itsapi / pycraft

A Minecraft-inspired game for the terminal
GNU General Public License v2.0
197 stars 21 forks source link

Investigate chunk sizes #30

Closed geraintwhite closed 9 years ago

geraintwhite commented 9 years ago

The chunk sizes for a world generated in the multiplayer branch:

[('12.chunk', 16), ('4.chunk', 16), ('8.chunk', 16), ('18.chunk', 16), ('0.chunk', 64), ('7.chunk', 16), ('3.chunk', 16), ('5.chunk', 16), ('14.chunk', 16), ('17.chunk', 16), ('20.chunk', 16), ('6.chunk', 16), ('-1.chunk', 64), ('11.chunk', 16), ('1.chunk', 64), ('10.chunk', 16), ('9.chunk', 16), ('16.chunk', 16), ('-2.chunk', 64), ('19.chunk', 16), ('13.chunk', 16), ('15.chunk', 16), ('2.chunk', 16)]

A world from the master branch:

[('12.chunk', 16), ('4.chunk', 16), ('21.chunk', 16), ('8.chunk', 16), ('18.chunk', 16), ('0.chunk', 16), ('7.chunk', 16), ('3.chunk', 16), ('5.chunk', 16), ('14.chunk', 16), ('17.chunk', 16), ('20.chunk', 16), ('6.chunk', 16), ('-1.chunk', 16), ('11.chunk', 16), ('22.chunk', 3), ('1.chunk', 16), ('10.chunk', 16), ('9.chunk', 16), ('16.chunk', 16), ('-2.chunk', 11), ('19.chunk', 16), ('13.chunk', 16), ('15.chunk', 16), ('2.chunk', 16)]
geraintwhite commented 9 years ago

This seems to be fixed now.

olls commented 9 years ago

Still an issue

olls commented 9 years ago

d23ef4c3c4fb57fc8d8b9a67964a152dc4ce673f