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