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=ceea7b48ef8275774902cb00a0518bf263a155e8;hb=b34deca8cd534be06bd25aa80a9ce6d95f0879e3;hp=edd205df2f0e40eaab5c9e57a9eb3e11d55530cd;hpb=710fcd42bb436bd74fcf8c064c434aff800c3496;p=plomrogue diff --git a/TODO b/TODO index edd205d..ceea7b4 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,9 @@ 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 + CLIENT: - enable toggling of window borders @@ -26,3 +29,5 @@ CLIENT: - make log scrollable - re-organize code: empty misc.h into proper modules, split up windows.h + +- simplify get_keyname_to_keycode()