home · contact · privacy
TODO list: Eliminate what's accomplished in previous commit.
[plomrogue] / TODO
1 Next planned steps in plomrogue development:
2
3 IN GENERAL:
4
5 - expand use of hardcoded_strings module(s)
6
7 - use __func__ instead of f_name
8
9 BOTH SERVER/CLIENT:
10
11 - make server and client communicate by specific world state info requests 
12   in server/out, replacing server/worldstate
13
14 SERVER:
15
16 - consider
17   <http://www.plomlompom.de/PlomRogue/plomwiki.php?title=TheCreationOfSpace#comment_0>
18
19 CLIENT:
20
21 - enable toggling of window borders
22
23 - make log scrollable
24
25 - re-work unnecessary complex command / keybinding / server message mapping