updated todo list
parent
5b29e703db
commit
3f6c985b78
|
@ -17,13 +17,18 @@
|
||||||
* [ ] put the port of the GUI here or in a new file?
|
* [ ] put the port of the GUI here or in a new file?
|
||||||
* __mchandler.py__
|
* __mchandler.py__
|
||||||
* [ ] add a launch function using the access token
|
* [ ] add a launch function using the access token
|
||||||
* ~~add a function to verify a given access token~~
|
* ~~add a function to verify a given access token~~ _moved to `yggdrasil.py`_
|
||||||
* [ ] add functtions to pass configuration data
|
* [x] add functtions to pass configuration data
|
||||||
* [ ] launch command (with escape sequences for non-static values (configuration and user data)
|
* ~~launch command (with escape sequences for non-static values (configuration and user data)~~ _moved_
|
||||||
* [ ] RAM amount
|
* ~~RAM amount~~
|
||||||
* [ ] Game Directory
|
* ~~Game Directory~~
|
||||||
* [ ] Additional arguments
|
* ~~Additional arguments~~
|
||||||
* [ ] Anything I may have forgotten
|
* _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__
|
* __updater.py__
|
||||||
* [ ] add a function to determine whether updates are available
|
* [ ] add a function to determine whether updates are available
|
||||||
* [ ] add a function to download updates
|
* [ ] add a function to download updates
|
||||||
|
|
Reference in New Issue