Wolfmade / insidebotcc

InsideTheAsylum's classic bot revised
0 stars 0 forks source link

Feature Request: Rotation #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
First and foremost, you've made an awesome tool. Thank you.

My biggest gripe with it is that chunks cannot be rotated.

I'm sure you are busy with many things, so I'd like to make this simple: I'd 
like to tackle this problem myself. I've been viewing your source, and it looks 
pretty straightforward. The trouble I ran into, however, is that I didn't quite 
understand how chunks were saved...I don't really understand what a chunk is.

I assume that it is a serialized 3d array (only because it would be the most 
simple, albeit not the most elegant or efficient, way to handle the situation). 
Whether or not I am right, would you mind telling me more about chunks? In 
return, I will attempt to implement chunk rotation.

Thanks

Original issue reported on code.google.com by csa...@gmail.com on 5 Oct 2010 at 8:27