From: Daniel Karbach Date: Thu, 1 Oct 2015 15:33:23 +0000 (+0200) Subject: plans for world generation X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;h=1a3912b055be2f9143d4f5c7f01678ca5661ab53;p=blank.git plans for world generation --- diff --git a/doc/todo b/doc/todo index 93b880c..d5a961c 100644 --- a/doc/todo +++ b/doc/todo @@ -28,10 +28,6 @@ persistence store some kind of byte order mark? -block asset loading - - parameterization of chunk generator should be less static/dangerous - networking write tests @@ -95,8 +91,9 @@ transparency (blocks and entities) world generator that is not boring - maybe divide into biomes and add special features like - settlements, ruins, all kinds of interesting stuff + maybe store a min/max solidity, humidity, temperature, rarity, etc. + for each block type (with the option to deactivate generation + altogether) and use different noise overlays for each entity/world collision @@ -104,7 +101,3 @@ entity/world collision it jitters and has some surprising behaviour finding a spawn point which doesn't put entities in solids is now a little more crucial. press N if you're in trouble - -better noise - - current simplex noise implementation repeats itself pretty quickly