home · contact · privacy
Load last world state from save file, not from re-stepping record file.
[plomrogue] / TODO
1 Next planned steps in plomrogue development:
2
3 IN GENERAL:
4
5 - check for return values of *printf()
6
7 - be more strict and humble when allocating memory from the stack
8
9 - expand use of hardcoded_strings module(s)
10
11 BOTH SERVER/CLIENT:
12
13 - make server and client communicate by specific world state info requests 
14   in server/out, replacing server/worldstate
15
16 SERVER:
17
18 - optimize too-slow AI / FOV algorithms
19
20 - save confserver/world data in record and save file, too; handle them like god
21   commands
22
23 CLIENT:
24
25 - enable toggling of window borders
26
27 - make log scrollable