From 3f6c985b781e204b40a4e3d70f797284a8c1fa95 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Thu, 17 Oct 2019 03:46:14 +0200 Subject: [PATCH] updated todo list --- lib/launcher/python/README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/lib/launcher/python/README.md b/lib/launcher/python/README.md index c1f2be1..3090a02 100644 --- a/lib/launcher/python/README.md +++ b/lib/launcher/python/README.md @@ -17,13 +17,18 @@ * [ ] put the port of the GUI here or in a new file? * __mchandler.py__ * [ ] add a launch function using the access token - * ~~add a function to verify a given access token~~ - * [ ] add functtions to pass configuration data - * [ ] launch command (with escape sequences for non-static values (configuration and user data) - * [ ] RAM amount - * [ ] Game Directory - * [ ] Additional arguments - * [ ] Anything I may have forgotten + * ~~add a function to verify a given access token~~ _moved to `yggdrasil.py`_ + * [x] add functtions to pass configuration data + * ~~launch command (with escape sequences for non-static values (configuration and user data)~~ _moved_ + * ~~RAM amount~~ + * ~~Game Directory~~ + * ~~Additional arguments~~ + * _handled by a dictionary_ + * [ ] add the launch command builder + * [ ] add the launch command setter + * [x] add RAM auto detection + * [ ] add proper error handling + * __updater.py__ * [ ] add a function to determine whether updates are available * [ ] add a function to download updates