Skip to content

Commit de0fcb6

Browse files
committed
Closed #17: Improved docu & release notes.
1 parent 4aa34e6 commit de0fcb6

4 files changed

Lines changed: 31 additions & 7 deletions

File tree

FantasyWorldSimulation/docs/docu/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ include::./release-notes.adoc[]
55

66
= Maps
77

8+
IMPORTANT: This is a work in progress.
9+
810
include::maps/hierarchy.adoc[]
911

1012
include::maps/coordinate-systems.adoc[]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
| XXX.X.X
2+
|
3+
4+
.A Picture
5+
image::pitcure.png[Pitcure]
6+
7+
*New:*
8+
9+
* tbd
10+
11+
*Improved:*
12+
13+
* tbd
14+
15+
*Fixed:*
16+
17+
* #XXX: tbd
18+
19+
*Known Issue:*
20+
21+
* tbd

FantasyWorldSimulation/docs/docu/release-notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ image::region-map.jpg[Region Map]
2525
* Added loading & saving of maps.
2626
* Added undo & redo.
2727

28+
*Known Issue:*
29+
30+
* https://github.com/Orchaldir/FantasyWorldSimulation/issues/16[#16]:
31+
First time rendering the Region Map takes too long
32+
2833
|===

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/93bf65e4625e4a29ad44dc47d7536139)](https://www.codacy.com/app/Orchaldir/FantasyWorldSimulation?utm_source=github.com&utm_medium=referral&utm_content=Orchaldir/FantasyWorldSimulation&utm_campaign=Badge_Grade)
44
[![Build Status](https://travis-ci.org/Orchaldir/FantasyWorldSimulation.svg?branch=master)](https://travis-ci.org/Orchaldir/FantasyWorldSimulation)
55

6-
## Documentation
7-
8-
See [Documentation](FantasyWorldSimulation/docs/docu/index.adoc).
9-
10-
## Architectural Decision Records
11-
12-
See [Architectural Decision Records](FantasyWorldSimulation/docs/adr/index.adoc).
6+
* See [Architectural Decision Records](FantasyWorldSimulation/docs/adr/index.adoc).
7+
* See [Documentation](FantasyWorldSimulation/docs/docu/index.adoc).
8+
* See [Release Notes](FantasyWorldSimulation/docs/docu/release-notes.adoc).

0 commit comments

Comments
 (0)