Description:
Update TODOs.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -97,8 +97,9 | |||||
|
97 | 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? |
|
97 | 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? |
|
98 | - Ensure library loads |
|
98 | - Ensure library loads |
|
99 | - Windows |
|
99 | - Windows |
|
100 | - Linux |
|
100 | - Linux @done(2021-04-19) |
|
101 | - macOS |
|
101 | - macOS |
|
|
102 | Technically done | ||
|
102 | - Decide how to handle ImGUI ref parameters |
|
103 | - Decide how to handle ImGUI ref parameters |
|
103 | Basically have to decide whether to embrace its style or go toward a more functional approach |
|
104 | Basically have to decide whether to embrace its style or go toward a more functional approach |
|
104 |
|
105 | ||
@@ -120,6 +121,11 | |||||
|
120 | - Trees jump around when pressing show/hide grid |
|
121 | - Trees jump around when pressing show/hide grid |
|
121 | - Trees sometimes |
|
122 | - Trees sometimes |
|
122 | - Sometimes framerate jumps to 180-200 fps. (Better than reverse, but kinda weird) |
|
123 | - Sometimes framerate jumps to 180-200 fps. (Better than reverse, but kinda weird) |
|
123 | Performance: |
|
124 | Misc: |
|
124 | - Update time gets long (2ms) after running for centuries. |
|
125 | - Exits are messy (does Encompass add threading?) |
|
125 | - Updates get really choppy after running for a long time. |
|
126 | [xcb] Unknown sequence number while appending request |
|
|
127 | [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called | ||
|
|
128 | [xcb] Aborting, sorry about that. | ||
|
|
129 | dotnet: ../../src/xcb_io.c:145: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed. | ||
|
|
130 | Aborted (core dumped) | ||
|
|
131 |
You need to be logged in to leave comments.
Login now