Time Nick Message 04:52 celeron55_ if you want to do block-by-block, use the generator from 0.3 04:54 VanessaE ah, he speaks. 05:01 VanessaE celeron55_: did you see my patch? 05:12 celeron55_ of course, because you mentioned it here 8) 05:12 VanessaE ok 05:13 VanessaE just making sure, since I hadn't seen you around much lately. 05:13 VanessaE Challenge accepted... and completed :-) 05:29 VanessaE celeron55_: this is the part where you're supposed to say something negative about my code, my mother, and my computer ;-) 05:48 jyfl987 guys, anyone solved the lang problem? 06:20 hmmmmmm errr 06:21 hmmmmmm i don't want it done block by block exactly, what i actually want is to generate a constant amount of blocks per chunk 06:21 hmmmmmm like right now i think it's 5x5 blocks 06:22 hmmmmmm the problem is i need to make sure that it's always that, because if it's not, i have to resize all the buffers for perlin noise 17:06 hmmmm really simple but helpful 17:07 hmmmm for each mapgen thread, i'll have it mark a flag in make_block and unmark after it's finished so then the profiler will tell you if it's currently active or not