Skip to content

Commit

Permalink
update native-msg-box
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 21, 2014
1 parent ff0ba29 commit 77b37d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happyfuntimes",
"description": "happyfuntimes framework",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"scripts": {
"test": "node node_modules/mocha/bin/mocha --recursive",
Expand All @@ -24,7 +24,7 @@
"mkdirp": "^0.5.0",
"moxie-zip": "0.0.3",
"native-dns": "0.4.1",
"native-msg-box": "0.0.3",
"native-msg-box": "0.1.2",
"optionator": "^0.4.0",
"promise": "^5.0.0",
"requirejs": "^2.1.14",
Expand Down
6 changes: 5 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
To Do
=====

* figure out err msg for un-added games. As it is controllers just get JS errors.
* move tiled support to hft-tiled?
* add tiled support to jumpjump
* add glow processing to powpow?
Expand Down Expand Up @@ -784,6 +783,11 @@ Runs Repo noid
Done
====

* figure out err msg for un-added games. As it is controllers just get JS errors.

Unadded games, which really only work for Unity, now work. They won't show up
on the games.html screen but controllers will connect.

* add fullscreen to android
* make --kiosk
* make games 'reload' if the server disconnects then reconnects
Expand Down

0 comments on commit 77b37d8

Please sign in to comment.