Skip to content

Commit 5262dd3

Browse files
committed
add file that tracks known bugs; update todo list
1 parent ceacdfc commit 5262dd3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

engine/known_bugs.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Known bugs:
2+
===========
3+
4+
This file lists random things that are still buggy and do not work as expected
5+
or are somehow incomplete. The list itself is very likely to be incomplete as
6+
well.
7+
8+
9+
General:
10+
--------
11+
* The game is still missing some major features (see todo.txt).
12+
13+
14+
Units:
15+
------
16+
* Pioneers bought in European ports do not have any tools.

engine/todo.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To do:
33

44
(This file lists some random things that still need to be done to improve and/or
55
complete the game. You can possibly consider this as a list of missing features
6-
and known bugs.
6+
and/or known bugs, although the later are documented in known_bugs.txt.
77
The list itself is highly incomplete(!) and issues are listed in no particular
88
order.)
99

@@ -18,6 +18,12 @@ Trade:
1818
* " " " " " other Europeans in new world
1919
* implement trading routes
2020

21+
Colonies:
22+
---------
23+
* notify player, if a new building was constructed in one of the colonies
24+
* notify player, of a produced good cannot be stored due to not having enough
25+
room in the warehouse
26+
2127
GUI:
2228
----
2329
* better layered graphics (i.e. make some real use of depth buffer)

0 commit comments

Comments
 (0)