aboutsummaryrefslogtreecommitdiff
path: root/design/notes.txt
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-05 16:54:26 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-05 16:54:26 +0100
commitd1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (patch)
tree05618430db0951262bd22e7bbe77b663c3c0346f /design/notes.txt
parent02e55b0647eb5c631e7d7669a13fd0d47ec26c15 (diff)
unit generator in hud, minor fix in movement, % in view and cost weights
Diffstat (limited to 'design/notes.txt')
-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