level parsing i think

This commit is contained in:
Reid 2023-09-05 21:43:36 -07:00
parent 22a87d6a38
commit 1e913b9ec8
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
8 changed files with 253 additions and 15 deletions

View file

@ -35,6 +35,7 @@ _these features are implemented_
## todo
- swap to chrono instead of `(TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))` (thats REALLY ugly!!)
- patch `upload_level` to use 2.2 unlisted(honsetly idk what this is but it exists?)
- add level parsing (`upload_level` can use the correct `length`, `objects`, `coins`, and `two_player`)
- <small>green name users...</small>
- patch `upload_level` to use 2.2 unlisted (friends only stuff)
- in our level parsing, check for dual portals rather than just starting dual
- <small>green name users...</small>
- maybe tone down the clone usage (this is for sure causing memory problems 😉)