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

r419:bef4b64bb99d -

@@ -32,7 +32,6
32 32 - Outline reserved areas @milestone(3: Contracts) @done(2021-04-09)
33 33 - Add company images @milestone(3: Contracts) @maybe @done(2021-05-21)
34 34 - Contracts should end
35 -
36 35 Trees:
37 36
38 37 - Add basic maintenance cost @milestone(1: Basic Money) @done(2021-01-27)
@@ -114,17 +113,17
114 113 - Decide how to handle ImGUI ref parameters
115 114 Basically have to decide whether to embrace its style or go toward a more functional approach
116 115 - Add Ink @maybe
117 - Add NuGet package
118 - Load .Ink files
119 - Rewrite Dialog to show Ink
116 - Add NuGet package @done(2021-08-14)
117 - Load .Ink files @done(2021-08-14)
118 - Rewrite Dialog to show Ink @done(2021-08-14)
120 119 - SetTextVariable also sets variables within Ink
121 120 Technically doesn't have to be done this way, but having what would essentially be separate namespaces for Tracery variables and Ink ones seems confusing.
122 - Integrate with Tracery
123 COuld run everything through Tracery or could create an Ink function that calls Tracery
121 - Integrate with Tracery @done(2021-08-14)
122 Could run everything through Tracery or could create an Ink function that calls Tracery
124 123 - Change conversation to use Encompass @milestone(5: events)
125 124 - Refactor out common ImGUI patterns
126 - Tooltips
127 - Status indicators (not yet implemented)
125 - Tooltips @done(2021-08-21)
126 - Status indicators (not yet implemented) @done(2021-08-21)
128 127 By status indicators, I mean putting an icon on, say, the Contracts button to indicate a contract is about to expire.
129 128 - Rearchitect to avoid giving everything access to Simulation
130 129 - Add a start screen @milestone(4: Beginning) @done(2021-06-08)
You need to be logged in to leave comments. Login now