X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=TODO;h=abed3b2e52c6f75260495c28b748e9d29876fbfc;hb=bc5a20bdf99cb4c94d3af32446918e8a26df0961;hp=02283ba3462cd27066aafb195733a4f9056d71fd;hpb=e5803ff21e0740f80702a313cd7a3a82d0a25347;p=plomrogue diff --git a/TODO b/TODO index 02283ba..abed3b2 100644 --- a/TODO +++ b/TODO @@ -9,15 +9,13 @@ BOTH SERVER/CLIENT: - quote escaping in token_from_line() -- 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 +- pythonize Python code -- refactor occurrences of "if(...) { init_empty_map(...); }" +- old C code: pythonize, then re-C as needed by performance CLIENT: @@ -25,7 +23,4 @@ CLIENT: - only send "ITEM_HERE" query to server when the dependent window is open -BUILD PROCESS: - -- erlehmann's redo scripts are not OSX-compliant, see: - +- draw_win_log() is still buggy (make mem alloc for other line break styles!)