diff options
Diffstat (limited to 'doc/todo.txt')
| -rw-r--r-- | doc/todo.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo.txt b/doc/todo.txt index a7dac63..545e77a 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,9 +1,11 @@ == Things that are to do == For 0.2: -TODO: Fix output glitches that occur when a game is recorded and played with ttyrec (this may also be needed for dgamelaunch compatibility) +TODO: Add a dgamelaunch mode for the server. In this mode, the server only shows the table stacks and open cards of the players. In the dgamelaunch watch menu then only the watchmode enabled server will appear, instead of the players clients that would reveal their hand cards and make cheating easy. TODO: Let a chosen stack blink two or three times before replacing it (draw the stack, then overwrite it with blanks, then draw it again, ...) TODO: Handle disconnects in server and client. -TODO: Modify CMakeLists.txt to be able to do debug/release builds. + +DONE: Fix output glitches that occur when a game is recorded and played with ttyrec (this may also be needed for dgamelaunch compatibility) -- Actually, there were no such output glitches. The corrupted output of ttyplay comes from a bug in ttyplay that is fixed in recent dgamelaunch versions. +DONE: Modify CMakeLists.txt to be able to do debug/release builds. (Release builds are default; For debug builds, add -DCMAKE_BUILD_TYPE=Debug to the cmake line) == Work that is done == |
