mapgen_rivers/terrainlib
Gael-de-Sailly 3ccb6932ad Implement simple tectonics.
Uplift and subsidence are determined with a noise, at every iteration.
There is no distinctive pattern like tectonic plates, just vertical movements
disturbing rivers from their equilibrium state, and thus creating more diversity.
More lakes and waterfalls especially.
2020-12-24 15:35:27 +01:00
..
__init__.py Moved Python files inside a folder (package), except the 2 that are directly executable 2020-11-14 17:35:27 +01:00
bounds.py For bounds.py (calculation of offsets), use the same data type as rivers 2020-12-24 14:48:17 +01:00
erosion.py Implement simple tectonics. 2020-12-24 15:35:27 +01:00
rivermapper.py Added a second method for local flow calculation. It is possible to switch between them using the 'flow_method' parameter. 2020-12-24 14:48:17 +01:00
save.py Moved Python files inside a folder (package), except the 2 that are directly executable 2020-11-14 17:35:27 +01:00
settings.py Moved Python files inside a folder (package), except the 2 that are directly executable 2020-11-14 17:35:27 +01:00
view.py Added optional sea level variations for the simulation. 2020-12-24 14:48:17 +01:00