home · contact · privacy
Replace uses of variable-length arrays with try_malloc()/free().
[plomrogue] / TODO
1 Next planned steps in plomrogue development:
2
3 IN GENERAL:
4
5 - check for return values of *printf()
6
7 - expand use of hardcoded_strings module(s)
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 - save confserver/world data in record and save file, too; handle them like god
20   commands
21
22 - ensure atomic re-writing of savefile
23
24 CLIENT:
25
26 - enable toggling of window borders
27
28 - make log scrollable