Description:
Update TODOs.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -9,10 +9,15 | |||
|
9 | 9 | - Close button @done(2021-01-28) |
|
10 | 10 | - Better appearance |
|
11 | 11 | - Money graph @maybe |
|
12 |
|
|
|
12 | Procgen: | |
|
13 | 13 | short phase, maybe? |
|
14 | - Add some procedurally generated dialog @maybe @milestone(Procgen) | |
|
15 | - Add some procedurally generated newspaper @maybe @milestone(Procgen) | |
|
14 | - Add some procedurally generated dialog @maybe @milestone(2: Procgen) | |
|
15 | - Add some procedurally generated newspaper @maybe @milestone(2: Procgen) | |
|
16 | - Basic NEWS tab @milestone(2: Procgen) | |
|
17 | - Different tabs for different sources | |
|
18 | Straight-ahead news, tabloid, and something environmental? | |
|
19 | - Write a couple dozen stories | |
|
20 | - Figure out update interval | |
|
16 | 21 | Logging: |
|
17 | 22 | - Add contract struct @milestone(3: Contracts) |
|
18 | 23 | - Add tree simulation @milestone(3: Contracts) |
@@ -33,7 +38,7 | |||
|
33 | 38 | - Set employee salaries, leave, etc. @maybe |
|
34 | 39 | - Figure out roles: ranger, educator, researcher? |
|
35 | 40 | Don't want to be too derivative |
|
36 |
- Employee traini |
|
|
41 | - Employee training mechanic @maybe | |
|
37 | 42 | Leisure: |
|
38 | 43 | - Add way to mark off area for leisure @milestone(4: Leisure) |
|
39 | 44 | - Basic satisfaction @milestone(4: Leisure) |
@@ -62,7 +67,7 | |||
|
62 | 67 | Differing reputation with different groups. Could mix more and less political. |
|
63 | 68 | Don't want to go too Democracy 3/4: being able to affect the group size via policy is probably out. (Groups being intersectional might work, but is kind of tricky.) |
|
64 | 69 | Maybe a procedurally generated set of groups with some hard-coded elements? E.g., |
|
65 | ||
|
70 | ||
|
66 | 71 | Misc: |
|
67 | 72 | - Assistant commentary @milestone(5: Events) |
|
68 | 73 | Need to ensure it's not annoying |
@@ -75,13 +80,21 | |||
|
75 | 80 | - Fire |
|
76 | 81 | would probably have to animate |
|
77 | 82 | - Disease |
|
83 | - Photos for dialog? | |
|
78 | 84 | |
|
79 | 85 | Structure: |
|
80 | 86 | - Add modes @milestone(5: Events) |
|
81 | 87 | - Refactor stuff out of FNAGame |
|
82 | - Saving | |
|
88 | - Saving @prototyped | |
|
83 | 89 | - Encompass @maybe |
|
84 | 90 | Currently thinking about a hybrid model where the Simulation class receives a lot of the events from Encompass. so things like Events, Contracts, and Research agreements are handled by Encompass. Perhaps Input, too? |
|
91 | - Ensure library loads | |
|
92 | - Windows | |
|
93 | - Linux | |
|
94 | - macOS | |
|
95 | - Decide how to handle ImGUI ref parameters | |
|
96 | Basically have to decide whether to embrace its style or go toward a more functional approach | |
|
97 | ||
|
85 | 98 | |
|
86 | 99 | Other features: |
|
87 | 100 | Accessibility: |
@@ -91,4 +104,4 | |||
|
91 | 104 | Other QoL things: |
|
92 | 105 | - Adjust display size |
|
93 | 106 | - Toggle trees translucency |
|
94 | - Right click to center No newline at end of file | |
|
107 | - Right click to center |
You need to be logged in to leave comments.
Login now