From 754ec971411a89b6c6ebc6405be5a9b82edde35e Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Thu, 6 May 2021 00:02:53 +0300 Subject: [PATCH] Updated TODO --- todo.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/todo.txt b/todo.txt index 628517cc1a..55582a2276 100644 --- a/todo.txt +++ b/todo.txt @@ -14,3 +14,26 @@ - Default tramway button not appearing in vertical toolbar when compact toolbar is disabled. https://github.com/pelya/commandergenius/issues/119 - Fast Forward sometimes deactivates after auto-save, however Fast Forward button is still pressed. + +===== Emscripten TODO ===== + +- Fix window resizing to keep videomode height at 480 pixels. + +- Audio worklet to play MIDI music, with separate data file. + +- Download all data files into IDBFS on first run, to free up some RAM. + +- Build libicuuc libicuio libicuio libiculx and libicu-le-hb for Hebrew and Arabic support. + +- Fix multiplayer using WebSocket Proxy Server, this depends on pthreads support, + so I'll probably need to hack together some custom proxy that does not use pthreads. + +- Pinch-zoom support using SDL touch events. + +- Fix tutorial. + +- Fix text input boxes using HTML text input overlay. + +- Implement cloud saves by downloading the savegame from the web browser. + +- Find some developer with a MacBook and $100 to publish the 'OpenTTD Webapp Launcher' to the Apple Store.