chiark / gitweb /
many todos done
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Oct 2020 00:45:08 +0000 (01:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Oct 2020 00:45:08 +0000 (01:45 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/daemon-otter.rs
templates/script.ts

index 1458c220cdb8b6a8338b6b4ac4b4eecb2b2da2aa..6f789fb0809fbe30ba48174fc4c65c7563f71d8f 100644 (file)
@@ -2,11 +2,6 @@
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 
-// xxx need button(s) to cause players to release grabs ?
-
-// xxx chess pieces & board
-// xxx way to stop board moving
-
 #![feature(proc_macro_hygiene, decl_macro)]
 
 use rocket::{get,routes};
index 970bf2cf1aa5a7fd73fc0dc1d15515a313a608cf..1b4a1c65407ba556c3c0d9c645bd5a58677b135b 100644 (file)
@@ -6,8 +6,6 @@
 
 // xxx deployment note: need a whole bunch of domains for SSE conn limit
 
-// xxx some way to choose faces / rotate
-
 // elemnts for a piece
 //
 // In svg toplevel
@@ -332,7 +330,6 @@ function some_keydown(e: KeyboardEvent) {
   console.log('KEY UO', e, uo);
   if (uo.kind == 'Client' || uo.kind == 'ClientExtra') {
     let f = keyops_local[uo.opname];
-    // xxx 'wrest'
     // xxx 'lower'
     f(uo);
     return;