Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7ca339

Browse files
committedMay 28, 2015
update todo
1 parent f60dd7d commit c7ca339

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed
 

‎todo.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,19 @@
11
To Do
22
=====
33

4-
* add max players to HTML5 controller
4+
* make it only try to connect once (or for 30 seconds)?
55
* fix controller that incorrectly asked for orientation
6-
* add colors to controller-support
76
* need a way for game to send binary files (how about a .zip)
87
for controller so you can have image files and sounds. That sounds
98
painful. I can either expand to base64 (easy) or need to send
109
binary websocket (yuck!). I guess I can set some state in relayserver
1110
that next msg is ___.
1211

13-
* handle no package.?
14-
15-
idea: If game has files and inside files is package?
16-
or: if flag "noPackage" or if "package: packgs".
17-
18-
Why is this needed? Because HFT needs someway to (a) tell you
19-
you need a newer version and (b) know what path to server your
20-
files from (does it needs this? make up a path?)
21-
22-
23-
* make gamecontroller compatible api? Can I add more controllers?
2412
* make hft-unitybuild insert top hft.hanson API version in default package
2513
* make sure options.files work in unity
2614
* add happyFunTimes.name to package info because package.json name can't have spaces! UGH!!
2715
* make unity edit HappyFunTimes.name (auto-set name to valid name)
2816
* update shft and manage to use hft.name
29-
* make gamefiles invalidate cache
30-
31-
easy? override fs.watch or whatever it's called
32-
since cache is using fake filesys
3317

3418
* make shft ask hft.net for port if it's not 18679
3519
* change samples the use name to use new name system
@@ -898,6 +882,23 @@ Runs Repo noid
898882
Done
899883
====
900884

885+
* make gamefiles invalidate cache
886+
887+
easy? override fs.watch or whatever it's called
888+
since cache is using fake filesys
889+
* make gamecontroller compatible api? Can I add more controllers?
890+
* handle no package.?
891+
892+
idea: If game has files and inside files is package?
893+
or: if flag "noPackage" or if "package: packgs".
894+
895+
Why is this needed? Because HFT needs someway to (a) tell you
896+
you need a newer version and (b) know what path to server your
897+
files from (does it needs this? make up a path?)
898+
899+
900+
* add max players to HTML5 controller
901+
* add colors to controller-support
901902
* fix all samples to use orientation
902903
* app
903904

0 commit comments

Comments
 (0)
Please sign in to comment.