home · contact · privacy
Minor improvement in comment and TODO.
[plomrogue] / TODO
1 Next planned steps in plomrogue development:
2
3 BOTH SERVER/CLIENT:
4
5 - make server and client communicate by specific world state info requests 
6   in server/out, replacing server/worldstate
7
8 - check for return values of *printf()
9
10 - make config files format more readable / self-explanatory
11
12 SERVER:
13
14 - implement field of view / line of sight and obstacles for those on the map
15
16 - get rid of the hard-coding of the MAGIC MEAT item type and its use mode
17
18 - is it actually useful to define map object action ids in the config file?
19
20 - make shape of map (and diagonal movement penalty) configurable in config file
21
22 CLIENT:
23
24 - enable toggling of window borders
25
26 - make log scrollable
27
28 - re-organize code: empty misc.h into proper modules, split up windows.h
29
30 - simplify get_keyname_to_keycode()