From 657ad1066b5cf4b248468cecc07062764d4395cd Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 14 Sep 2011 14:15:03 +0000 Subject: [PATCH] Adding tasks to TODO. --- gemp-lotr/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gemp-lotr/todo.txt b/gemp-lotr/todo.txt index a94e27e59..c28a19315 100644 --- a/gemp-lotr/todo.txt +++ b/gemp-lotr/todo.txt @@ -7,6 +7,10 @@ and go with different selection. 10. Add active/all cards switch to the user interface. 13. Add dead/discard pile displays. 14. Add hand/deck card count displays. +15. Add join game screen, where players can choose to play and get paired automatically when a pair becomes available. +16. Add an option to view an ongoing game. +17. Timeout users from ChatServer the same way they are timed out of GameServer. +18. DONE: 1. Introduce AbstractPermanent into Blueprint hierarchy.