# HG changeset patch # User Alys Brooks # Date 2022-12-28 02:42:05 # Node ID c4b7ed89d5e5d25a0a8036ebfd3127dea74f7eda # Parent c453ca31e403d0bc619e3c6553dd57dcd3d5195f Update TODO.taskpaper. diff --git a/TODO.taskpaper b/TODO.taskpaper --- a/TODO.taskpaper +++ b/TODO.taskpaper @@ -155,7 +155,7 @@ - Rearchitect to avoid giving everything access to Simulation - Add a start screen @milestone(4: Beginning) @done(2021-06-08) - Add a create park dialog @milestone(4: Beginning) - - Procgen park names (that player can override) + - Procgen park names (that player can override) @done(2022-08-02) - Button to generate new name? - Allow player to choose title @maybe @done(2021-07-29) Some possibilities: Mr., Ms., Mx., Director, Dr., Professor, Miss, Col., Herr Dr. Dr. nothing, custom @@ -183,6 +183,10 @@ - Cheer/boo crowd sound effect This is a sorta easter egg and a reference to SimCity - Explosion effect (for bulldozer) + Music: + - Shuffle songs + - Menu control + - Experiment with alternate sound font? Performance: Issues: @@ -195,6 +199,8 @@ Instead need to do the fill and edge-drawing as large regions. - Draw slows down after merely leaving it running @done(2022-11-14) Debug issue; could be faster but basically solved + - Tiles are slow to draw + Sometimes bumps up to 10ms. Structural improvements: - Button to clear/thin debug buffers? Take every nth to reduce counters to past 100 measurements