X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=TODO;h=766b12dc001273b7065848299cc03209d7d3b30c;hb=0971dd469ba816384ff7f57642abfb00710bc20a;hp=04a1f0ec233a82c736854f8ae7ae7ad2578a9762;hpb=2ed0513d8eb44cb658107d0eb3c770b36dd7071b;p=plomrogue diff --git a/TODO b/TODO index 04a1f0e..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 @@ -21,6 +23,8 @@ SERVER: - is it actually useful to define map object action ids in the config file? +- make shape of map (and diagonal movement penalty) configurable in config file + CLIENT: - enable toggling of window borders @@ -28,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