From: Christian Heller Date: Fri, 30 Jan 2015 05:59:28 +0000 (+0100) Subject: Add to TODO. X-Git-Tag: tce~549 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;ds=sidebyside;h=e5803ff21e0740f80702a313cd7a3a82d0a25347;p=plomrogue Add to TODO. --- diff --git a/TODO b/TODO index 49150b5..02283ba 100644 --- a/TODO +++ b/TODO @@ -11,10 +11,14 @@ BOTH SERVER/CLIENT: - do something about common crashes caused by server/client miscommunication +- think about refactoring occurrences of "free(...); ... = NULL;" + SERVER: - grow amount of possible things from UINT8_MAX to UINT16_MAX +- refactor occurrences of "if(...) { init_empty_map(...); }" + CLIENT: - re-work unnecessary complex command / keybinding / server message mapping