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

r567:b1be50326abc -

@@ -201,6 +201,10
201 Internationalization:
201 Internationalization:
202 - Probably won't pay to translate or anything, but should consider setting up the structure @maybe @milestone(4: Beginning)
202 - Probably won't pay to translate or anything, but should consider setting up the structure @maybe @milestone(4: Beginning)
203 If nothing else, might be useful for future projects.
203 If nothing else, might be useful for future projects.
204 Balance:
205 - Hard mode is impossible with current map size.
206 Upkeep is too much money.
207 Might be addressed by adding staff instead of fixed upkeep.
204 Bugs:
208 Bugs:
205 Graphics:
209 Graphics:
206 - Trees jump around when pressing show/hide grid @done(2022-01-23)
210 - Trees jump around when pressing show/hide grid @done(2022-01-23)
@@ -219,9 +223,15
219 - Expired areas can't be reused. @done(2021-08-07)
223 - Expired areas can't be reused. @done(2021-08-07)
220 Dialog:
224 Dialog:
221 - Dialogs don't appear after
225 - Dialogs don't appear after
226 Crashes/Stability:
227 - News window crashes.
228 - Drawing error when clicking sometimes on main screen. @done(2022-04-27)
229 Tries to draw area?
230 - Crash when extending preserve past bottom. @done(2022-04-27)
231 - Segfault on quit (when it tries to dispose of the sound) or on playing sound on Linux
232 May be due to a quirk of my Linux setup
222 Misc:
233 Misc:
223 - Events may not be deleted
234 - Events may not be deleted
224 - News window crashes.
225 - Exits are messy (does Encompass add threading?) @done(2021-11-28)
235 - Exits are messy (does Encompass add threading?) @done(2021-11-28)
226 Appears to be fixed by using Game.Exit
236 Appears to be fixed by using Game.Exit
227 [xcb] Unknown sequence number while appending request
237 [xcb] Unknown sequence number while appending request
@@ -229,10 +239,3
229 [xcb] Aborting, sorry about that.
239 [xcb] Aborting, sorry about that.
230 dotnet: ../../src/xcb_io.c:145: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed.
240 dotnet: ../../src/xcb_io.c:145: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed.
231 Aborted (core dumped)
241 Aborted (core dumped)
232 - Segfault on quit (when it tries to dispose of the sound) or on playing sound on Linux
233 May be due to a quirk of my Linux setup
234 - Drawing error when clicking sometimes on main screen. @done(2022-04-27)
235 Tries to draw area?
236 - Crash when extending preserve past bottom. @done(2022-04-27)
237
238
You need to be logged in to leave comments. Login now