ShadMOrdre / lib_mg_continental

Voronoi influenced terrain generation.
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Dev #5

Closed ShadMOrdre closed 4 years ago

ShadMOrdre commented 4 years ago

Removed dependencies on cell data and file.

Many changes, lots of extraneous, but useful code snippets.

Entire mapgen now uses recursive voronoi cells to generate terrain. Nearest cells are determined during on_gen call, and then added to a scalable version of Termos Islands mapgen.

ShadMOrdre commented 4 years ago

Adds newest modifications to code. Too much to list, but older code is made obsolete with this update.