Description:
Update TODOs.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r103:6cb8a47f9067 -

@@ -9,10 +9,15
9 - Close button @done(2021-01-28)
9 - Close button @done(2021-01-28)
10 - Better appearance
10 - Better appearance
11 - Money graph @maybe
11 - Money graph @maybe
12 Procgen:
12 Procgen:
13 short phase, maybe?
13 short phase, maybe?
14 - Add some procedurally generated dialog @maybe @milestone(Procgen)
14 - Add some procedurally generated dialog @maybe @milestone(2: Procgen)
15 - Add some procedurally generated newspaper @maybe @milestone(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 Logging:
21 Logging:
17 - Add contract struct @milestone(3: Contracts)
22 - Add contract struct @milestone(3: Contracts)
18 - Add tree simulation @milestone(3: Contracts)
23 - Add tree simulation @milestone(3: Contracts)
@@ -33,7 +38,7
33 - Set employee salaries, leave, etc. @maybe
38 - Set employee salaries, leave, etc. @maybe
34 - Figure out roles: ranger, educator, researcher?
39 - Figure out roles: ranger, educator, researcher?
35 Don't want to be too derivative
40 Don't want to be too derivative
36 - Employee trainiing mechanic @maybe
41 - Employee training mechanic @maybe
37 Leisure:
42 Leisure:
38 - Add way to mark off area for leisure @milestone(4: Leisure)
43 - Add way to mark off area for leisure @milestone(4: Leisure)
39 - Basic satisfaction @milestone(4: Leisure)
44 - Basic satisfaction @milestone(4: Leisure)
@@ -62,7 +67,7
62 Differing reputation with different groups. Could mix more and less political.
67 Differing reputation with different groups. Could mix more and less political.
63 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.)
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 Maybe a procedurally generated set of groups with some hard-coded elements? E.g.,
69 Maybe a procedurally generated set of groups with some hard-coded elements? E.g.,
65
70
66 Misc:
71 Misc:
67 - Assistant commentary @milestone(5: Events)
72 - Assistant commentary @milestone(5: Events)
68 Need to ensure it's not annoying
73 Need to ensure it's not annoying
@@ -75,13 +80,21
75 - Fire
80 - Fire
76 would probably have to animate
81 would probably have to animate
77 - Disease
82 - Disease
83 - Photos for dialog?
78
84
79 Structure:
85 Structure:
80 - Add modes @milestone(5: Events)
86 - Add modes @milestone(5: Events)
81 - Refactor stuff out of FNAGame
87 - Refactor stuff out of FNAGame
82 - Saving
88 - Saving @prototyped
83 - Encompass @maybe
89 - Encompass @maybe
84 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?
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 Other features:
99 Other features:
87 Accessibility:
100 Accessibility:
@@ -91,4 +104,4
91 Other QoL things:
104 Other QoL things:
92 - Adjust display size
105 - Adjust display size
93 - Toggle trees translucency
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