chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0619b
)
some todos
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 23:30:05 +0000
(23:30 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 23:30:05 +0000
(23:30 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/daemon-otter.rs
patch
|
blob
|
history
diff --git
a/src/bin/daemon-otter.rs
b/src/bin/daemon-otter.rs
index f4f868d132b7386936c430540a608ef1ba7381a9..86db3341b7af25c04ca05135d15c0c55a429390d 100644
(file)
--- a/
src/bin/daemon-otter.rs
+++ b/
src/bin/daemon-otter.rs
@@
-35,6
+35,10
@@
const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[
("wasm.js", RL::Wasm("otter_wasm.js"), ContentType::JavaScript),
];
+// xxx access of joined game does not work after server reload??
+// xxx need remove game
+// xxx trying to rejoin game just gives NickCollision, should be idempotent
+
#[derive(Debug)]
struct CheckedResourceLeaf {
safe_leaf: &'static str,