From 3c27bd0325ad3d31f945b08345274941d3b4b917 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Fri, 16 Sep 2011 20:21:44 +0000 Subject: [PATCH] Adding to TODO list. --- gemp-lotr/todo.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/todo.txt b/gemp-lotr/todo.txt index 4cce0a8b2..996ebd26a 100644 --- a/gemp-lotr/todo.txt +++ b/gemp-lotr/todo.txt @@ -1,7 +1,10 @@ TO DO: Before release: +27. Show list of players in the hall. Next priority: +25. Remove all non-essencial alerts, instead add warnings to chat panel. +26. The game area should display chat from the start. 13. Add dead/discard pile displays. 14. Add hand/deck card count displays. 19. Add filtering cards to deck-builder. @@ -15,7 +18,7 @@ Optional: 4. Modify the Blueprint hierarchy to return possible return objects (PlayEventAction), TriggeredAction, etc. Use final methods were possible to avoid implementation errors on new cards added. 10. Add active/all cards switch to the user interface. -25. +28. DONE: 1. Introduce AbstractPermanent into Blueprint hierarchy.