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 | 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 | 98 | - Ensure library loads |
|
99 | 99 | - Windows |
|
100 | - Linux | |
|
100 | - Linux @done(2021-04-19) | |
|
101 | 101 | - macOS |
|
102 | Technically done | |
|
102 | 103 | - Decide how to handle ImGUI ref parameters |
|
103 | 104 | Basically have to decide whether to embrace its style or go toward a more functional approach |
|
104 | 105 | |
@@ -120,6 +121,11 | |||
|
120 | 121 | - Trees jump around when pressing show/hide grid |
|
121 | 122 | - Trees sometimes |
|
122 | 123 | - Sometimes framerate jumps to 180-200 fps. (Better than reverse, but kinda weird) |
|
123 | Performance: | |
|
124 | - Update time gets long (2ms) after running for centuries. | |
|
125 | - Updates get really choppy after running for a long time. | |
|
124 | Misc: | |
|
125 | - Exits are messy (does Encompass add threading?) | |
|
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