Description:
Update TODOs.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -32,7 +32,6 | |||||
|
32 | - Outline reserved areas @milestone(3: Contracts) @done(2021-04-09) |
|
32 | - Outline reserved areas @milestone(3: Contracts) @done(2021-04-09) |
|
33 | - Add company images @milestone(3: Contracts) @maybe @done(2021-05-21) |
|
33 | - Add company images @milestone(3: Contracts) @maybe @done(2021-05-21) |
|
34 | - Contracts should end |
|
34 | - Contracts should end |
|
35 | - |
|
||
|
36 | Trees: |
|
35 | Trees: |
|
37 |
|
36 | ||
|
38 | - Add basic maintenance cost @milestone(1: Basic Money) @done(2021-01-27) |
|
37 | - Add basic maintenance cost @milestone(1: Basic Money) @done(2021-01-27) |
@@ -114,17 +113,17 | |||||
|
114 | - Decide how to handle ImGUI ref parameters |
|
113 | - Decide how to handle ImGUI ref parameters |
|
115 | Basically have to decide whether to embrace its style or go toward a more functional approach |
|
114 | Basically have to decide whether to embrace its style or go toward a more functional approach |
|
116 | - Add Ink @maybe |
|
115 | - Add Ink @maybe |
|
117 | - Add NuGet package |
|
116 | - Add NuGet package @done(2021-08-14) |
|
118 | - Load .Ink files |
|
117 | - Load .Ink files @done(2021-08-14) |
|
119 | - Rewrite Dialog to show Ink |
|
118 | - Rewrite Dialog to show Ink @done(2021-08-14) |
|
120 | - SetTextVariable also sets variables within Ink |
|
119 | - SetTextVariable also sets variables within Ink |
|
121 | 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. |
|
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 |
|
121 | - Integrate with Tracery @done(2021-08-14) |
|
123 |
C |
|
122 | Could run everything through Tracery or could create an Ink function that calls Tracery |
|
124 | - Change conversation to use Encompass @milestone(5: events) |
|
123 | - Change conversation to use Encompass @milestone(5: events) |
|
125 | - Refactor out common ImGUI patterns |
|
124 | - Refactor out common ImGUI patterns |
|
126 | - Tooltips |
|
125 | - Tooltips @done(2021-08-21) |
|
127 | - Status indicators (not yet implemented) |
|
126 | - Status indicators (not yet implemented) @done(2021-08-21) |
|
128 | By status indicators, I mean putting an icon on, say, the Contracts button to indicate a contract is about to expire. |
|
127 | By status indicators, I mean putting an icon on, say, the Contracts button to indicate a contract is about to expire. |
|
129 | - Rearchitect to avoid giving everything access to Simulation |
|
128 | - Rearchitect to avoid giving everything access to Simulation |
|
130 | - Add a start screen @milestone(4: Beginning) @done(2021-06-08) |
|
129 | - Add a start screen @milestone(4: Beginning) @done(2021-06-08) |
You need to be logged in to leave comments.
Login now