aboutsummaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/notes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/design/notes.txt b/design/notes.txt
index 127dfeb..6528db6 100644
--- a/design/notes.txt
+++ b/design/notes.txt
@@ -57,6 +57,7 @@ bugs:
[ ] symmetric integration (found on 18:02:21)
(on army movement and fire, equal armies should fair equally)
[ ] cross pc net broken (found on 02:03:21)
+[ ] army saving is broken (found on 05:03:21)
[x] ip text edit rect too small (found on 02:03:21, done on 02:03:21)
[x] cannot modify level of first aug (found on 02:03:21, done on 02:03:21)
@@ -69,6 +70,7 @@ testing:
[ ] write test suite (issued on 19:02:21)
[ ] hud states/flags/input interactions (issued on 22:02:21)
+[x] implement step-by-step gst option (issued on 05:02:21, done on 05:03:21)
[x] armor calculations (issued on 18:02:21, done on 02:03:21)
@@ -90,6 +92,11 @@ view from 02:03:21 to the end:
details:
+symmetric integration (bug):
+ there seems to be a movement preference along vector 1, -1
+ mabye i'm prioritizing moves to that direction by selecting the first one
+ in the cicle and then exiting.
+
test suite:
automatic common test cases
is it necessary? yes