From 588dc49e99999b7d69953d94599c038e02cb9c9b Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 8 Sep 2014 19:03:38 -0700 Subject: [PATCH] update todo --- todo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/todo.md b/todo.md index 8acff2db..74468b95 100644 --- a/todo.md +++ b/todo.md @@ -30,6 +30,18 @@ Super Alpha After First Release ------------------- +* make code send API version + + for HTML that might be hard because we don't know the API version until after + most of the code as loaded. We need to know what startup code to server + and we know that from the package.json + + For Unity nothing happens until the game starts so we could at least check + and adjust? Should we complain if the package.json doesn't match? We need + it in the package.json so we can know before downloading if it's going + to work. But, while developing you might forget? I guess it should at + least print a warning + * check that first installed game works * when the last page disconnects from __hft__ shutdown? * add purge request to manage gamedb for icon and screenshots