X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=TODO;h=b67ee67445e8f7713ea64193a4071c78104c4731;hb=81ede569ba143ba5f14f9773cfe1f5d9e866a1cd;hp=640bbf9bf41c62d240ea6988dd9bb50a01cbe445;hpb=9591db5a35ff15c0950eb692625d297faefd0646;p=plomrogue diff --git a/TODO b/TODO index 640bbf9..b67ee67 100644 --- a/TODO +++ b/TODO @@ -2,24 +2,26 @@ Next planned steps in plomrogue development: BOTH SERVER/CLIENT: +- expand use of hardcoded_strings module(s) + - make server and client communicate by specific world state info requests in server/out, replacing server/worldstate -- check for return values of *printf() +- quote escaping in token_from_line() -- be more strict and humble when allocating memory from the stack +- do something about common crashes caused by server/client miscommunication SERVER: -- implement field of view / line of sight and obstacles for those on the map +- fix hardcoded MAGIC MEAT eating message in thing_actions.c -- is it actually useful to define map object action ids in the config file? +CLIENT: -- for game continuation, replace re-playing of whole record files with loading - game state snapshots / save files +- re-work unnecessary complex command / keybinding / server message mapping -CLIENT: +- only send "ITEM_HERE" query to server when the dependent window is open -- enable toggling of window borders +BUILD PROCESS: -- make log scrollable +- erlehmann's redo scripts are not OSX-compliant, see: +