X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=TODO;h=bc87d095f830bac174b90b2aa901821fa86e8ace;hb=5ae8d71f6b87c0cfc6b3ecf974f2cfbd6a611733;hp=6aebac58472a10052be412774533c01a8b186486;hpb=862d185c9f3836499717010ea0b1eafd4bfae97b;p=plomrogue diff --git a/TODO b/TODO index 6aebac5..bc87d09 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,11 @@ SERVER: - make shape of map (and diagonal movement penalty) configurable in config file +- for game continuation, replace re-playing of whole record files with loading + game state snapshots / save files + +- rename confserver/defs to confserver/map_objects + CLIENT: - enable toggling of window borders @@ -26,5 +31,3 @@ CLIENT: - make log scrollable - re-organize code: empty misc.h into proper modules, split up windows.h - -- simplify get_keyname_to_keycode()