home · contact · privacy
Server: Add ENEMY_FOV option (default: off) to force FOV on enemies.
[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 - be more strict and humble when allocating memory from the stack
11
12 - maps are always as wide as high, so only use one of the two values
13
14 SERVER:
15
16 - optimize too-slow AI / FOV algorithms
17
18 - is it actually useful to define map object action ids in the config file?
19
20 - for game continuation, replace re-playing of whole record files with loading
21   game state snapshots / save files
22
23 CLIENT:
24
25 - enable toggling of window borders
26
27 - make log scrollable
28
29 - repair single window interface config files (fix double use of keycode 100)