We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61848cf commit 910f74eCopy full SHA for 910f74e
2 files changed
FantasyWorldSimulation/docs/docu/index.adoc
@@ -1,6 +1,8 @@
1
2
:imagesdir: images/
3
4
+include::./release-notes.adoc[]
5
+
6
= Maps
7
8
include::maps/hierarchy.adoc[]
FantasyWorldSimulation/docs/docu/release-notes.adoc
@@ -0,0 +1,28 @@
+ifndef::imagesdir[:imagesdir: images/]
+= Release Notes
+[%header,cols="1,4a"]
+|===
+| Release
9
+| Notes
10
11
+| 2018.1.0
12
+|
13
14
+.A Sketch Map
15
+image::sketch-map.png[Sketch Map]
16
17
+.A Region Map
18
+image::region-map.jpg[Region Map]
19
20
+*New:*
21
22
+* Added <<Sketch Map>> that is drawn by the user.
23
+* Added <<Region Map>> that is interpolated from a <<Sketch Map>>.
24
+* Added views that show different data (e.g elevation, terrain type) of the same map.
25
+* Added loading & saving of maps.
26
+* Added undo & redo.
27
28
0 commit comments