X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=sidebyside;f=TODO;h=766b12dc001273b7065848299cc03209d7d3b30c;hb=0907037fc188c28471805286a67b786264ba3e2f;hp=d0d6e0b2cf6f0c500bd2c74c8e4dbb68c3951c2f;hpb=3ba5f1a13d7ee44d6224c21eb6df3dc138f4e633;p=plomrogue diff --git a/TODO b/TODO index d0d6e0b..766b12d 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,8 @@ BOTH SERVER/CLIENT: - check for return values of *printf() +- make config files format more readable / self-explanatory + SERVER: - implement field of view / line of sight and obstacles for those on the map @@ -30,7 +32,3 @@ CLIENT: - enable toggling of showing "\n" in the window content either as newline breaks (as currently) or as " / " (without newline break) for more efficent screen estate use - -- does get_n_of_keybs() really need to be its own function? (only used once) - -- transform Keybindings struct series from a linked list into an array