File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
Version 0.19-UNRELEASED
2
2
3
- * Added export support using libgdal
4
- * Force rivers and grayscale_heightmap to PNG to avoid ambiguity of providing a
5
- filename which can introduce input error.
3
+ * Rivers and grayscale_heightmaps are generated as PNG images, filenames no longer have to be provided.
4
+ * The grayscale_heightmap is now stored as a proper 16 bit grayscale PNG.
6
5
* Modified color elevation routines so that depressions are still represented as land instead of ocean and heights are normalied.
6
+ * Speed of generation increased by almost a factor of 3 (due to update to Platec and making heavy use of numpy).
7
+ * World-generation is now deterministic, i.e. generation is 100% reproducible.
8
+ * Added support for exporting heightmaps using libgdal (see http://www.gdal.org/formats_list.html for possible formats).
7
9
* Added the ability to modify temperature and humidity ranges as well as the temperature/precipitation curve.
8
- * Added the ability to generate scatter plots showing temperature and humidity of all terrestrial cells.
10
+ * Added the ability to generate scatter plots showing temperature and humidity of all terrestrial cells.
11
+ * Added small variations to the temperature-map based on basic orbital parameters.
12
+ * Added a satellite-like view of the world.
13
+ * Added support to save/load worlds in/from HDF5-format.
14
+ * Removed support for saving/loading worlds in/from pickle-format.
9
15
10
16
Version 0.18
11
17
@@ -65,13 +71,3 @@ Version 0.4.1
65
71
Version 0.4.0
66
72
67
73
* Evan Sampson added Holdridge life zones model
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
You can’t perform that action at this time.
0 commit comments